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. |
Acmlm's Board - I3 Archive - Help, Suggestions, Bug Reports - Just made a pretty basic layout but something annoys me... | New poll | | |
Add to favorites | Next newer thread | Next older thread |
User | Post | ||
MathOnNapkins 1100 In SPC700 HELL Since: 11-18-05 Last post: 6465 days Last view: 6465 days |
| ||
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. | |||
Arthus 140 Since: 11-17-05 From: Australia Last post: 6677 days Last view: 6677 days |
| ||
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 1100 In SPC700 HELL Since: 11-18-05 Last post: 6465 days Last view: 6465 days |
| ||
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? | |||
D 2007 D Since: 02-19-06 Last post: 6512 days Last view: 6512 days |
| ||
Top of layout:
<style type=text/css>a.mathlayout0 { color: #800000; }</style> Before text: <div class=mathlayout0> After text: </div> |
|||
Chris Spiny Since: 11-17-05 Last post: 6575 days Last view: 6575 days |
| ||
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.) (edited by Chris on 04-05-06 02:59 PM) |
Add to favorites | Next newer thread | Next older thread |
Acmlm's Board - I3 Archive - Help, Suggestions, Bug Reports - Just made a pretty basic layout but something annoys me... | | |