Announcement

Collapse
No announcement yet.

Netquotevar:productanchor

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

    Netquotevar:productanchor

    No matter where I place this anchor in the productline template the url always overshoots in the browser thus obscuring the very product I am jumping to. Does anyone else have this problem? Being utterly at a loss, I have been linking to the preceeding product, but this is not a satisfactory solution as products move about and come and go. Can anyone offer a more solid solution?
    Mark

    #2
    I had this problem when I did the knowledge base so I put some padding between each product and put the product anchor at the top of the padding.

    The code I used at the top of the product layout template was similar to the following:

    Code:
    NETQUOTEVAR:ENDSEPARATOR
    <tr>
    <td bgcolor="#666699" colspan="3">
    <a name="NETQUOTEVAR:PRODUCTANCHOR"><img src="shim.gif" height="1" border="0"></a>
    </td>
    </tr>
    NETQUOTEVAR:PRODUCTFORMBEGIN
      <tr>
    .....

    Comment

    Working...
    X