06-15-2008, 10:42 PM
|
#2 (permalink)
|
|
La Vida es Sueño
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
|
I always use link. However, recently I've been organising my CSS files better. Now I have different CSS templates configured, and they import the CSS files I require. So I may have a CSS file called tables.css. That would load in my primary, secondary, and ternary CSS files for my HTML tables.
css Code:
@import 'tables/primary.css'; @import 'tables/secondary.css'; @import 'tables/ternary.css';
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
|
|
|