I'm developing for a Content Management System. I don't have complete
control over the HTML.
The content authors are creating some tables with HTML like <table
border="1" ...>  The reset script sets border:0 for all tables.

The css rule to say there should be no borders overrides the HTML
attribute requesting a border.

There is no way for me to let my content authors use the border
attribute to designate some tables as having borders.

In most cases I can override the reset css with my own css. However in
this case I can't. If I set a border in css that will force a border
on the table. There is no way to say it should apply borders to tables
only if they have the border attribute.

Because of that I had to take the table and td out of the list of
elements that get all the reset rules and give table and td their own
set of rules that does not include border:0. You may consider this for
everyone.

-- 
You received this message because you are subscribed to the Google Groups 
"Blueprint CSS" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/blueprintcss?hl=en.

Reply via email to