Log in

View Full Version : Css question


Injektilo
03-04-2006, 09:06 AM
That didn't fit in modifications forum, so i thought i would ask here.

Do you know if there is a problem when declaring a css style in header template to be applied in all forum? I've tried it and it overrides the style's css, and works ok. But, are there any problems? Does it make the page load time slower or something?

Thanks

Princeton
03-04-2006, 06:08 PM
No, there is no problem with inline css
However, I prefer external css as they are cached (less bandwidth).

external - css on exteranl file
inline - css added to html documetn
embedded - css added to a specific html tag

Injektilo
03-04-2006, 06:15 PM
No, there is no problem with inline css
However, I prefer external css as they are cached (less bandwidth).

external - css on exteranl file
inline - css added to html documetn
embedded - css added to a specific html tag


thanks man that really helped :)