Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: Format text


Message #1 by "Oliver Dempsey" <odempsey@b...> on Tue, 19 Dec 2000 12:12:30 -0000
This is a multi-part message in MIME format.



------=_NextPart_000_0052_01C069B4.F5E18040

Content-Type: text/plain;

	charset="iso-8859-1"

Content-Transfer-Encoding: quoted-printable



A client wants to be able to format his own text as he enters it in.  

e.g. bold, underline, fontsize, etc.



I was thinking that one way to facilitate him would be to offer text 

boxes to enter the text and a few check boxes  beside it for  . bold, 

underline, fontsize, etc.

I would use a Case statement then to build the tags around the code.

Does this method sound okay or is there  an easier way of doing it?







Regards

Oliver Dempsey











---

MaximumASP offers enhanced hosting solutions on the Windows 2000 platform. Dedicated processor, RAM, and server resources provide
dedicated server performance at virtual server prices. Commercial components provided; custom components allowed.

---

You are currently subscribed to asp_web_howto as: $subst('Recip.EmailAddr')

To unsubscribe send a blank email to leave-asp_web_howto-$subst('Recip.MemberIDChar')@p2p.wrox.com








Message #2 by "Unterste, Andreas" <unterste@d...> on Tue, 19 Dec 2000 08:52:50 -0500
This message is in MIME format. Since your mail reader does not understand

this format, some or all of this message may not be legible.



------_=_NextPart_001_01C069C2.F9DD3690

Content-Type: text/plain;

	charset="iso-8859-1"



well...some value form over substance as I'm often confronted with as well.

I think with plain HTML + client side script your approach is pretty

reasonable, should you be in an Intranet environment - given enough ActiveX

one could use an rich-text-box control.

 

Cheers,

Andreas

 

 



-----Original Message-----

From: Oliver Dempsey [mailto:odempsey@b...]

Sent: Tuesday, December 19, 2000 13:13

To: ASP Web HowTo

Subject: [asp_web_howto] Format text





A client wants to be able to format his own text as he enters it in.  e.g.

bold, underline, fontsize, etc.

 

I was thinking that one way to facilitate him would be to offer text boxes

to enter the text and a few check boxes  beside it for  . bold, underline,

fontsize, etc. 

I would use a Case statement then to build the tags around the code. 

Does this method sound okay or is there  an easier way of doing it?

 

 

 

Regards

Oliver Dempsey

 

 





---

MaximumASP offers enhanced hosting solutions on the Windows 2000 platform. Dedicated processor, RAM, and server resources provide
dedicated server performance at virtual server prices. Commercial components provided; custom components allowed.

---

You are currently subscribed to asp_web_howto as: $subst('Recip.EmailAddr')

To unsubscribe send a blank email to leave-asp_web_howto-$subst('Recip.MemberIDChar')@p2p.wrox.com






  Return to Index