Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > I'd like my LoginStatus and menu to have the same font

Reply
Thread Tools

I'd like my LoginStatus and menu to have the same font

 
 
active
Guest
Posts: n/a
 
      04-03-2007
My site map and LoginStatus is upper and lower case (a.go. Home)

But the menu is all upper and Bold-Italic

I'd like them all to be Bold-Italic

Failing that I'd like them all to be the same.



Can that be done?



Thanks





<asp:TableCell ID="TableCell2" runat="server" Width="20%"
Font-Size="Smaller"> <asp:SiteMapPath id="SiteMapPath1" runat="Server"
PathSeparator=" > " RenderCurrentNodeAsLink="true" /></asp:TableCell>

<asp:TableCell ID="TableCell4" runat="server"> <asp:LoginStatus
LogoutAction="Redirect" LogoutPageUrl="Default.aspx" ID="LoginStatus1"
Runat="server" /></asp:TableCell>

<asp:TableCell ID="TableCell1" runat="server" ColumnSpan="3"
Font-Bold="True" Font-Italic="True" ForeColor="White"
HorizontalAlign="Center" VerticalAlign="Middle"> <asp:menu id="menua"
runat="server"

datasourceid="SiteMapDataSource1"

cssclass="menua"

orientation="Horizontal"

maximumdynamicdisplaylevels="0"

skiplinktext=""

staticdisplaylevels="2"

style=" z-index: 104; left: 0px; position:relative; top: 0px" />


 
Reply With Quote
 
 
 
 
active
Guest
Posts: n/a
 
      04-03-2007
Revised

> My site map and LoginStatus is upper and lower case (e.g. Home)
>
> But the menu is all upper and Bold-Italic
>
> I'd like them all to be upper Bold-Italic
>
> Can that be done?
>

If not, can the Menu be upper and lower case like the others?
>
>
> Thanks
>
>
>
>
>
> <asp:TableCell ID="TableCell2" runat="server" Width="20%"
> Font-Size="Smaller"> <asp:SiteMapPath id="SiteMapPath1" runat="Server"
> PathSeparator=" > " RenderCurrentNodeAsLink="true" /></asp:TableCell>
>
> <asp:TableCell ID="TableCell4" runat="server"> <asp:LoginStatus
> LogoutAction="Redirect" LogoutPageUrl="Default.aspx" ID="LoginStatus1"
> Runat="server" /></asp:TableCell>
>
> <asp:TableCell ID="TableCell1" runat="server" ColumnSpan="3"
> Font-Bold="True" Font-Italic="True" ForeColor="White"
> HorizontalAlign="Center" VerticalAlign="Middle"> <asp:menu id="menua"
> runat="server"
>
> datasourceid="SiteMapDataSource1"
>
> cssclass="menua"
>
> orientation="Horizontal"
>
> maximumdynamicdisplaylevels="0"
>
> skiplinktext=""
>
> staticdisplaylevels="2"
>
> style=" z-index: 104; left: 0px; position:relative; top: 0px" />
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Swing Font, it's Java Font? ot native? how install new font? mttc Java 2 07-03-2009 07:29 PM
asp.net and logout problem & loginstatus Jeff ASP .Net 1 04-03-2008 03:57 PM
LoginView and LoginStatus jsqrd ASP .Net 2 03-19-2007 12:08 AM
How to get the text in html tag.like<div...><font...>Text</font></ =?Utf-8?B?Tmlja3k=?= ASP .Net 2 02-20-2005 03:03 PM
Does MIDP 1.0 support font like windows font???? teddykim Java 5 07-21-2004 05:01 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57