You can try doing it this way. Note that I just used an ASP.NET table control. You can still use HTML table for the links if you want. In the sample code below, in one cell, it uses a linkbutton and in the other one, an HTML anchor. This should work on a master page as I use it a lot. Check that your relative address in the href is pointing to the correct file location as well. I hope this helps.