W warener New Member Jan 6, 2009 #1 How can i rename or remove or edit the Code: display in the post? For example here in vbteam the Code: is in color red. I want to rename it as Download: Please help? Any one?
How can i rename or remove or edit the Code: display in the post? For example here in vbteam the Code: is in color red. I want to rename it as Download: Please help? Any one?
B bluescorpion New Member Jan 7, 2009 #2 HTML: <a href="URL" ><span style="color:red;"> text here</span></a> If you want it to change color on a hover, then you have to create a new CSS class with different attributes defined to do what you want.
HTML: <a href="URL" ><span style="color:red;"> text here</span></a> If you want it to change color on a hover, then you have to create a new CSS class with different attributes defined to do what you want.