Suppose you would like to change the color of your links and the Formatting options of blogger isn't working; you can make use of this code:
Here's your basic link:
http://www.blogger.com">Google Blogger
Typically you would have a style:
a:link {
color: #008000;
}
The text and underline would be green.
I am wrapping the following examples, they would normally be on one
line.
If you try to change the color like this:
http://www.blogger.com">Google Blogger
The link will not change to yellow. a:link will still be in control.
If you change it to:
http://www.blogger.com">
Google Blogger
The attribute will change the text to yellow, but the underline will
remain green.
If you change it to:
http://www.blogger.com">
Google Blogger
'style' will take control and both the text and underline will be
yellow.
Source: Ted
Search blog
Subscribe to:
Post Comments (Atom)
Top 5 Posts (Weekly)
-
You can reset the AUTO_INCREMENT value in MySQL either by using a SQL command or by using phpMyAdmin. NOTE: You cannot reset the counter...
-
>> Inventory It is global across all the websites and stores. Either the product is IN STOCK or Not! If you need different inventor...
-
In some cases, you might have two PHP configuration files: one for the PHP command line and for the web server. If so, make the change in b...
-
If you would like to display codes for various tips and tricks, hacks or anything for that matter, for heling and sharing your information ...
-
If you would like to restrict access to specific page(s) of your Buddypress/bbPress site such as Groups, Forum or Member page from non-logg...
This comment has been removed by a blog administrator.
ReplyDelete