T
T
Tweeph2011-02-22 13:23:00
css
Tweeph, 2011-02-22 13:23:00

CSS connection

Condition:


There is ONLY one *.css stylesheet, several *.html pages.
For example, page #1 uses the <td> tag a lot of times. Page #2 also has these tags.

Task:


How, by connecting one style file, to make sure that the styles for the TD tag (in this case) are identified by only one page.

Comment:

Class identification in each TD tag is not very satisfying.

With me plus + karma.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vlad Frolov, 2011-02-22
@frol

in html do this:
in css:
#page1 td {

}
Similarly for another page

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question