- May 2, 2010
- 9,943
- 16,051
In case you might have missed it, you now have to have a message on every page of your site that has amazon links on it.
The message has to be obviously something like "This website generates income if you purchase a product from any of our Amazon links."
Its easy to do this with some custom CSS, and place a message at the top of every post.
The message has to be obviously something like "This website generates income if you purchase a product from any of our Amazon links."
Its easy to do this with some custom CSS, and place a message at the top of every post.
.post .single_post:before {
content: "This website generates income if you purchase a product from any of our Amazon links." !important;
text-align: center !important;
font-size: 20px;
}