moving/delete some stuff |
![]() ![]() |
moving/delete some stuff |
Jan 15 2008, 11:00 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Jan 2008 Member No: 611,353 |
Basically I was wondering if it's possible to delete the space marked delete and if I could move my name, pictre, etc. down. Here's a picture to give you a better idea of what I'm talking aboutt.
![]() I'd really appreciate the help. |
|
|
|
Jan 16 2008, 01:36 AM
Post
#2
|
|
![]() Cornflakes :D ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,541 Joined: Dec 2005 Member No: 322,923 |
To get rid of the space use this:
CODE <style> td.text table {position:relative; left:-50px;} td.text object, td.text embed, td.text table table {position:static;}</style> You can change the -50 to higher or lower to move the table over more or less. To move down the picture table use this: CODE <style> .profileInfo { position:absolute; top:0%; margin-top:600px; visibility:visible;} </style> Change the 600 to a greater number to move it down more or less to move it up more. |
|
|
|
Jan 16 2008, 07:32 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Jan 2008 Member No: 611,353 |
Thanks for the help, but the first code made the space i got rid of in the middle move to the right, is there anyway to make the whole table a tad skinnier, besides the skinny profile code?
|
|
|
|
![]() ![]() |