| Author |
Message / Information |
Zeilakin

Quote | Reply |
| how do you remove the link status from group title posted on: 9/14/2003 8:51:47 AM how do you remove the link status from group title? i dont want it the same color as the links
will i have to html-change-color-it? |
Sharky
ChatArea.com Owner

Quote | Reply |
|
how do you remove the link status from group title
replied on: 9/14/2003 4:47:52 PM
You can not remove it as a link. You can not at this time change the color, of it. But you can remove the underline of it if you want, but that would remove the underline on all links. So it doesn't do it any good.
|
Zeilakin

Quote | Reply |
|
how do you remove the link status from group title
replied on: 9/15/2003 11:46:26 PM
meh <font color=??????>group name</a> changes it
|
Sharky
ChatArea.com Owner

Quote | Reply |
|
how do you remove the link status from group title
replied on: 9/16/2003 8:44:38 AM
I didn't think about this at the time. But there is something you could try if you know CSS.
Each of those rows in that table has it's own name. So if you view the source of the page then you can get the class id of that row and maybe try something with that.
The name are "tbRowXX" with XX being the number of the row for example. tbRow1, tbRow2, tbRow3, tbRow4
|