headers |
![]() ![]() |
headers |
Jun 12 2008, 05:09 PM
Post
#1
|
|
|
AKA RockIt Studios ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 2,286 Joined: Jun 2006 Member No: 421,809 |
ok, this is probably something really simple that i'm totally skipping over, but i'm having problems with extra unwanted space between my headers and the content underneath them.
example: [attachment=15227:space.png] link: http://www.myspace.com/rockitxtester2 codes (so far) about: CODE <style> .contacttable,.whitetext12,.nametext,.lightbluetext8,.orangetext15,.blacktext12, btext,.redtext,.redbtext{display:none;height:0px;!important;visibility:hidden} td td td td{border:0px;width:0px;text-align:left;} table,td,tr{padding:0px;width:;background-color:transparent} table table table{padding:1px;height:.01%;width:100%;} table table,table table table table,table,tr,td{height:0px;!important;border:0px;!important} a.text,table div font a,table div div,.navbar font,tr td font{visibility:hidden;display:none;height:0px;!important;} table table table table,table table table table td.text, td.text td.text table{display:none;} td.text table table{display:inline;visibility:visible;} table td table tr td.text table{visibility:hidden;} table td table tr td.text table table,table td table tr td.text table table td.text{visibility:visible;} .a {hide top search bar} div div select, div div form {display:none !important;} div div div select {position:absolute !important; margin-left:-1000px !important; left:0px !important; display:none !important; } .navigationbar td{font-size:0px; font-color:transparent !important; height:1px;} a.navbar {display:none;} div table table td font {visibility:hidden;} div table table table td font {visibility:visible;} div td {background-color:d1d1d1;} body{ background-color:d1d1d1; background-image: url("http://i6.photobucket.com/albums/y213/Vampyres_of_Myst/Backgrounds/tableback.png"); background-repeat: repeat-y; background-position: 148px;} .banner{ position:absolute; top:130px; left:148px; z-index:1;} h1{ font-family:"Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif; font-size:18px; color:000000; font-weight:normal; text-decoration:none; letter-spacing:0px; padding:0px; line-height:18px; width:450px; height:20px; border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:d1d1d1;} .h2{ font-family:"Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif; font-size:18px; color:000000; font-weight:normal; text-decoration:none; letter-spacing:0px; margin-left:295px; line-height:18px; width:450px; height:20px; border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:d1d1d1;} h3{ font-family:"Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif; font-size:18px; color:000000; font-weight:normal; text-decoration:none; letter-spacing:0px; padding:0px; width:240px; height:20px; border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:d1d1d1;} .main{ position:absolute; top:210px; left:157px; z-index:2; width:450px; font-family:"Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif; font-size:9px; color:000000;} .info{ position:absolute; top:204px; left:625px; width:240px; font-family:"Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif; font-size:11px; color:000000;} </style> meet CODE <div class="banner"><img src="http://i6.photobucket.com/albums/y213/Vampyres_of_Myst/Backgrounds/twiwhite.png"></div>
<div class="main"> <h1>Twilight <text class="h2">12.12.08</text></h1><br><center><img src="http://i6.photobucket.com/albums/y213/Vampyres_of_Myst/Backgrounds/edbel.png"> </center><br> Put things about you here. I'm Rad. I'm 15 years young. My favorite color is Navy Blue. Black and white technically aren't colors. All of my electronics are red. I like muffins. Especially Slutmuffins. End of story. I hate you. I love music. I'm a retard....life story right there. I love to sing. I hate when people are stupid. I love my MP3 Player. I hate when men don't shave. You get the point. Put whatever. Your name, age, sex, location, hobbies, friends, birthday. You choose. You have a lot of space to fill. Here is the Dot Army, armed to conquer the World (Wide Web)!<br> <b>bold</b>, <u>underline</u>, <i>italicize</i><br><br> Don't take the credit off!<br> This box has a scrollbar, so put in as much information as you want/possibly can. You can put in images, but I suggest they don't be any bigger than 260 pixels in width, or else you'll get a horizontal scrollbar, and we don't want that!<br> In the box to the right, edit the information with <i>your</i> information. Of course, you don't even have to keep that. You can replace it with images, links, anything you could possibly imagine. if you're going to insert any images, make sure they're no bigger than 143 pixels in width and 275 pixels in height. That box <u>does not</u> have a scrollbar, so anything that exceeds more than the set width and height will be cut off. It's more attractive this way, trust me! If you know what you're doing, you can edit the overflow to auto. If you don't, contact me and I can give you the replacement code. ;]<br> <img src="http://i6.photobucket.com/albums/y213/Vampyres_of_Myst/Others/Captain.jpg"></div> <div class="info"><h3>Navigation</h3> <h3>About Me</h3>Name: Your name<br>Age: Your age<br>Location: Your location<br>Gender: Your gender<br>Likes: Your quick likes description</div> |
|
|
|
Jun 12 2008, 05:19 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 2,435 Joined: Feb 2007 Member No: 506,205 |
I'm pretty sure if you just throw margin-bottom:0px; into the section that edits your headers, it will be ok. You might have to change the zero to a negative or positive number. :)
|
|
|
|
Jun 12 2008, 05:23 PM
Post
#3
|
|
|
AKA RockIt Studios ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 2,286 Joined: Jun 2006 Member No: 421,809 |
crap...wow. that worked, thanks.
|
|
|
|
![]() ![]() |