ad code is on pages, but ads don't show up.

Status
Not open for further replies.

Garo_Master

New Member
Messages
37
Reaction score
0
Points
0
yup, that's my problem.
help please.
my site is fatedcomics.exofire.net
can you guys tell why it won't show?
 

Christopher

Retired
Messages
14,659
Reaction score
8
Points
0
Try using
Code:
<script type="text/javascript" src="http://x10hosting.com/adserve.js?advanced"></script>
 

Garo_Master

New Member
Messages
37
Reaction score
0
Points
0
I'll report the changes in a moment.
Edit:
the ads still don't appear on the pages I applied the code to.
I'm thinking it's the background hiding the ads.
what about you?
 
Last edited:

Christopher

Retired
Messages
14,659
Reaction score
8
Points
0
Try replacing
Code:
	<div style="position: absolute;center; width: 225px; height: 92px; z-index: 4; left: 415px; top: 1951px; visibility: visible;" id="layer4" align="center" class="style11">
				Fated is copyright 2007-2008</div>
with
Code:
	<div style="position: absolute;center; width: 225px; height: 92px; z-index: 4; left: 415px; top: 1951px; visibility: visible;" id="layer4" align="center" class="style11">
				Fated is copyright 2007-2008<br /><script type="text/javascript" src="http://x10hosting.com/adserve.js?advanced"></script></div>
 
Last edited:
Status
Not open for further replies.
Top