Log in

View Full Version : DIV height



voidale
10-10-2008, 10:45 PM
Please look into this i want this
http://hawkinsbux.com/contact.php
to make the height of the background fit to it ( It's too long )
i got told to:
"<div class="content"> <div class="header_main"> <h1>Welcome to<img src="img/head1.png" alt="" /></h1>
you have to edit the div class's
specify heighxwidth"
but yea i cant figure out how to do it and this command line is the one from Index.php

Thank you for your help trying figure this out for 2 hours :\

vegas1969
10-13-2008, 11:39 AM
Try this out in the CSS:

.content {height:1em; width:1em;}

This will cause "content" to expand as needed.