Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Left and Right Vertical Banner Zones

  1. #1
    Join Date
    Aug 2007
    Posts
    19

    Default Left and Right Vertical Banner Zones

    Hello, I would like to add banner to left and right side of page where it is plain white. Does anybody know where I can edit to make this happen?

    Thanks in advance.

  2. #2
    Join Date
    May 2007
    Posts
    588

    Default

    header.tpl for left, footer.tpl for right....just put what u want before or after the main table starts

  3. #3
    Join Date
    Jul 2007
    Posts
    169

    Default

    Quote Originally Posted by leki
    header.tpl for left, footer.tpl for right....just put what u want before or after the main table starts
    Can u give an example of how the code would look to add a left side (just like the right side)?
    SPEED UP YOUR VSHARE SITE!
    Speed up your vshare site by "offloading" your images and video thumbs!
    Just visit http://offload.limbar.com for details.

  4. #4
    Join Date
    Aug 2007
    Posts
    19

    Default Left Side

    Hi, open templates/header.tpl

    Find these line:
    <link href="{$baseurl}/templates/css/style.css" rel="stylesheet" type="text/css">
    </head>
    <body>


    After <body> insert the following for the right side:

    <table width="110" border="0" align="right" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
    <tr>
    <td>
    Favorite advertising code or zone goes here
    </td>
    </tr>
    </table>

    And then, for the left side, insert the following:
    <table width="110" border="0" align="left" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
    <tr>
    <td>
    Favorite advertising code or zone goes here
    </tr>
    </td>


    And right after the </td> above, is the following code already in the header:

    <table width="780" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
    <tr>
    <td>
    <table width="780" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
    <tr>
    <td>
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td>
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td>


    Another option to doing this is to put the advertising codes in the footer as being in the header, it may slow page load down.

    Good luck.

  5. #5
    Join Date
    Jul 2007
    Posts
    169

    Default Re: Left and Right Vertical Banner Zones

    Worked GREAT!, THANKS. How do I get rid of the grey line thatnow shows? I assume this is a background color, but cant figure out which file to edit to make it white
    SPEED UP YOUR VSHARE SITE!
    Speed up your vshare site by "offloading" your images and video thumbs!
    Just visit http://offload.limbar.com for details.

  6. #6
    Join Date
    Aug 2007
    Posts
    19

    Default Re: Left and Right Vertical Banner Zones

    You might check the templates/css/style.css file in a text editor such as word. It might be the first background that you see, the code cccccc is grey. ffffff is white.

    =Micah=

  7. #7
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: Left and Right Vertical Banner Zones

    Oh, I spend HOURS looking for that little gray line. It's posted in another thread:
    viewtopic.php?f=12&t=623
    If it's not fun, stop doing it!

  8. #8
    Join Date
    Aug 2007
    Posts
    19

    Default Re: Left and Right Vertical Banner Zones

    Thanks grymoors!

  9. #9
    Join Date
    Jul 2007
    Posts
    169

    Default Re: Left and Right Vertical Banner Zones

    This is looking ok -- but does anyone know how I can maybe ADD a left table of something beside the "featured" video and playing area. Basically, the setup in the thread works, but puts a LEFT region on the overall site.. so the Banner at the top is pushed to the right (looks odd). I want this LEFT boarder to show up UNDER the title, logo, banner section.
    SPEED UP YOUR VSHARE SITE!
    Speed up your vshare site by "offloading" your images and video thumbs!
    Just visit http://offload.limbar.com for details.

  10. #10
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: Left and Right Vertical Banner Zones

    To make the header "even" I created 2 tables, one for the left and one for the right. I put them below the <body> tag and It looks like this:

    Code:
    <table width="110" align="left" cellpadding:0 cellspacing:0><tr><td align="center"></td></tr></table>
    
    <table width="110" align="right" cellpadding:0 cellspacing:0><tr><<td align="center"></td></tr></table>
    Now where it says that's where you put in your stuff, whether it's ads or pictures or whatever.

    Now for the "featured videos"..I'll play around and let you know.
    If it's not fun, stop doing it!

Page 1 of 2 12 LastLast

Similar Threads

  1. Left Column Category Display
    By bcannon in forum Template Modifications
    Replies: 8
    Last Post: 05-12-2009, 04:55 AM
  2. Site conversion from right to left
    By ziadm in forum Sales Questions
    Replies: 0
    Last Post: 12-21-2007, 12:15 PM
  3. adv banner
    By daniel11 in forum General Discussions
    Replies: 7
    Last Post: 07-18-2007, 02:13 AM
  4. Video View, related videos on left?
    By GreenGambler in forum General Discussions
    Replies: 2
    Last Post: 06-28-2007, 11:30 PM
  5. no left menu?
    By mersh in forum Installation Support
    Replies: 0
    Last Post: 05-17-2007, 12:29 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •