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.
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.
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)?Originally Posted by leki
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.
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.
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.
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=
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!
Thanks grymoors!
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.
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:
Now where it says that's where you put in your stuff, whether it's ads or pictures or whatever.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 for the "featured videos"..I'll play around and let you know.
If it's not fun, stop doing it!
Bookmarks