If this is the wrong forum for this question please advise. I'm a programmer who's slowly learning the art of web design. As such I have a question which probably has a relatively simple solution. On each webform in my asp.net project I have the following HTML...
I copy/paste this code into each new webform I create. Is there a way that I can add this code to my CSS so that each new webform that uses the CSS can have this code automatically? Thanks.
Code:
<a href="default.aspx" style="FONT-WEIGHT: bold; FONT-SIZE: xx-small; Z-INDEX: 104; LEFT: 536px; WIDTH: 187px; COLOR: white; FONT-FAMILY: verdana; POSITION: absolute; TOP: 40px; HEIGHT: 32px"
title="Main Menu">Home</a>