Hi,
Developing with VS2005 I usually put a table inside a div, setting align="center" for the div and it works fine in IE, with the table centered inside the div and wrapped by the div.
Now I am trying to do the same in VS2003 but there's no way to get the div wrap any control coding a div element around the table form the markup editor.
If I then go the design view and drag the table inside the div - from what I am coding it should already be there - it works, with some butchering of the source (like empty divs dropped on the markup source).
It's just the way it is - kind of a known bug - or I am doing something wrong?
-
<div align="center">
-
<table>
-
...
-
</table>
-
</div>
Regards,
JI