Nov 27, 2002 #1 ronsig Programmer May 24, 2001 54 IL Hi Y'all! is it possible to display the '<' and '>' characters in a <Select> list? I know this doesn't work: <option><</option> Is there another way? Thanks, Ron
Hi Y'all! is it possible to display the '<' and '>' characters in a <Select> list? I know this doesn't work: <option><</option> Is there another way? Thanks, Ron
Nov 27, 2002 1 #2 Boomerang Programmer Mar 30, 2001 766 NL This will work: <OPTION>&#60;your text&#62;</OPTION> Hope this helps, Erik <-- My sport: Boomerang throwing !! !! Many Happy Returns !! --> Upvote 0 Downvote
This will work: <OPTION>&#60;your text&#62;</OPTION> Hope this helps, Erik <-- My sport: Boomerang throwing !! !! Many Happy Returns !! -->
Nov 29, 2002 #4 sulfericacid Programmer Aug 15, 2001 244 US you could also use < < or > for > Upvote 0 Downvote
Nov 29, 2002 #5 sulfericacid Programmer Aug 15, 2001 244 US neverming, I can't get it to post right sulfericacid Upvote 0 Downvote
Nov 29, 2002 #6 dunxd Programmer Jul 29, 2002 44 GB Obviously TGML aint all it is cracked up to be. Try & lt; without the space between & and l! -- DunxD Upvote 0 Downvote
Obviously TGML aint all it is cracked up to be. Try & lt; without the space between & and l! -- DunxD
Nov 29, 2002 #7 sulfericacid Programmer Aug 15, 2001 244 US dunxd, that's what I was trying to do but it wouldn't work, even when in codes *sigh* sulfericacid Upvote 0 Downvote
Nov 29, 2002 #8 Boomerang Programmer Mar 30, 2001 766 NL Hi sulfericacid and dunxd, For some reason this tek-tips site shows characters for all those that started with & But if you type &amp;lt; instead of &lt; then you avoid that there will be html characters shown. (or &amp;gt; instead of &gt But do not preview the post, otherwise it shows fine in the preview and the actual post shows the html character. Hope this helps, Erik <-- My sport: Boomerang throwing !! !! Many Happy Returns !! --> Upvote 0 Downvote
Hi sulfericacid and dunxd, For some reason this tek-tips site shows characters for all those that started with & But if you type &amp;lt; instead of &lt; then you avoid that there will be html characters shown. (or &amp;gt; instead of &gt But do not preview the post, otherwise it shows fine in the preview and the actual post shows the html character. Hope this helps, Erik <-- My sport: Boomerang throwing !! !! Many Happy Returns !! -->
Nov 29, 2002 #9 imstillatwork IS-IT--Management Sep 26, 2001 1,605 US go to this stupid little tool i made for myself for this very same reason.... http://www.a2garage.com/tools/unicode.cfm encode or decode. easy as pie. Upvote 0 Downvote
go to this stupid little tool i made for myself for this very same reason.... http://www.a2garage.com/tools/unicode.cfm encode or decode. easy as pie.