View Single Post
Old 01-16-2012, 03:19 PM  
scottybuzz
Too lazy to set a custom title
 
scottybuzz's Avatar
 
Industry Role:
Join Date: May 2006
Location: NY
Posts: 14,800
Quote:
Originally Posted by barcodes View Post
Technically I suppose you could include the file seperately but I would just add it inbetween your < head > and < /head > tags. If you have header and footers then it goes in the header, else you would have add it to every page you want it on, in between those html tags.

just maybe add a comment so you know where it starts and ends:
<html>

<head>
<title></title>
<meta keywords="">
<meta description="">
<meta etc="">
<meta etc="">
<!-- Start Popunder -->
Popunder Code
<!-- End Popunder -->
</head>

<body>
</body>

</html>
thx dude
scottybuzz is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote