F1trader.com
04-12-2007, 07:58 AM
Hi,
I am bussy setting up my site and I really need some help for a template issue that I am not able to solve myself.
In order to see what I mean you will have to take a look at my website
and go to the forum area..
What do I want?
I want to have the forum the same look as the rest of the website that I run... Problem is that in the website a code is used that I cannot use in the forum apparently.
What do I have to do to get the same effect in the forum.
It's about the left and right side of the screen (the green with white stripes)
Click here (http://www.spiti.co.uk) to go to the webiste
Click here (http://www.spiti.co.uk/forums)to go to the forum (not ready yet)
Please can anyone help me with this??????
The most important is that the heights are automatically adjusting so I do not want to use fixed pixels for the height as it will give problems for different pages...
A piece of code that is used on the pages looks like this:
<!-- left collumn -->
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#C3CC96" valign="top">
<tr bgcolor="#C3CC96" valign="top">
<td width="30" bgcolor="#C3CC96"><img src="../images/spacer.gif" width="30"></td>
<td background="<?echo(CONST_STR_IMGFLD);?>divider-grey.gif" width="5"><img src="<?echo(CONST_STR_IMGFLD);?>divider-grey.gif" width="5" height="1"></td>
<td background="<?echo(CONST_STR_IMGFLD);?>pixel-dot.gif" width="5"><img src="<?echo(CONST_STR_IMGFLD);?>pixel-dot.gif" width="5" height="1"></td>
<td background="<?echo(CONST_STR_IMGFLD);?>divider-black.gif" width="2"><img src="<?echo(CONST_STR_IMGFLD);?>divider-black.gif" width="1" height="1"></td>
<td width="900" bgcolor="FFFFFF">
<!-- /left collumn ends here -->
I am bussy setting up my site and I really need some help for a template issue that I am not able to solve myself.
In order to see what I mean you will have to take a look at my website
and go to the forum area..
What do I want?
I want to have the forum the same look as the rest of the website that I run... Problem is that in the website a code is used that I cannot use in the forum apparently.
What do I have to do to get the same effect in the forum.
It's about the left and right side of the screen (the green with white stripes)
Click here (http://www.spiti.co.uk) to go to the webiste
Click here (http://www.spiti.co.uk/forums)to go to the forum (not ready yet)
Please can anyone help me with this??????
The most important is that the heights are automatically adjusting so I do not want to use fixed pixels for the height as it will give problems for different pages...
A piece of code that is used on the pages looks like this:
<!-- left collumn -->
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#C3CC96" valign="top">
<tr bgcolor="#C3CC96" valign="top">
<td width="30" bgcolor="#C3CC96"><img src="../images/spacer.gif" width="30"></td>
<td background="<?echo(CONST_STR_IMGFLD);?>divider-grey.gif" width="5"><img src="<?echo(CONST_STR_IMGFLD);?>divider-grey.gif" width="5" height="1"></td>
<td background="<?echo(CONST_STR_IMGFLD);?>pixel-dot.gif" width="5"><img src="<?echo(CONST_STR_IMGFLD);?>pixel-dot.gif" width="5" height="1"></td>
<td background="<?echo(CONST_STR_IMGFLD);?>divider-black.gif" width="2"><img src="<?echo(CONST_STR_IMGFLD);?>divider-black.gif" width="1" height="1"></td>
<td width="900" bgcolor="FFFFFF">
<!-- /left collumn ends here -->