Posts: 376
Name: Venkat Raj
Location: Salem, South India
|
Replace first table attributes this
Code:
<table width="100%" cellpadding="0" cellspacing="0" border="0" height="100%">
with this
Code:
<table align="center">
and you will be fine.
Problem is...
main table have 100% width and another table (content) with it has only width of 760 or something width.
__________________
All the Buddhas of all the ages have been telling you a very simple fact: Be -- don't try to become.
Last edited by Kirtan; 03-27-2007 at 11:23 PM..
Reason: add content
|