PDA

View Full Version : HTML Placement


jrfalk
December 22nd, 2002, 02:27 PM
Hi:
I am using Fusion 4.0 to build my website Unfortunately the company no longer offers support for this version and I'm forced to try to go it alone with only the manual. One of my major problems is placing HTML code for my affiliate links. When I preview my site, all I see is the HTML code I pasted in, rather than the affiliate text or banner. Will the latter display properly when I publish the site? I'm puzzled over how to add these affiliate codes in the proper spots. I'd prefer to use them in my left and right margins.

Can you help? I'd really appreciate some detailed aid.

Thanks in advance
John Falk

degsy
December 22nd, 2002, 04:03 PM
Not quite sure what you mean, but if it is that you want to show HTML code on you page then repace the < & > with special characters.

&lt; = <
&gt; = >

http://www.w3schools.com/html/html_entitiesref.asp

Steven.Bentley
December 22nd, 2002, 04:08 PM
Hi John

you're probably pasting the code they've supplied into the WYSIWYG page editor side of the program, not into the raw HTML source code, which is where you need to be. Find the block of text you want to put the banner before, and look for a <p tag at the start of the block of text and paste directly before that.