|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Major grins
|
Aligning problem
http://www.gallerysavannah.com/Purch.../2299909_rqGV5
I'm trying to place the two objects in the above gallery side by side. Anyone know the trick?, i'm not very good at html. Thanks for any help. Jeff |
|
|
|
|
#2
|
|
|
Scripting dude-volunteer
|
Change this part of your HTML:
Code:
<div style="text-align-left;"> <div style="display:block;"> <a href="http://www.blurb.com/bookstore/detail/764891?utm_source=widget" style="font: 14px Helvetica,Arial,Sans-serif; margin: 12px 0pt 3px; text-decoration: underline;" target="_blank">Savannah by Jeff Cochran</a> </div> <object width="450" height="300"> <param name="allowFullScreen" value="true"></param> <param name="allowScriptAccess" value="always"></param> <embed src="http://www.blurb.com/assets/embed.swf?book_id=764891" type="application/x-shockwave-flash" width="450" height="300" allowfullscreen="true"></embed> </object> </div> Code:
<div id="myWidget1" style="float:left;"> <div id="myWidget1Link"> <a href="http://www.blurb.com/bookstore/detail/764891?utm_source=widget" style="font: 14px Helvetica,Arial,Sans-serif; margin: 12px 0pt 3px; text-decoration: underline;" target="_blank">Savannah by Jeff Cochran</a> </div> <object width="450" height="300"> <param name="allowFullScreen" value="true"></param> <param name="allowScriptAccess" value="always"></param> <embed src="http://www.blurb.com/assets/embed.swf?book_id=764891" type="application/x-shockwave-flash" width="450" height="300" allowfullscreen="true"></embed> </object> </div>
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
| Tell The World! | |
| Thread Tools | |
| Display Modes | |
|
|