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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top