Eqvaliser
12-01-2009, 08:51 PM
Okey here we go.
testet on 3.6.x / 3.7.x / 3.8 Currently building on and working.
Requirements :
- Patience
- Reading skill
- 1 or 2 images in size around 50width x XXX hight 700 recomended.
- 2 code edits
Upload your images somewhere online :D
-------------------------------
Goto Admin control panel
click styles and templates > style manager >
on the style you want this on Click on your right "all style options" and hit Go.
Then in this window you see Header, Content and footer..
inside that Header area
Find :
<!-- /logo -->
Add below :
<table cellpadding="0" cellspacing="0" width="100%" align="center"><tr valign="top">
<td><img src="URL.jpg"/></td><td width="100%">
Edit : URL.jpg with your image for the left side
Explanation :
Start new table with 0 padding and spaceing, full width but center+top aligned>
table placement : insert image End table placement, reset table placements to full width.
----------------------------
In the footer area
Wery first line add
<td><img src="URL.jpg"/></td></table>
Edit the image URL.jpg with the image for the right side
Explanation :
Table placement : find image and insert here, end table placement. Close the table.
Notes :
The reason i add the <!-- /left sidebar vbulleting-style.com -->
Is becourse if i ewer need to remove or edit the side bars they
are easy located.
If it does something crazy as adding a border around your images simply add border="0"
after the image but before />
If you use Vbavanced, you must enter FULL site url including Http
cause vba do not included Side links from the headers,
but if you use full links the vba will look just fine.
testet on 3.6.x / 3.7.x / 3.8 Currently building on and working.
Requirements :
- Patience
- Reading skill
- 1 or 2 images in size around 50width x XXX hight 700 recomended.
- 2 code edits
Upload your images somewhere online :D
-------------------------------
Goto Admin control panel
click styles and templates > style manager >
on the style you want this on Click on your right "all style options" and hit Go.
Then in this window you see Header, Content and footer..
inside that Header area
Find :
<!-- /logo -->
Add below :
<table cellpadding="0" cellspacing="0" width="100%" align="center"><tr valign="top">
<td><img src="URL.jpg"/></td><td width="100%">
Edit : URL.jpg with your image for the left side
Explanation :
Start new table with 0 padding and spaceing, full width but center+top aligned>
table placement : insert image End table placement, reset table placements to full width.
----------------------------
In the footer area
Wery first line add
<td><img src="URL.jpg"/></td></table>
Edit the image URL.jpg with the image for the right side
Explanation :
Table placement : find image and insert here, end table placement. Close the table.
Notes :
The reason i add the <!-- /left sidebar vbulleting-style.com -->
Is becourse if i ewer need to remove or edit the side bars they
are easy located.
If it does something crazy as adding a border around your images simply add border="0"
after the image but before />
If you use Vbavanced, you must enter FULL site url including Http
cause vba do not included Side links from the headers,
but if you use full links the vba will look just fine.