Forum Moderators: open
Is there another code which i can use instead of id?
As the validator says, you can only use an
id attribute once on a page. Depending on what you're using it for, you may be able to replace it with a class attribute, which can be used multiple times. <TABLE [b]class[/b]="table1">
I believe the "id=table1" code you're referring to is the table ID that editors such as Frontpage automatically insert when creating a new table. It's not related to CSS styling. Since you did a copy-and-paste to duplicate the table, you either need to change the ID number for each copied table to something unique (eg: "id=table2", "id=table3", etc.), or you can possibly get rid of the ID's all together. Try changing the ID's for the copied tables and revalidate... it should work then.