Announcement

Collapse
No announcement yet.

Links

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Links

    If I want to set up a reciprocal link on my site, and I need to put specific code somewhere as requested by the site I am linking to eg. "<a href=" type information, where do I put this information? I am fine if I just have to type in the home page of a site to link to but as soon as a site requests this info I am stumped.

    #2
    I find the easiest way to do this is to create a file called mylinks.html or similar in your site 1 folder and then put the required code into their along with all the other links and any header info you want.

    Then create a brochure template that has the following in it:
    <br>
    <table border="0" width="100%" cellspacing="0" cellpadding="0">
    <tr>
    <td width="100%">NETQUOTEVAR:INCLUDE mylinks.html </td>
    </tr>
    </table>
    then you just have to place a brochure fragment wherever you want this to appear and tell it to use the template you created. Actinic will import the html links file into the page when you next do an upload.

    (or an alternative is to just put the code into a brochure fragment embedded between !!< and >!!)

    Mike
    -----------------------------------------

    First Tackle - Fly Fishing and Game Angling

    -----------------------------------------

    Comment

    Working...
    X