Found Ruler &Grid on View Menu.
Now going one step further, as you suggested I'm experimenting with mixing CSS and Tables and now I have two more questions:
#1
When using StyleSheet.CSS file I have defined a class .MyPanel and have applied that class to a DIV. Now, when I resize the DIV it creates .style1 with same properties as .MyPanel and now the DIV uses rather than as I had specified. If I change MyPanel Background-Color in StyleSheet.css it has no effect on the DIV. How do I get the DIV to use the named style I specified?
#2
I Have a DIV that I have Position:Absolute turned on. It's located in the center of the page and it contains a table - 3 rows and 2 Columns. I then, in design mode, paste TextBox controls into Col2 row 1, row 2 and row 3.
Strange things happen - Textbox1 and Textbox2 get style2 assigned and textbox3 gets style3 assigned. In Design screen Textbox1 and 2 are overlayed and textbox3 appears in proper place. There is inline css code generated for style2 but none for style3.
If I just paste the Text Boxes into the HTML all is correct or if I delete the .style2 {} stuff that was generated it appears correct.
Any ideas as to whats happening?