Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Aug 2008
    Posts
    206
    Tokens
    0

    Default Tad of basic help x

    Heya, on my page I've put

    Code:
    <legend>Title 1</legend>
    Content 1
    This shows this:




    Then, when I put this
    Code:
    <legend>Title 1</legend>
    Content 1 <BR>
    <legend>Title 2</legend>
    Content 2
    But then I get this:





    I've tried stuff like <legend="title 1">content 1</legend> but it doesn't work.

    Help?
    Last edited by UniqueHabbo; 01-12-2008 at 05:46 PM.

  2. #2

    Default

    <html>
    <legend>Title 1</legend>
    Content 1 <BR>
    <legend>Title 2</legend>
    Content 2</html>

    Is it me, or does that box never end? You need to end the box and then create a new one, as putting a legend inside a legend wouldn't work.

  3. #3
    Join Date
    Aug 2008
    Posts
    206
    Tokens
    0

    Default

    Well i did end it?
    <legend>title 1 </legend>
    content

    if i add another </legend> at the end of content it dont work.
    I have tried a lot of things.

  4. #4
    Join Date
    Feb 2007
    Location
    Essex, England
    Posts
    1,392
    Tokens
    0

    Latest Awards:

    Default

    Use fieldset.

    HTML Code:
    <fieldset>
    <legend>Stuff 1</legend>
    <input type="text" name="blah" />
    </fieldset>
    
    <!-- Repeat... -->


  5. #5
    Join Date
    Aug 2008
    Posts
    206
    Tokens
    0

    Default

    What's that?
    I'm new to this *****

  6. #6
    Join Date
    Feb 2007
    Location
    Essex, England
    Posts
    1,392
    Tokens
    0

    Latest Awards:

    Default

    I edited.


  7. #7
    Join Date
    Nov 2006
    Location
    D?sseldorf
    Posts
    2,858
    Tokens
    2,256

    Latest Awards:

    Default

    What exactly do you want?

  8. #8
    Join Date
    Feb 2007
    Location
    Essex, England
    Posts
    1,392
    Tokens
    0

    Latest Awards:

    Default

    I've already done it :/

    HTML Code:
    <fieldset>
    <legend>Stuff 1</legend>
    <input type="text" name="blah" />
    </fieldset>
    
    <!-- Repeat... -->
    Pretty certain that works.


  9. #9
    Join Date
    Sep 2008
    Location
    UK
    Posts
    3,670
    Tokens
    0

    Latest Awards:

    Default

    Use Lukes method, you didn't define a fieldset so it just keeps it all in a box.
    Back for a while.

  10. #10
    Join Date
    Sep 2005
    Location
    East London
    Posts
    3,028
    Tokens
    0

    Latest Awards:

    Default

    LMAO, i never knew about the legend thing !!!

    I actually love you Luke, i would +rep but i cnt

Page 1 of 2 12 LastLast

Posting Permissions

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