View Full Version : Form gone haywire. PLZ help
dingdongbubble
Jul 27, 2007, 02:06 PM
OK I have been learning HTML and CSS. I was practicing. I had a form and I applied CSS to it. I have a form on the practice page which doesnt want to comply with my CSS. I have attached a copy of the HTML and CSS. Please tell me how I can get the form to stick right next to the two boxes on top.
pengu
Jul 27, 2007, 02:08 PM
um you didnt attach anything
dingdongbubble
Jul 27, 2007, 02:19 PM
OOOPs again thats the second time I forgot attaching. GRRRR THanks for reminding me!
pengu
Jul 27, 2007, 02:28 PM
ok um my 'puter is a little stuffed right now so im just viewing the source from safari, and straight away i can tell you that your markup needs fixing before you touch the CSS.
you're closing tags inside children of themselves and putting <br>s everywhere. fix that stuff first (there may be other stuff.. run it through the validator), then see what your css does
dingdongbubble
Jul 28, 2007, 10:28 AM
OK I cleaned up quite a bit of the HTML thanks to TExtmate. But the confounded form isnt listening still.
Secondly why should I not use <br> tags? Are they bad? How do I space out when I want to?
CURSES
I forgot to attrach again!
dingdongbubble
Jul 28, 2007, 11:04 AM
YAY
I got it. I had to add another div tag under the div tag I already had. I had put in a child div tag under another div tag so I needed to define the child div tag as wel in CSS. Now I have gotten what I wanted!:D
Thanks That marks the end of this topic.
vBulletin® v3.6.10, Copyright ©2000-2009, Jelsoft Enterprises Ltd.