Hey All,
I'm new to using FrontPage (personally I like to use notepad, but my boss wants to be able to edit in FrontPage so...).
In html you can make an entire table row a link by having the link tags around the table row like this:
Now I've setup our site this way, but when my boss edits this in FrontPage and adds a link to our navigation - it screws it all up and the new link won't work properly (I want the entire row - including whitespace to be the link).
The question is this: Is there a way to do this using FrontPage?
I'm new to using FrontPage (personally I like to use notepad, but my boss wants to be able to edit in FrontPage so...).
In html you can make an entire table row a link by having the link tags around the table row like this:
Code:
<a href=".."><tr><td></td><td></td></tr></a>
Now I've setup our site this way, but when my boss edits this in FrontPage and adds a link to our navigation - it screws it all up and the new link won't work properly (I want the entire row - including whitespace to be the link).
The question is this: Is there a way to do this using FrontPage?