View Full Version : need help with a content box :/
ModernRevolutions
12-10-2008, 03:20 PM
ok here is the layout im working on: http://www.modernrevolutions.net/websitelayouts/hayden2_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:
http://www.modernrevolutions.net/whitebar.png
I wanna know to make it look like this:
http://www.modernrevolutions.net/looklike.png
Schmoopy
12-10-2008, 03:23 PM
Have you tried setting padding-top to 0 in your CSS?
<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>
ModernRevolutions
12-10-2008, 03:31 PM
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 :/
ModernRevolutions
12-10-2008, 04:40 PM
YAY!!!!! I FIGURED IT OUT!!!!!! i had to add
margin:0; whootttttt thanks for the effort though Schmoopy.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.