Forum Moderators: open
Current:
<TR>
<TD>
<A TARGET="NS" HREF="Folder/Document.PDF">
<IMG SRC="../../../Images/image.gif" style="border:0"/>
</A>
</TD>
<TD>
<A TARGET="NS" HREF="Folder/Document.htm">TEXT</A>
</TD>
</TR>
What I need is the HREF in Column two to point to the same pdf that column one points to.
I have been playing around with Dreamweaver's find and replace, but have not been able to get it to copy from one table cell to another.
Any suggestions at all would be helpful since this is currently all done one at a time - a two day job.
If you use virtual links - something like:
<img src="/images/image.gif" alt="">then what will happen is - not matter how many folders deep you are, you will always go back to the root and then over to images. -Corey