Loading...
 
Themes

Themes


Re: Strange interaction between tpl and css?

United States

I'm not 100% sure exactly what you're trying to do (maybe you have a URL that you can share that demonstrates what you're trying to do?), but one thing... the a in the style sheet refers to an <a ... > tag (such as <a href> — not a specific style, per se.

If the link that you're trying to change looks like this:

Copy to clipboard
<a href class="foo">link... </a>


In your CSS, you should be looking for

.foo

and/or

a.foo

If you're unfamiliar with CSS you may want to to review http://www.w3.org/Style/CSS/learning for details.

HTH,

-Rick
Coming soon: TikiWiki for Dummies Smarties — A beginner's guide to using ))TikiWiki((.

There are no comments at this time.