Groups | Blog | Home
all groups > asp.net > september 2005 >

asp.net : set table resize to false


ae
9/15/2005 10:17:02 PM
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"
Andy Luksic
9/16/2005 5:33:05 AM
Instead of setting the "width" property to a percent, set it to a fixed
number, such as "300".


[quoted text, click to view]
AddThis Social Bookmark Button