01-16-2012, 03:19 PM
|
|
Too lazy to set a custom title
Industry Role:
Join Date: May 2006
Location: NY
Posts: 14,800
|
Quote:
Originally Posted by barcodes
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 
|
|
|