your ads...

Status
Not open for further replies.

galaxyAbstractor

Community Advocate
Community Support
Messages
5,508
Reaction score
35
Points
48
Plz don't suspend me but I haven't really figured out how I can include the banner on some pages on my site. Plz can some1 with good html and php knowledge please help me with inserting them. All my files is written in php.

Can I include html in a .tpl file???

Ok, I managed to get your banner up on some more pages. Now just some pages left. When I try to add the code to the index.html just the banner show up and everything else disappears. Why?

And is it possible to include your banner in an index.php file?
 
Last edited:

dfound

New Member
Messages
29
Reaction score
0
Points
0
Do you know that in a php file, you can include normal html???
Just do this:
<?php
//php code for stuff
?>
//Enter exact html here... i.e.
<html><head><body> blah blah
<?php
//do some more php code
?>
 

dfound

New Member
Messages
29
Reaction score
0
Points
0
Is this an html problem??? Are you closing the body tag or the head tag or the html tag too soon??? That's probably the answer to your problem.
 

galaxyAbstractor

Community Advocate
Community Support
Messages
5,508
Reaction score
35
Points
48
look. It is just an normal index.html page that works. But when I paste my ad code into it just the ad will show.
 

dfound

New Member
Messages
29
Reaction score
0
Points
0
Yes, I am just wondering if when the code gets pasted it closes a certain tag or something like that. I'm just trying to help man, no need to get snippy.
 
Status
Not open for further replies.
Top