Groups | Blog | Home
all groups > asp.net building controls > december 2007 >

asp.net building controls : How to change the font of all cells



Academia
12/21/2007 7:48:58 PM
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

Academia
12/21/2007 10:35:47 PM
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





[quoted text, click to view]

AddThis Social Bookmark Button