Hosting ads in html?

Rhineus

New Member
Messages
19
Reaction score
0
Points
0
Hello,

Can somebody tell me how to [SIZE=-1]temporarily put hosting ads in html, cause I dont want to get my account suspended, while I'm working on how to get them on my IPB forum? Thanks :)
[/SIZE]
 

Christopher

Retired
Messages
14,659
Reaction score
8
Points
0
Look for
Code:
<body>
in your html code.

After it add
Code:
<script type="text/javascript" src="http://x10hosting.com/adserve.js?Rhineus"></script>
 
Last edited:
Top