Multiple tables

S

Scott

On a web page, I have several tables in an attempt to standardize the view
with different browsers. I'd like each table to start below the other, ie at
left side of web page. However, I find that, depending on the browser,
occassionally, the next table gets placed to the right of the previous one
despite setting table attributes to left alignment and float.
 
T

Thomas A. Rowe

Just select left align or default and do not set the float value, leave at default.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Top