3 replies
I thought this would be the best area of the forum to post this question because of all the programmers in here. I don't program much and don't know what I'm doing most of the time. I create niche sites for Amazon. Recently I started using pretty link. I attempted to use one of use one of my Amazon text links in order to create a "PrettyLink" but I kept receiving an error stating that the html was improperly formatted. I do not believe the html is improperly formatted because whenever I add that specific link without using pretty link, it works out fine. Here is the html. I'm removing the open tag so it doesn't just turn into a link here.

iframe src="http://rcm.amazon.com/e/cm?lt1=_blank&bc1=000000&IS2=1&bg1=FFFFFF&fc1=0000 00&lc1=0000FF&t=httpwwwl32d11-20&o=1&p=8&l=as4&m=amazon&f=ifr&ref=ss_til&asins=B 0055QYJM4" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0">
#problem #solve
  • Profile picture of the author dewboy06
    Problem solved. Pretty link wants you to start with http://, so in my case I would have to leave "<iframe src="" off of the link when adding it. Example, the appropriate link in pretty link in this case is

    http://rcm.amazon.com/e/cm?lt1=_blank&bc1=000000&IS2=1&bg1=FFFFFF&fc1=0000 00&lc1=0000FF&t=httpwwwl32d11-20&o=1&p=8&l=as4&m=amazon&f=ifr&ref=ss_til&asins=B 0055QYJM4" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe

    (again, I removed a tag so it won't show up as a link)
    Signature

    <a title="David Winegeart" href="http://www.winegeartwriteswords.com">David Winegeart</a>

    {{ DiscussionBoard.errors[6281284].message }}
  • Profile picture of the author topnichewebsites
    Be careful about that. I think it maybe against amazon TOS to cloak there links. You might want to check that out. I believe they want to see the full path to the page you are sending your vistors too.
    Signature
    http://pixelcovers.com/ <- eBook add eCovers

    https://www.unicommercesolutions.com <- WordPress Websites and Maintenance
    {{ DiscussionBoard.errors[6281339].message }}
  • Profile picture of the author topnichewebsites
    Not IFrames .. cloaking there links
    Signature
    http://pixelcovers.com/ <- eBook add eCovers

    https://www.unicommercesolutions.com <- WordPress Websites and Maintenance
    {{ DiscussionBoard.errors[6281953].message }}

Trending Topics