slideshow above profile |
![]() ![]() |
slideshow above profile |
Jun 8 2008, 10:57 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: May 2008 Member No: 648,102 |
is there anyway to do that? i know that you can add pictures but i want to put a slideshow instead..
anyone? |
|
|
|
Jun 26 2008, 01:26 AM
Post
#2
|
|
|
the name's mario ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 1,270 Joined: Jun 2008 Member No: 656,520 |
Im not sure if it'll work but it's worth a shot.
just make a slideshow with slide, photobucket or a website of your choice and get the slideshow's code and replace "PUT YOUR SLIDESHOW CODE HERE" with the slideshow's code to one of the following: if you want it ABOVE THE AD use this code CODE <style> body { margin-top: 120px; } .slideshow { position: absolute; top: 0; width: 728px; text-align:center; margin-top: 15px; margin-left: -364px; left: 50%; } </style> <div class="slideshow"> PUT YOUR SLIDESHOW CODE HERE </div> if you want it BELOW THE MENU BAR use this code CODE <style> body table { margin-top: 90px; } .slideshow { position: absolute; top: 150px; text-align:center; margin-top: 15px; margin-left: -364px; left: 50%; } body td table, body div table { margin-top: 0; } </style> <div class="slideshow"> PUT YOUR SLIDESHOW CODE HERE </div> |
|
|
|
![]() ![]() |