do you think it would be okay to use small font and a font color that is very close to white? such as #FFFFCC on a white background?
oo god i feel like im inserting hidden text onto CL!!
do you think it would be okay to use small font and a font color that is very close to white? such as #FFFFCC on a white background?
I've already noticed some gurus using this method.. LOL..
Yeah nice trick but these traffic will NEVER EVER CONVERT coz these guys r lookin for free warez@ RS..
Still traffic is traffic, yeah!
If you want to hide the link, don't use white text, use css.
.myLink{
display: none
}
or
.myLink{
text-indent: -9999px;
}