Is it possible to create a div tag and then format the font size from a style sheet? I created one below:
<div id="mnuMenu">
<a href=MainMenu.asp target=fraMain>Main Menu</a><br>
<a href=FacilityInformation.asp target=fraMain>Facilities</a><br>
<a href=ClientInformationSR.asp target=fraMain>Clients</a><br>
<a href=ChangePassword.asp target=fraMain>Password</a><br>
<a href=Reports.asp target=fraMain>Reports</a><br>
</div>
I'd like to be able to refer to the DIV ID in a style sheet like I would a class and change all the hyperlinks to have the same font size, etc.
Any suggestions?
Thanks in advance!
<div id="mnuMenu">
<a href=MainMenu.asp target=fraMain>Main Menu</a><br>
<a href=FacilityInformation.asp target=fraMain>Facilities</a><br>
<a href=ClientInformationSR.asp target=fraMain>Clients</a><br>
<a href=ChangePassword.asp target=fraMain>Password</a><br>
<a href=Reports.asp target=fraMain>Reports</a><br>
</div>
I'd like to be able to refer to the DIV ID in a style sheet like I would a class and change all the hyperlinks to have the same font size, etc.
Any suggestions?
Thanks in advance!