Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can Frontpage do this?

Status
Not open for further replies.

Borvik

Programmer
Jan 2, 2002
1,392
US
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:
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?
 
I found a solution.

I wrote a macro that will take a highlighted row and find the <a> parent. It will prompt for the Link Name, and link - and replace the outerHTML of the <a> parent with itself plus the code for the new link.
 
i am trying to build a Menu bar that when you mouse over it drops down with additional links. Is this to much for FP to handle.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top