Log in

View Full Version : Inserting html code in golive 5 web page


Bohemian
Oct 3, 2005, 12:09 PM
I am building a web site that guides browsers to specific products offered on other companies web sites. From my site a visitor would click on an affiliate link to go to a product.

Question: How can I insert affiliate html code into my web page for each product without it looking screwy? I am building my site using Adobe Golive 5. Each affiliate company offers their own html code that I have to use in my web page. Every time I insert it, everything goes awry. Can anyone help?

Here is my web site: http://www.goodkarmaday.com

Here is an example of the code:

<img src="http://www.healthandyoga.com/asp/ap/countimp.asp?id=BV1075&bid=1004" width=0 height=0><a href="http://www.healthandyoga.com/html/clean.asp" onMouseOver="(window.status='http://www.healthandyoga.com'); return true" onMouseOut=(window.status='')><img src="http://www.healthandyoga.com/asp/ap/sim.asp?bid=1004" border=0></a>

ScottGem
Oct 3, 2005, 03:55 PM
The code sample you show places an image on your page that is a link to the affiliates page.

How you arrange those links is up to you. You might try putting the links in a table.

Bohemian
Oct 7, 2005, 09:41 AM
Thank you, I will try it out and get back to you.