Re: adding a class to the body tab -
04-02-2009
, 03:40 PM
[Q]I meant a .dwt file and make the <body> tag editable so I can put the class
.. . .[/Q]
Under your current set-up your <body> tag is edited in your
(appended/attached) CSS file via two classes: the visiting class and
the living class. Alan has correctly pointed you to the living class,
and I have correctly pointed you to the visiting class. If you wish to change
the appearance of your body tag in your template (dwt) file, then the change
should take place in the aforementioned CSS file.
Before you embark on any changes, may I recommend that you make a back-up copy
of your CSS file and note any changes that you make in your working CSS file.
Comments for CSS files are indicated by the /* and */ delimiters.
In this way, you can maintain good control of your experimentation.
Roddy :smile; |