View Single Post
  #4 (permalink)  
Old May 4th, 2008, 10:55
dab42pat dab42pat is offline
SuperMember

SuperMember
Join Date: Jun 2007
Location: uk
Posts: 459
Thanks: 0
Thanked 0 Times in 0 Posts
Re: A space between my video and text

Hi

To solve your problem you will have to put your embeded image in a div.

<div class="video">

Then in your css

HTML: Select all
.video {
float:left;
margin-right:10px;
}
Give it a try

Pat
Reply With Quote