set table resize to false

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

how can i do that in asp.net with c#? my code is as follows, but it shrinks
if the browser is resized...i'd like it to be a set lenght w/out resizing:

<table align="center" width="100%" border="0" cellpadding="2"
cellspacing="0">
 
Instead of setting the "width" property to a percent, set it to a fixed
number, such as "300".
 

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