Creating an embed snippet- Please help!

I am having a terrible time creating an embeddable section of a site. Here’s what I am trying to do:

  1. I need to create a small graphic in Freeway that is linked to a specific URL.

  2. I need to be able to embed this URL in Facebook and Myspace.

Every time I embed the code snippet, the image appears all the way on the left of the screen, as shown here:

http://www.audicashop.com/fbproblem/fbproblem.jpg

Here is the embed code that I am pasting from the Freeway page into MySpace:

MainImageBorder
</div>

What am I doing wrong? This needs to work! Please!

Thanks in advance!

TB


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

If you look at your code

style="position:absolute; left:0px; top:0px;

This is telling the browser to position it 0px from the left and 0px from the top of the browser window - and that is what is happening.

This seems quite a large graphic for this purpose.

I am not familiar with MySpace so have no idea how to determine its position on the MySpace page without interfering with the rest that is there. Maybe try removing the positioning info?

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Or maybe change it to

style="position:relative; left:0px; top:0px;

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options