ok here is the layout im working on: http://www.modernrevolutions.net/web...den2_index.php . Ok the thing i need help with is the content box. See how it has that white bar above the header? like this:
![]()
I wanna know to make it look like this:
![]()
ok here is the layout im working on: http://www.modernrevolutions.net/web...den2_index.php . Ok the thing i need help with is the content box. See how it has that white bar above the header? like this:
![]()
I wanna know to make it look like this:
![]()
Have you tried setting padding-top to 0 in your CSS?
Code:<div class="content"> <div style="position:absolute;background-color:ffffff; left:10px; top:540px; width:425px;border:1px; border-color:f98400; border-style:dashed; padding-top:0"><h1>your title here</h1> <a href="">regular link</a><br> <b>Bold</b><br> <u>Underline</u><br> <i>Italics</i><br> <s>Strikethrough</s>
yea i tried it on both my ".content" section. and the "h1" sections. any other ideas? and i tried it where you put it and still nothing :/
YAY!!!!! I FIGURED IT OUT!!!!!! i had to addwhootttttt thanks for the effort though Schmoopy.Code:margin:0;
Bookmarks