Closed Thread
Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: Inserting of ads help.

  1. #11
    nanat's Avatar
    nanat is offline x10Hosting Member nanat is an unknown quantity at this point
    Join Date
    Aug 2007
    Posts
    53

    Re: Inserting of ads help.

    Quote Originally Posted by Corey View Post
    I put the code on your index page. Look how I did it so you can change it around to how you want.

    -Corey
    who are you referring to? me or shifeng?

  2. #12
    mr kennedy's Avatar
    mr kennedy is offline KENNNNNEEEEDYYY!!!! mr kennedy is an unknown quantity at this point
    Join Date
    Aug 2007
    Location
    Doha, State of Qatar
    Posts
    525

    Re: Inserting of ads help.

    Quote Originally Posted by nanat View Post
    who are you referring to? me or shifeng?
    I don't think so, I think he was referring to Corey...

    and are you from the Phils ? cause I noticed there was some Tagalog words on the code lambada posted...

  3. #13
    Corey's Avatar
    Corey is offline VPS Migration Professional Corey is a glorious beacon of lightCorey is a glorious beacon of light
    Join Date
    Dec 2004
    Location
    Northfield, NH
    Posts
    17,151

    Re: Inserting of ads help.

    Sorry nanat, I was referring to the other poster.

    Have you followed the instructions in the ad placing tutorial for word press?

  4. #14
    nanat's Avatar
    nanat is offline x10Hosting Member nanat is an unknown quantity at this point
    Join Date
    Aug 2007
    Posts
    53

    Question Re: Inserting of ads help.

    yes. i have. i've tried it on multiple themes of wordpress to see if the theme had something to do with it. but still did not work. what could be the problem with this?
    Edit:
    here's the code from the header.php file of the theme that i am using.

    PHP Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">

    <head profile="http://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />

    <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php ?> <?php wp_title(); ?></title>

    <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->

    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php 

    bloginfo
    ('rss2_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <?php wp_head(); ?>
    </head>
    <body>
    <div class="cnt">
        <div class="header">
            <div class="head1">
                <h1><a href="http://sekc.pcriot.com/">Seksyon C Tambayan</a></h1>
                <div class="description">MSH College BSN Batch 2006<br /><script type="text/javascript" src="http://x10hosting.com/adserve.js?nanat"></script></div>
            </div>
            <div class="head2">
                <h3>About</h3>
                <p>Proin accumsan urna in mi. Aenean elementum egestas tortor. Donec neque magna, auctor a, dapibus 

    sit amet, facilisis sit amet, ligula..</p>    
            </div>
        </div>
    that was suggested by lambada when the one on the "inserting of ads" tutorial did not work. is there something wrong in the code?
    Edit:
    Quote Originally Posted by mr kennedy View Post
    I don't think so, I think he was referring to Corey...

    and are you from the Phils ? cause I noticed there was some Tagalog words on the code lambada posted...
    yes. mr kennedy.. i am from the Phils. were there really tagalog words in my post?i hadn't noticed.. scratch that..now i see the tagalog word in the post.. Tambayan, right?hehehe
    Edit:
    UPDATE:
    Is there something wrong with the corporate ad code? I tried it in a very basic html page, but the ad is still not displaying..

    here is the html code that i made to see if the ad displays

    HTML Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Untitled Document</title>
    <style type="text/css">
    <!--
    .style1 {
    	font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-weight: bold;
    }
    -->
    </style>
    </head>
    
    <body>
    <div align="center">
    <script type="text/javascript" src="http://x10hosting.com/adserve.js?corporate"></script>
      <h1 class="style1">This Site is still under construction </h1>
    
    </div>
    </body>
    </html>
    Last edited by nanat; 09-07-2007 at 05:24 AM. Reason: Automerged Doublepost

  5. #15
    shifeng is offline x10Hosting Member shifeng is an unknown quantity at this point
    Join Date
    Aug 2007
    Posts
    13

    Re: Inserting of ads help.

    thank u very much corey. but how do i put it on top of my banner and yet not affect the alignment of my nav?

  6. #16
    Corey's Avatar
    Corey is offline VPS Migration Professional Corey is a glorious beacon of lightCorey is a glorious beacon of light
    Join Date
    Dec 2004
    Location
    Northfield, NH
    Posts
    17,151

    Re: Inserting of ads help.

    Nanat -- Please place the code and post a link to the page, I have a feeling it is actually there but you are not seeing it. Some of the advertisers we use block the ads from being seen from other countries.

    Shifeng -- I think you might have to play around with it a bit to get it to look exactly the way you want. An HTML tutorial regarding tables might help you out

    -Corey

  7. #17
    enixidfrag is offline x10Hosting Member enixidfrag is an unknown quantity at this point
    Join Date
    Sep 2007
    Posts
    26

    Re: Inserting of ads help.

    Here try this

    Code:
    <h1 align="center"><font size="7">Please bare with us</font></h1>
    <div align="center">&nbsp;</div>
    <h2 align="center">We are under construction</h2>
    <h1>&nbsp;</h1>
    <div align="center"><script type="text/javascript" src="http://x10hosting.com/adserve.js?corporate"></script></div>
    i know for a FACT that one works :D

  8. #18
    nanat's Avatar
    nanat is offline x10Hosting Member nanat is an unknown quantity at this point
    Join Date
    Aug 2007
    Posts
    53

    Re: Inserting of ads help.

    here is the code of header.php of the theme that i am using

    PHP Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">

    <head profile="http://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />

    <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php ?> <?php wp_title(); ?></title>

    <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->

    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <?php wp_head(); ?>
    </head>
    <body>
    <div class="cnt">
        <div class="header">
            <div class="head1">
                <h1><a href="http://sekc.pcriot.com/">Seksyon C Tambayan</a></h1>
                <div class="description">MSH College BSN Batch 2006<br/> <script type="text/javascript"src="http://x10hosting.com/adserve.js?nanat"> </script>
    </div>
            </div>
            <div class="head2">
                <h3>About</h3>
                <p>Proin accumsan urna in mi. Aenean elementum egestas tortor. Donec neque magna, auctor a, dapibus sit amet, facilisis sit amet, ligula..</p>    
            </div>
        </div>
    my site url is http://sekc.pcriot.com. Is there something wrong in my header code? I really would appreciate any help that i can get. I don't want my site to be suspended just because of an error that i made when inserting the code..:happysad:
    Edit:
    Well, i'm really surprised!! Just before posting the code above, I didn't see the ad on my page. But afterwards(actually only just about 3 minutes after refreshing my site) i now can see the ad. so i think this thread could now be closed because my problem has been solved. thanks for the help admins. though i really dont know what you did.hehehe
    Last edited by nanat; 09-09-2007 at 03:45 AM. Reason: Automerged Doublepost

Closed Thread
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Inserting Ads into IPB 1.3
    By RenderX in forum Free Hosting
    Replies: 4
    Last Post: 08-12-2007, 08:06 AM
  2. SMF - help needed inserting ads
    By Aria5 in forum Free Hosting
    Replies: 2
    Last Post: 06-28-2007, 07:29 PM
  3. {Tutorial} Inserting the ads in PHP NUKE
    By Zenax in forum Tutorials
    Replies: 3
    Last Post: 12-22-2006, 05:17 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers