Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Using ID Selectors

0 views
Skip to first unread message

Erik Cruz

unread,
Feb 4, 2005, 10:59:10 PM2/4/05
to
Hi.

Is it possible to use just one ID Selector for several tables with different
IDs?

I have 4 tables that needs the same appearance. I know that I can use
something like #*rep, but can I use something like table#rep* ? Reading the
CSS 2.1 specifications I could not find anything like that.

TIA,
Erik Cruz


mscir

unread,
Feb 5, 2005, 12:25:46 AM2/5/05
to

It sounds like you could make them all use the same class.

.tableformat1{...}

<table id='uniquevalue' class='tableformat1'...

Mike

0 new messages