Hello all,
I’ve got a css site with the divs layed out basically as follows:
container ---------------------------
header ------------------------
h1 ------------------------------
content ------------------------
leftcolumn ----------------
introduction ---------
h2 -----------------
p -------------------
p -------------------
img ----------------
and im trying to put another div in there (right after the h2 tag) called ‘text’ which is just the div to format my main text. i close the div right after the img tag (which is also where the closing div for introduction is)
what happens then is the introduction div, for example, only ‘applies’ to the h2 tag (the border for the introduction div is only around the h2 tag)
i hope ive explained this well, cuz i have no idea how to fix this and i need help!
here are my css and xhtml files, if necessary (sorry if my code is a bit messy)
http://www.meisoc.com/main/icypenguin/index.htm
http://www.meisoc.com/main/icypenguin/ip.css
thanks!