-
Tad of basic help x
Heya, on my page I've put
Code:
<legend>Title 1</legend>
Content 1
This shows this:
http://img.habboupload.com/1228153026.png
Then, when I put this
Code:
<legend>Title 1</legend>
Content 1 <BR>
<legend>Title 2</legend>
Content 2
But then I get this:
http://img.habboupload.com/1228153066.png
I've tried stuff like <legend="title 1">content 1</legend> but it doesn't work.
Help? :)
-
<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.
-
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.
-
Use fieldset.
HTML Code:
<fieldset>
<legend>Stuff 1</legend>
<input type="text" name="blah" />
</fieldset>
<!-- Repeat... -->
-
What's that?
I'm new to this *****
-
-
What exactly do you want?
-
I've already done it :/
HTML Code:
<fieldset>
<legend>Stuff 1</legend>
<input type="text" name="blah" />
</fieldset>
<!-- Repeat... -->
Pretty certain that works.
-
Use Lukes method, you didn't define a fieldset so it just keeps it all in a box.
-
LMAO, i never knew about the legend thing !!!
I actually love you Luke, i would +rep but i cnt ;(