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 3 2006, 05:59 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Well I'm guessing you took the code out. Why not put the code in about me? Just use a div in about me. That way it doesn't do much..
|
|
|
|
Apr 3 2006, 08:51 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 125 Joined: Jun 2005 Member No: 156,341 |
Ok, im not sure what you mean? If you look in my interests section, below where I have the extra section called "The Arts" there' a gap of empty space between the end of the text and the border. That's where the code is placed at. When I put it in the about me section it does the same thing.
|
|
|
|
Apr 3 2006, 08:54 PM
Post
#4
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Post the code your using.
First try adding a height feature to the code as well. |
|
|
|
Apr 4 2006, 11:41 PM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 125 Joined: Jun 2005 Member No: 156,341 |
<div style="position:relative; top:-1907px; left:-76px;">
<img src="http://i34.photobucket.com/albums/d119/a_forgotten_ghost/Web%20Graphics/forgottenboxpic.jpg" width=300 /> </div> that's the code im using. Thanks for your help so far. |
|
|
|
Apr 5 2006, 08:22 AM
Post
#6
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 125 Joined: Jun 2005 Member No: 156,341 |
Just keeping my topic bumped up. =) Any further suggestions Toyo?
|
|
|
|
Apr 6 2006, 12:26 AM
Post
#7
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 125 Joined: Jun 2005 Member No: 156,341 |
Anyone have any suggestions how to get this to show up, and not leave a big empty space?
|
|
|
|
Apr 6 2006, 12:42 AM
Post
#8
|
|
![]() 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 |
|
|
|
Apr 6 2006, 10:20 AM
Post
#9
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 125 Joined: Jun 2005 Member No: 156,341 |
Coldtrance...thank you so very much!! It works perfectly!
|
|
|
|
![]() ![]() |