Is This Possible?!?!? |
Is This Possible?!?!? |
Feb 27 2007, 01:12 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 32 Joined: Mar 2006 Member No: 386,286 |
I made a slideshow and Id like to place it at an exact position on a div! (Does this make sense?)
When I paste the slideshow code in my div, it automatically puts it in the top left corner! Is it possible to move this to the center and down about 200 pixels? Thanks in advance! SlideShow Code....... CODE <div style="visibility:visible;"><embed src="http://widget-83.slide.com/widgets/slideticker.swf" type="application/x-shockwave-flash" quality="high" scale="noscale" salign="l" wmode="transparent" flashvars="cy=ms&il=1&channel=288230376156075138&site=widget-83.slide.com" width="450" height="350" name="flashticker" align="middle"/><div style="width:450px;text-align:left;"><a href="http://www.slide.com/pivot?ad=1&tt=16&sk=0&cy=ms&th=0&id=288230376156075138&map=1" target="_blank"><img src="http://widget-83.slide.com/p1/288230376156075138/ms_t016_v000_a001_f00/images/xslide1.gif" border="0" ismap="ismap" /></a> <a href="http://www.slide.com/pivot?ad=1&tt=16&sk=0&cy=ms&th=0&id=288230376156075138&map=2" target="_blank"><img src="http://widget-83.slide.com/p2/288230376156075138/ms_t016_v000_a001_f00/images/xslide2.gif" border="0" ismap="ismap" /></a></div></div>
|
|
|
|
![]() |
Feb 27 2007, 01:47 PM
Post
#2
|
|
![]() vengeance. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 3,058 Joined: Jul 2006 Member No: 437,024 |
try this:
CODE <div style="visibility:visible;"> <center><BR><BR><BR><embed src="http://widget-83.slide.com/widgets/slideticker.swf" type="application/x-shockwave-flash" quality="high" scale="noscale" salign="l" wmode="transparent" flashvars="cy=ms&il=1&channel=288230376156075138&site=widget-83.slide.com" width="450" height="350" name="flashticker" align="middle"/><div style="width:450px;text-align:left;"><a href="http://www.slide.com/pivot?ad=1&tt=16&sk=0&cy=ms&th=0&id=288230376156075138&map=1" target="_blank"><img src="http://widget-83.slide.com/p1/288230376156075138/ms_t016_v000_a001_f00/images/xslide1.gif" border="0" ismap="ismap" /></a> <a href="http://www.slide.com/pivot?ad=1&tt=16&sk=0&cy=ms&th=0&id=288230376156075138&map=2" target="_blank"><img src="http://widget-83.slide.com/p2/288230376156075138/ms_t016_v000_a001_f00/images/xslide2.gif" border="0" ismap="ismap" /></a></center></div></div> in the code i added <center>textorwhateverhere</center> that's the code to center something, i centered the sildeshow already for you. there's a thing called line breaks, they move thing down a line. line breaks = <br> i added a few, but if its too much, take some away, if it's too little, add more. hope this helps. |
|
|
|
![]() ![]() |