Hi all, i have one MasterPage.master that has a header and lower row. These are 2 jpg images. Both have several logo's on them. I wish to place live links, which seem to be very, very fiddly! The only way i can do this is by this type of code -
<
a href="Default.aspx "><asp:ImageMap ID="ImageMap1" runat="server" Height="55px" Style="position: relative; left: -298px; top: -4px;"
Width="196px" ImageUrl="~/images/tran.gif">
</asp:ImageMap></a>
The "position" is so annoying - as soon as i try to move one across, one then starts to move itself, just very difficult to have some simple links. Is there a better way perhaps, just to place some live links in the MasterPage.master? thx