inherit
200358
0
Jun 19, 2014 18:46:03 GMT -8
lualord
hi
32
September 2013
lualord
|
Post by lualord on Nov 30, 2013 14:44:02 GMT -8
another thread about a problem fixed this too.
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Dec 7, 2013 18:23:06 GMT -8
Again, I totally don't know what you are trying to achieve in your first sentence but if you want to set the link on hover to be the same color as it is normally you'd need some css like this with the #ff0000 being the color normally.
<style> .my_button a:hover{color: #ff0000!important; } </style>
And then a div for the link:
<div id="my_button">
<a href="http://link.com">Link</a>
</div>
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 26, 2024 13:56:01 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Dec 7, 2013 18:53:25 GMT -8
For your first sentence, putting something into Layout Templates > Forum Wrapper will show up on all pages and you can put it into the footer area of it =)
|
|