Mart wrote:
<asp:label id="pnlPager" runat="server" CssClass="TOC" />
|
Unfortunately, this wouldn't work. I also tried removing Css.
Here's my CSS code:
<STYLE TYPE="text/css">
<!--
.MyH1
{
font-family:small arial,sans-serif;
font size: 15;
color: Navy;
font-weight: bold;
}
a.Navigate
{
font:small arial,sans-serif
font size: 15;
color: Navy;
text-decoration:underline;
font-weight:bold;
}
a.TOC
{
font-family:small arial,sans-serif
font size: 15;
font-style:Bold;
color:Navy;
text-decoration:none;
font-weight: bold;
}
a.TOC:hover
{
color: Navy;
font size: 15;
font-style:Bold;
text-decoration:underline;
font-weight: bold;
}
-->
</STYLE>
How do I get the page numbers to be in CSS style?
Edited by Misty - 04 February 2005 at 1:54am