Results 1 to 6 of 6

Thread: XHTML

  1. #1
    Crazy Frog
    Join Date
    Sep 2003
    Age
    38
    Posts
    3,065

    Default

    I'm trying to get custom XHTML tags to work.

    from what I understand I should be able to define them in a stylesheet and then use them, but I am having no luck. I swear I had it working once before but I am totally lost at this moment.

    Everything I've looked up on the web has been too cryptic at best

    Any help ?

  2. #2
    Regular Member Mourgos's Avatar
    Join Date
    Oct 2003
    Posts
    291

    Default

    www.w3schools.com

    It's a quite good site.At least it helped me.

  3. #3
    Extreme Talker
    Join Date
    Sep 2003
    Location
    Pakistan
    Posts
    676

    Default

    Neco are you talking about XML or dynamic HTML.

  4. #4
    Crazy Frog
    Join Date
    Sep 2003
    Age
    38
    Posts
    3,065

    Default

    I want

    <mytag> blah </mytag>

  5. #5
    Regular Member Danny's Avatar
    Join Date
    Sep 2003
    Age
    34
    Posts
    262

    Default

    I haven&#39;t been able to find any clear information about
    custom tags on the web either, but why can&#39;t you just
    use

    <span class="myclass"></span>
    or
    <div class="myclass"></div> ?

  6. #6
    Crazy Frog
    Join Date
    Sep 2003
    Age
    38
    Posts
    3,065

    Default

    Div&#39;s will work, but span won&#39;t.

    I&#39;d rather not muck up my code with a bunch of class refferences though. I&#39;d rather just use flat out tags.


    Less typing, more cleaning, easier to read

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •