Register | Login | |||||
Main
| Memberlist
| Active users
| Calendar
| Chat
| Online users Ranks | FAQ | ACS | Stats | Color Chart | Search | Photo album |
| |
0 users currently in Help, Suggestions, Bug Reports. |
User | Post | ||||||||
Chris Posts: 451/577 |
I don't really understand what you want, but I presume that you basically want custom link colors. Here's what I did to get mines...
--------------------------------------------------- a:link {color: #FF0000} /* unvisited link */ a:visited {color: #00FF00} /* visited link */ a:hover {color: #FF00FF} /* mouse over link */ a:active {color: #0000FF} /* selected link */ --------------------------------------------------- < Where it says ".CLASS" is where you put some word or name... It can be ".fha39"; or ".34270"; or ".dsaghuitg"; whatever, basically... After that, you're going to need to define the colors and stuff that you're looking for where it has "{color: #FF0000}". Once that is done, you define the class on your td (table divider, I think it's called) so that the new link style can work. To define the class, it's class="CLASS". (Of course, you change CLASS to something you prefer. If all the class names are not the same, it's not going to work.) D 2007 |
Posts: 128/497 Top of layout:
| <style type=text/css>a.mathlayout0 { color: #800000; }</style> Before text: <div class=mathlayout0> After text: </div> MathOnNapkins |
Posts: 361/1106 So there isn't any way to embed in the html of the layout a style sheet or style tags that would provide such functionality? | Arthus |
Posts: 68/142 There is no easy way to do it without inputting your own stylesheet. After each a tag you could put a font tag. eg:
| < MathOnNapkins |
Posts: 357/1106 Since there is only one body tag per html page, I cannot set the link, alink, or vlink options on my layout at all...This is very annoying to me since when I click my own links under most board themes they either disappear or become barely visible. Any ideas? I don't want to have to import a style sheet either. | |