Aligning embedded Google Video in my site : How to do?

Soldato
Joined
4 Feb 2004
Posts
13,421
Location
Écosse
I've embedded a vid clip from Google Video in a site of mine here:-

http://www.centralscotlandfireusar.com/Challenge.html

What I want to do is move it slightly over to the right so it's in line with the Rescue Cymru banner/logo above it, but I can't figure out how to do?.

I've tried using the "Align" button within Dreamweaver CS3 to change it's alignment, but no dice.

Tried adding "H Space" values as well, but same again, no luck.

Any advice folks?.

Thanks!!!! :cool:
 
Wrap the google video in a div with align=center..

Example..

PHP:
<div align="center"><embed src="http://video.google.com/googleplayer.swf?docid=1510055572466737743&amp;hl=en" style="width:400px;height:326px" id="VideoPlayback" flashvars="" type="application/x-shockwave-flash" name="VideoPlayback"></embed></div>
 
Wrap the google video in a div with align=center..

Example..

PHP:
<div align="center"><embed src="http://video.google.com/googleplayer.swf?docid=1510055572466737743&amp;hl=en" style="width:400px;height:326px" id="VideoPlayback" flashvars="" type="application/x-shockwave-flash" name="VideoPlayback"></embed></div>

You da man!!!! :D

Thanks for that, worked perfectly!!! :cool:
 
Back
Top Bottom