Deleting An Empty Space? |
Deleting An Empty Space? |
Apr 3 2006, 02:09 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 125 Joined: Jun 2005 Member No: 156,341 |
Ok, here's the deal. I used a div layer to put in a picture that covers up my main pic and the age/location section. I placed the code for it in my General interest section, and used the numbers to place it in the right spot on the page. The problem is, there's an empty space in my General section where I placed the code. The empty space is the size of my picture, and I wanted to know if there's a way to remove that empty space so that the table goes back to it's original size?
If you need to see what i mean...my profile is http://www.myspace.com/xx_forgottenghost_xx |
|
|
|
![]() |
Apr 6 2006, 12:42 AM
Post
#2
|
|
![]() There Are Strange Things Afoot At The Cirlce K ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,130 Joined: Oct 2005 Member No: 253,395 |
ok i fixed your code..
put this in your about me: <style type="text/css"> .div0 { background-color:transparent; color:000000; border:2px solid; border-color:000000; width:304.5px; height:209px; overflow:auto; position:absolute; z-index:2; left:50%; top:0%; margin-left:-400px; margin-top:150px; visibility:visible;} </style> and put this in your who id like to meet: <div class="div0"> <img src="http://i34.photobucket.com/albums/d119/a_forgotten_ghost/Web%20Graphics/forgottenboxpic.jpg" width=300> </div> ok to postion it where you want, go to the code for about me and ONLY change the numbers of: margin-left:-400px; margin-top:150px; margin left is how far to the side you image will be, if you want it farther to the left make it a bigger negative number. margin top is how close to the top it will go, do not go past 150px or it will cover the ad. if you need it farther down make the number bigger |
|
|
|
wicked_pennywise Deleting An Empty Space? Apr 3 2006, 02:09 PM
toyo loco Well I'm guessing you took the code out. Why n... Apr 3 2006, 05:59 PM
wicked_pennywise Ok, im not sure what you mean? If you look in my ... Apr 3 2006, 08:51 PM
toyo loco Post the code your using.
First try adding a heig... Apr 3 2006, 08:54 PM
wicked_pennywise <div style="position:relative; top:-1907px... Apr 4 2006, 11:41 PM
wicked_pennywise Just keeping my topic bumped up. =) Any further ... Apr 5 2006, 08:22 AM
wicked_pennywise Anyone have any suggestions how to get this to sho... Apr 6 2006, 12:26 AM
wicked_pennywise Coldtrance...thank you so very much!! It ... Apr 6 2006, 10:20 AM![]() ![]() |