Status
Not open for further replies.

Forlan

Active Member
196
2012
166
0
Hi all,
How to automatically add tags <strong><strong> or <code></code> in all rapidgator links in blog?
Is it possible without editing posts 1 by 1 ?
 
Last edited:
2 comments
you need to update only .css file in this case, nothing else

add the below code to your main.css or style.css (default name)

Code:
a[href^="http://rapidgator.net/"]{
[COLOR=#444444][FONT=arial][B]font[/B][/FONT][/COLOR][COLOR=#444444][FONT=arial]-weight:[/FONT][/COLOR][COLOR=#444444][FONT=arial][B]bold[/B][/FONT][/COLOR][COLOR=#444444][FONT=arial];[/FONT][/COLOR]
}

PS- above code will work iff rapidgator links are in this form: <a href="http://rapidgator.net/************" />
 
Status
Not open for further replies.
Back
Top