HTML Literal Control & FontSize

  • Thread starter Thread starter Veeresh
  • Start date Start date
V

Veeresh

I am using HTML literal control to display data in a table format.
How to set the font specification at the page level so that by changing at
one place will reflect for the entire page?

-- Veer
 
If you're using the literal to create a table, you could add a <style> for
the TD element to your page.
 
Is there anything that I can set across page ?

Ken Cox said:
If you're using the literal to create a table, you could add a <style> for
the TD element to your page.
 
Back
Top