Results 1 to 15 of 15

Thread: Html

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Dec 2000
    Posts
    135
    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?

  2. #2
    New Member
    Join Date
    Mar 2001
    Location
    WA
    Posts
    3
    Why can't you use those characters?
    netfxmedia.com
    web media with attitude (sm)

  3. #3
    Guest
    in HTML?
    you could probably get away with javascript. no..wait - you still need the <script> tag.

  4. #4
    Lively Member harsoni's Avatar
    Join Date
    Oct 2000
    Posts
    118

    Smile

    If you can't use "<" or ">" then try using

    "&lt;" or "&gt;"...

    Sonia

  5. #5
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    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.

  6. #6

    Thread Starter
    Addicted Member
    Join Date
    Dec 2000
    Posts
    135
    yes that is the case is there a way to buypass that? its not something bad i just want have images in the SOMETHING

  7. #7
    Frenzied Member
    Join Date
    Feb 2001
    Posts
    1,140
    You can use &lt; and &gt;, 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.

  8. #8

    Thread Starter
    Addicted Member
    Join Date
    Dec 2000
    Posts
    135
    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 &lt; and &gt; its just shows the tags in the html as text

    what are the &; things anyway where can i get a list of them?

  9. #9
    Guest
    They ar used to display special chars

    & amp; - displays the ampersand (&)
    & lt; - Less than sign
    & gt; - Greater than sign
    & quot; - Double quote sign
    & nbsp - &nbsp; - non breaking space
    & copy - &copy; - (c) symbol
    & pound - &pound;
    & yen - &yen;
    & reg - &reg;
    & deg - &deg; - degree symbol
    & plmn; - +/- symbol
    & sup2 - &sup2; - square symbol
    & sup3 - &sup3; - cube symbol

    Remove the spaces after '&' to make them work

    There are lots.. but i remeber just these

  10. #10
    Guest
    http://www.w3.org/TR/html401/sgml/entities.html

    This is the official page for it.. seemed a bit confusing though..

  11. #11
    Fanatic Member Wynd's Avatar
    Join Date
    Dec 2000
    Location
    In a bar frequented by colossal death robots
    Posts
    772
    Here, use this, it's a lot easier to read.
    Attached Files Attached Files
    Alcohol & calculus don't mix.
    Never drink & derive.

  12. #12
    Guest
    that was cool Wynd.. why don't the people at w3c keep it like that?.. in an understandable manner

  13. #13
    Guest
    Your browser will be able to read the plain text version. Its inefficient but it works...

  14. #14
    Fanatic Member Wynd's Avatar
    Join Date
    Dec 2000
    Location
    In a bar frequented by colossal death robots
    Posts
    772
    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.

  15. #15
    Fanatic Member Wynd's Avatar
    Join Date
    Dec 2000
    Location
    In a bar frequented by colossal death robots
    Posts
    772
    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
  •  



Click Here to Expand Forum to Full Width