I Like My Links Blue and Underlined

I like my links in blue and underlined. Below is the CSS entries that make this happen. Inside a WordPress blog you have to go to the Appearance section and click on Editor. This will open the CSS editor of your theme. Then you have to find the correct section and look for the “a” tag, since links start with <a href=”http://.

I found it and made it the color I wanted, the #1E0ECF color, added the underline and then made the Hover color slightly darker blue to make it look like a link.

.contents a{
color: #1E0ECF;
text-decoration:underline;
font-size:18px;
}

.contents a:hover{
color: #190CAA;
text-decoration:underline;
font-size:18px;
}

The Reference site

This would also apply if it were a part of a CSS in a traditional HTML page.

Steve

CPA Marketing Tutorial Coming Soon

Watch the video on the sales page of Placement Intelligence:
Click Here!

I’m taking a course on Cost Per Action marketing. It is a challenge to get through, but I will be breaking it down into more manageable segments. I have another 20 hours of video to go through, but there is some great potential here for income. It takes about $200 to start with an ad campaign, but it can be turned off quickly if it is not positive in cash flow. The cost of clicks is just pennies but the lead generations can be a buck or two for the clicker filling out an email address for a free Pizza card, or $20 for a one page form for credit checks.

There are a lot of TV ads running now regarding identity theft and credit checking. I want to be able to ride some of those campaigns.

One of the tools takes key words generated from the URL of a target campaign site(from Google’s free keyword generator) and locates hundreds of URLs that can be targeted for a CPA campaign. That tool is called Placement Intelligence.

Watch the video on the sales page of Placement Intelligence:
Click Here!

I’m excited about this.

Later,
Steve

120911