RE: [PHP] How to make text BOLD (OFF: Netscape issues)

2001-02-16 Thread Hoover, Josh
Speaking of stylesheets, has anyone had problems with Netscape 4.x, stylesheets, and javascript breaking HTML tags every 4K characters? It seems like Netscape 4.x puts a newline character after 4K characters when using stylesheets and javascript. Has anyone else seen this behavior? An example o

RE: [PHP] How to make text BOLD

2001-02-16 Thread DanO
a tip: you'll have to apply the style to both and to make it work in microscape. DanO -Original Message- From: Brian V Bonini [mailto:[EMAIL PROTECTED]] Sent: Friday, February 16, 2001 8:23 AM To: Nguyen, David M Cc: PHP Lists Subject: RE: [PHP] How to make text BOLD How

RE: [PHP] How to make text BOLD

2001-02-16 Thread DanO
PROTECTED]] Sent: Friday, February 16, 2001 7:55 AM To: [EMAIL PROTECTED] Subject: RE: [PHP] How to make text BOLD Below is my script and the output I got, I want DATE and EQUIPMENT TO BE BOLD: $message = "The following Webpage is added or updated:\n\nDate: $date\nEquipment: $equipment\nTopic: $

Re: [PHP] How to make text BOLD

2001-02-16 Thread John Vanderbeck
;[EMAIL PROTECTED]> Sent: Friday, February 16, 2001 11:23 AM Subject: RE: [PHP] How to make text BOLD > How about: > > > li.bold {font-weight: bold;} > > > The following Webpage is added or updated: > > DATE: > Equipment: > Topic: > URL: > >

RE: [PHP] How to make text BOLD

2001-02-16 Thread Brian V Bonini
> Sent: Friday, February 16, 2001 10:55 AM > To: [EMAIL PROTECTED] > Subject: RE: [PHP] How to make text BOLD > > > Below is my script and the output I got, I want DATE and EQUIPMENT TO BE > BOLD: > > $message = "The following Webpage is added or updated:\n\nDate:

RE: [PHP] How to make text BOLD

2001-02-16 Thread Nguyen, David M
iginal Message- From: Hoover, Josh [mailto:[EMAIL PROTECTED]] Sent: Friday, February 16, 2001 9:35 AM To: Nguyen, David M; [EMAIL PROTECTED] Subject: RE: [PHP] How to make text BOLD Could you send an example of how you're using the bold/strong tags in your PHP code? If we see it, we can p

Re: [PHP] How to make text BOLD

2001-02-16 Thread kaab kaoutar
hi! u mean u're using a php file ? not html file that includes php syntax? try this one : echo " hi" it works for me ! cheers >From: "Nguyen, David M" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: [PHP] How to make text BOLD >Date: Fri, 16 Feb 2001 09:31:33 -0600 > >I want to make my te

Re: [PHP] How to make text BOLD

2001-02-16 Thread Joe Sheble (Wizaerd)
what exactly do you mean by it doesn't work... print( "some test" ); it's always worked for me... At 09:31 AM 2/16/01 -0600, Nguyen, David M wrote: >I want to make my text BOLD using either or but it >did not work with PHP. Can someone please advise why not or if there is >another way to do

RE: [PHP] How to make text BOLD

2001-02-16 Thread Hoover, Josh
Could you send an example of how you're using the bold/strong tags in your PHP code? If we see it, we can probably help you out better :) Josh Hoover KnowledgeStorm, Inc. Searching for a new IT solution for your company? Need to improve your product marketing? Visit KnowledgeStorm at www.knowl