Quote:
Originally Posted by basilrath
version 1.2 deff causes issues with forum widths etc..................although i havnt had time to work out why yet
|
...and the forum alignment.
Nice idea but:
1. it's flawed in the execution (see syntax issues above as well as interference with layout)
2. it's basically unnecessary since all you need to do to make this work in all browsers is:
- Admin CP | Styles and Templates | Style Manager
- select {style} | Common templates from dropdown
- edit headinclude
- find
Code:
<!-- CSS Stylesheet -->
- add above
Code:
<link REL="SHORTCUT ICON" HREF="favicon.ico">
- save