Need Quick HTML Help - Ready To Pay

Status
Not open for further replies.

windjc

New member
Sep 24, 2008
801
6
0
Rating - 100%
14   0   0
I need someone to help with a small html issue. Its a fairly unique issue, but it basically requires figuring out how to hide, or make very small, text on a page.

And no, its not for outdated black-hat purposes.

I can't imagine this job would take more than an hour (hopefully 15 minutes). But here's what I will do. I will pay $50 and, if necessary, an additional $50 for each hour it takes after that to solve this particular issue.

PM me for details because it will way to confusing to try to explain the details in this thread. I need someone who can solve this today and/or tomorrow.

I need someone who understands html like the back of their hand.

Thanks.
 


The HTML
Code:
<p class="specialText">This text is "special"</p>

The CSS

To hide it
Code:
p.specialText { display: none; }

To make it tiny
Code:
p.specialText { font-size: 50%; }
/* or use pt, px, or em for font-size such as 6pt, 10px, .5em */

Donate the $50 to charity
 
Status
Not open for further replies.