Link to home
Start Free TrialLog in
Avatar of dizzycat
dizzycat

asked on

Fix the size of cells in an asp.net table

Hi experts

I am trying to develop a web-site using Visual web developer and asp.net  3.5,  i have an asp.net table with 3 columns and 10 rows, i am working on the third column-cell of the first row which i want to resize, the problem i am having is that by resizing the third column the first two columns are being resized as well, is there any way to fix the size of a table cell so that it cannot be resized when altering other columns and rows in the table, one way i have thought of doing it is put a div inside the cell that i want to fix the size of, but i just wondered if there is a simpler way of doing this. Hope somebody can help
Avatar of Paul Jackson
Paul Jackson
Flag of United Kingdom of Great Britain and Northern Ireland image

How are you resizing the columns please post the relevant code.
Avatar of dizzycat
dizzycat

ASKER

I am just trying to resize the columns and rows
Using the GUI.
Did you try to set manually the width of the two columns you don't want to be resized?
I just assumed that if I could not set the cell
Sizes using the GUI then it could not be done
manually, I will try it and let you know.
ASKER CERTIFIED SOLUTION
Avatar of Carlos Villegas
Carlos Villegas
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks, this is what I was looking for.