This topic is locked

format menu

9/15/2005 12:25:53 PM
ASPRunnerPro General questions
R
roller author

How do I change the colour and size of the menu list? I have tried <font></font> tags all over the place without success.

Sergey Kornilov admin 9/15/2005

Here is the simple ASPRunner-generated menu file. See my changes in bold:

<a href="Cars_list.asp"><font size=+1>Cars</font></a>


<a href="Make_list.asp">Make</a>
<a href="Users_list.asp">Users</a>

R
roller author 9/15/2005

Thanks Sergey
It seems so simple now I can't believe I couldn't figure it out.