Quote:
|
I am using the table but its for similar knid of data so that will be fine. I actually set the width of #contentTable and not contentTable td as it was giving me data tables with 583. Is this the right approach?
|
oops, I was just testing ;)
Yes you got it right.
Quote:
|
I am not sure where these are - I have run a HTML tidy and had a good look - can you point me in the right direction?
|
Go to
http://validator.w3.org and run it on your page it will give you the line numbers etc.
Quote:
|
How would I change this? Make the structural table larger? or is it too large already? I saw the site via AOL Browser and on a 19" non-flat screen last night and it looked awful!
|
That's a loaded question, for a start try:
Quote:
body {
margin: 0 auto;
font-size: 1em;
background-color: #FFF;
font-family: Arial, Helvetica, sans-serif;
margin-top: 25px;
padding-left: 10px;
line-height: 1em;
text-align: center;
}
|
That should help but I haven't tried it and you may need a centre alignment div around the table for IE5, but you can check that when you do your browser testing.
Quote:
|
I also have to ensure that non-experienced HTML users can use the site and update easily using Macromedia Contribute - so I need to be able to let them use tables!
|
You think they are going to cope with this without breaking something?