HTML Table

  • Thread starter Thread starter Bill English
  • Start date Start date
B

Bill English

I am new to ASP, I used to use FrontPage for Websites, but I'm trying
something new. Whenever I create an HTML table, the table's rows and
columns are always resized according to content. How do I change this
to stay the size I want it to be?
 
Use a style/stylesheet and set the
TD{ width:100px;}

Other then that, not that I know of.

Curt
 

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