View Single Post
  #6 (permalink)  
Old 07-23-2008, 11:14 AM
JohnDoe JohnDoe is online now
Jr. VIP
 
Join Date: Dec 2007
Posts: 338
Thanks: 0
Thanked 27 Times in 21 Posts
Activity: 9%
Longevity: 29%
Today: 1/5
Default Re: How do I hide affiliate link?

The code is there it is just written in black and the background is also black so it does not showup. People will scroll trying to find the code and not see it if they click select all it will highlight it.

You can try and put the code in code quotes it might show up better

Code:
</script>
<html>
<head>
<script>window.status='ready';</script>
<meta http-equiv="Content-Language" content="en-us">
<title>--TITLE--</title>
<meta name="keywords" content>
<meta name="description" content>
</head>
<frameset border="0" frameborder="0" marginleft="0" margintop="0" marginright="0" marginbottom="0" rows="100%,*">
<frame src=<--youraffiliatelink-->" scrolling="auto" frameborder="no" border="0" noresize>
<frame topmargin="0" marginwidth="0" scrolling="no" marginheight="0" frameborder="no" border="0" noresize>
<noframes>
<body>
</body>
</noframes>
</frameset>
</html>
Reply With Quote