Putting ad on my page..

Status
Not open for further replies.

pkhunters

New Member
Messages
52
Reaction score
0
Points
0
hey guys, ive been trying to put the corperate ad on my website, but since my html is so messy it makes it extreamly hard..

would someone out there be able to copy the html from my site, paste in the code for the add and then paste the new code here? or in a pm to me?

then i can just copy and paste the new code on the page and everything should be sweet :eek:riginal:

heres my site


thanks everyone
 

bigguy

Retired
Messages
10,984
Reaction score
10
Points
38
copy and paste it to the top of video.htm, That should do it
 

pkhunters

New Member
Messages
52
Reaction score
0
Points
0
i have, ive tried to, but im not to well with html, and everytime i do it the whole page just gets messed up.

i know is just copying and pasting but i dunno where exatly it needs to be pasted in the site
 

bigguy

Retired
Messages
10,984
Reaction score
10
Points
38
Leave a one line space between the bottom of the ad code and the rest of the code .....maybe try putting <p> in the space you made ....this means a new paragragh is starting ...maybe if you put it in it will let it show up
 

pkhunters

New Member
Messages
52
Reaction score
0
Points
0
sorry i know this is annoying you guys but i just tried that to and the ad is still not visable on the page, its in the code but i cant see when i load the page :(
 

Willmaker

New Member
Messages
134
Reaction score
0
Points
0
I know this is a very stupid question, but just to make sure:

What ad code are you using? :blink:
 

Richard

Active Member
Messages
2,028
Reaction score
0
Points
36
from what I see the code is in the right place it just needs to be formated. It can't be put on one line. This should work.
Code:
<script language='JavaScript' type='text/javascript' src='http://x10hosting.com/advert/adx.js'></script>
<script language='JavaScript' type='text/javascript'> 
<!-- 
if (!document.phpAds_used) 
document.phpAds_used = ','; 
phpAds_random = new String (Math.random());
phpAds_random = phpAds_random.substring(2,11);
document.write ("<" + "script language='JavaScript' type='text/javascript' src='"); 
document.write ("http://x10hosting.com/advert/adjs.php?n=" + phpAds_random); 
document.write ("&amp;what=zone:1&amp;target=_blank"); 
document.write ("&amp;exclude=" + document.phpAds_used); 
if (document.referrer) 
document.write ("&amp;referer=" + escape(document.referrer)); 
document.write ("'><" + "/script>"); 
//--> 
</script><noscript><a href='http://x10hosting.com/advert/adclick.php?n=a7fb3e9d' target='_blank'><img src='http://x10hosting.com/advert/adview.php?what=zone:1&amp;n=a7fb3e9d' border='0' alt=''></a></noscript>
 

pkhunters

New Member
Messages
52
Reaction score
0
Points
0
HOLY S#%T IT WORKED!

thank you man.. i been trying to get this to work for ages, lol

if i ever run into you at the pub ill shout u a beer :)

thanks again
 
Status
Not open for further replies.
Top