Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Building Controls > How to change the font of all cells

Reply
Thread Tools

How to change the font of all cells

 
 
Academia
Guest
Posts: n/a
 
      12-22-2007
I want all the text in the table have the font face Verdana.

I tried:

<table><font face="Verdana">



But that didn't work.

Is there a way to change the font of all cells by one specification?





Thanks


 
Reply With Quote
 
 
 
 
Academia
Guest
Posts: n/a
 
      12-22-2007
I found it
<table style="font-family: Verdana">

but I can't find out how to make the lines that separate the cells visible.

Is that possible?



Thanks





"Academia" <> wrote in message
news:...
>I want all the text in the table have the font face Verdana.
>
> I tried:
>
> <table><font face="Verdana">
>
>
>
> But that didn't work.
>
> Is there a way to change the font of all cells by one specification?
>
>
>
>
>
> Thanks
>
>



 
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
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
Swing Font, it's Java Font? ot native? how install new font? mttc Java 2 07-03-2009 07:29 PM
convert yyyymmdd text cells into date cells =?Utf-8?B?ZF9jYW1wZWxvQGhvdG1haWwuY29t?= Microsoft Certification 2 11-22-2006 04:52 PM
Writing to Cells in the Detailsview Insertmode makes cells uneditable. SixStringSlaya@gmail.com ASP .Net 0 02-28-2006 10:23 PM
Cells[].Text or Cells[].Controls[0] Joel Finkel ASP .Net Datagrid Control 0 09-01-2003 04:42 PM



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