Hi Hari,
 
> I am trying to put tables side-by-side.

Using styles it's rather simple, and it won't FORCE the page to a
certain width if the clients resolution just won't make it possible
to have them side by side:

<table id="table1" style="float:left;width:350px;">
...
</table>

<table id="table2">
...
</table>

Regards,

Shawn K. Hall
http://12PointDesign.com/
http://ReliableAnswers.com/




---------------------------------------------------------------------    
 Home       : http://groups.yahoo.com/group/active-server-pages
---------------------------------------------------------------------
 Post       : [email protected]
 Subscribe  : [EMAIL PROTECTED]
 Unsubscribe: [EMAIL PROTECTED]
--------------------------------------------------------------------- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/active-server-pages/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to