Mar 26th, 2001, 11:08 PM
#1
Thread Starter
Addicted Member
lets say i want to put in a tag to do somethin in html but i cant use "<" or ">" is there other chars i can use?i f not what can i do that dosent need them?
Mar 27th, 2001, 03:22 AM
#2
New Member
Why can't you use those characters?
netfxmedia.com
web media with attitude (sm)
Mar 27th, 2001, 05:09 AM
#3
in HTML?
you could probably get away with javascript. no..wait - you still need the <script> tag.
Mar 27th, 2001, 10:52 AM
#4
Lively Member
If you can't use "<" or ">" then try using
"<" or ">"...
Sonia
Mar 27th, 2001, 12:43 PM
#5
Black Cat
Why wouldn't you be able to use the "<" or ">" tags? Unless your were trying to use html someplace where for security purposes someone is stripping the tags so that you can't use html...
Josh
Josh
Get these:
Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
Mar 27th, 2001, 04:55 PM
#6
Thread Starter
Addicted Member
yes that is the case is there a way to buypass that? its not something bad i just want have images in the SOMETHING
Mar 27th, 2001, 06:03 PM
#7
Frenzied Member
You can use < and >, but the tags are being stripped before the web browser sees it. So you can't submit a tag, just <img scr=yadda.gif>.
Mmm... are the tags being stripped, or is everything you submit just quoted? Maybe you could end their quote tag.
I dunno. I'd have to play with their system.
Travis, Kung Foo Journeyman
As always, RTFM.
WWW Standards:
HTML 4.01 ,
CSS Level 2 ,
ECMA 262 Bindings to DOM Level 1 , JavaScript 1.3
Guide and
Reference
Perl:
Learn Perl ,
Llama ,
Camel ,
Cookbook ,
Perl Monks ,
Perl Mongers , O'Reilly's
Perl.com ,
ActiveState ,
CPAN ,
TPJ , and
use Perl;
YBMS , but
Mozilla doesn't.
Mar 27th, 2001, 07:03 PM
#8
Thread Starter
Addicted Member
here is where my text gets put in the html
<p align="left"><font face="Verdana" size="2">MY TEXT</font></p>
and when use < and > its just shows the tags in the html as text
what are the &; things anyway where can i get a list of them?
Mar 27th, 2001, 08:45 PM
#9
They ar used to display special chars
& amp; - displays the ampersand (&)
& lt; - Less than sign
& gt; - Greater than sign
& quot; - Double quote sign
& nbsp - - non breaking space
& copy - © - (c) symbol
& pound - £
& yen - ¥
& reg - ®
& deg - ° - degree symbol
& plmn; - +/- symbol
& sup2 - ² - square symbol
& sup3 - ³ - cube symbol
Remove the spaces after '&' to make them work
There are lots.. but i remeber just these
Mar 27th, 2001, 09:01 PM
#10
http://www.w3.org/TR/html401/sgml/entities.html
This is the official page for it.. seemed a bit confusing though..
Mar 27th, 2001, 10:25 PM
#11
Fanatic Member
Here, use this, it's a lot easier to read.
Attached Files
Alcohol & calculus don't mix.
Never drink & derive.
Mar 28th, 2001, 12:43 AM
#12
that was cool Wynd.. why don't the people at w3c keep it like that?.. in an understandable manner
Mar 28th, 2001, 04:37 AM
#13
Your browser will be able to read the plain text version. Its inefficient but it works...
Mar 28th, 2001, 07:48 PM
#14
Fanatic Member
Ehh, who knows? Probably they have to consider the possibility that some old browsers can't read tables. but I don't know.
Alcohol & calculus don't mix.
Never drink & derive.
Mar 28th, 2001, 07:48 PM
#15
Fanatic Member
Oh yeah and thanks
Alcohol & calculus don't mix.
Never drink & derive.
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Click Here to Expand Forum to Full Width