What I mean is this :
TD {
background:000000
}
.td {
background:000000
{
The former is a redefinition of the HTML tag itself which in turn will
change all TD's to have that style. The latter is a custom style which you
have given the name TD.
-----Original Message-----
From: Paolo Piponi [mailto:[EMAIL PROTECTED]]
Sent: 16 January 2003 14:15
To: '[EMAIL PROTECTED]'
Subject: RE: [ cf-dev ] OT: ByPassing Style Sheets
Do you mean like this? This works on my system. The second table has a style
that overrides the class.
<style>
.table{background:000000}
</style>
<table class="table">
<tr><td>TEST</td></tr>
</table>
<br>
<table class="table" style="background:ffffff">
<tr><td>TEST</td></tr>
</table>
-----Original Message-----
From: Giles Roadnight [mailto:[EMAIL PROTECTED]]
Sent: 16 January 2003 13:58
To: [EMAIL PROTECTED]
Subject: [ cf-dev ] OT: ByPassing Style Sheets
Hi
Sorry for the off topic post.
We use SoEditor Lite (with the CSS support) to edit cfm files that are
included in our home page.
The problem is that if we give a table in SoEditor a blue background it
looks blue in soEditor but when the file is included in the home page it
turns to the background colour of the table defined in our style sheet.
Is there a way to make a part of an HTML page ignore the style sheet?
The only other way I can see of doing this is to dynamically create styles
in our style sheet from the properties of tables and so in the include file.
Then apply these new tempoary styles to the elements in the include file. I
think this would work but it would be a bit of a nightmare catering for
every different style that could be applied to a table or cell or row or
font and so on.
Thanks
Giles
--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]
--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]
--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]