Quote:
Originally Posted by Patrick1969
I got it and it works with the NT as well as URL and PIC .gif, this is very good. Now the only thing I would need it a way to highlight the posts and/or threads which have been viewed while viewing the forum in a Threaded Format like this. That would be the last fix required for this format in order for all participants to adopt it as well as use it, is there an easy fix for this?
|
You can achieve this simply by adding the following CSS definitions:
a.threadlink {
color: blue;
}
a.threadlink:visited {
color: #551a8b;
}
You add these by going to "Styles & Templates"->"Style Manager" and editing the Main CSS for your style. Add them to "Additional CSS Definitions".