The official web hosting company for the BlueVoda Website Builder. You are currently viewing our support forum as a guest which gives you limited (read only) access. By joining our support forum you will be able to ask questions, participate in discussions and receive assistance. Registration is fast and simple. Click Here To Join our support forum today! We look forward to helping you build and publish a fantastic website.
>>> To link text to your unique Affiliate destination (with tracking code intact), right click on your supplied banner to view the HTML coding, usually found by clicking on "Properties" which will then display the custom HTML. There are 2 parts to the code: the unique tracking and destination, and the creation of the image, so you will need to know the difference.
Here is an example of an affiliate banner from my online mall with my unique coded HTML:
<a href="http://click.linksynergy.com/fs-bin/click?id=Xh4dFPEgWqQ&offerid=102786.10000007&type= 4&subid=0" target="new"><IMG alt="LNT Logo - 8831" border="0" src="http://www.lnt.com/graphics/promo/lnt/LNTlogo_88x31b.gif"></a><IMG border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=Xh4dFPEgWqQ&bids=102786.10000007&type=4&su bid=0">
Hopefully, you can see I highlighted the destination and tracking, and included the instruction that opens a new browser target="new".... this is what you need to identify EXACTLY to copy and paste to the hyperlink tool: you will always be able to find it after the <a ahref=" section of the script....be careful not to copy any quotation mark at the beginning, and to definitely include them at the end of the string....
If you are having trouble with some of the links not opening in new browsers(pop-ups, which is preferred practice), try using target="_blank" instead of target="new"....some link systems use either, and I've often been frustrated having to go back and rewrite all the html strings just to get this to happen normally!
Don't forget to always leave a space before "target" ...and to place the understrike before "blank"...and to always have quotes around your target: new, _blank, or top.....
Comment