hi bosco, thx a lot.
atm i am working on header.tpl, here s my trouble
this is the code:
Code:
<TABLE cellSpacing=0 border="0" cellPadding=0 width="100%" >
<link rel="stylesheet" type="text/css" href="css/fond.css">
<TR vAlign=center >
<td align="right" width=400 ><background ="{$baseurl}/modimg/fondhautg.jpg">[img]{$baseurl}/templates/images/glissemagtv.gif[/img]</td>
<td width=300 ><span class="style1"></span></td>
<TD align=center ><span class="normal_blue">
{insert name="msg_count" assign=total_msg}
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TR>
{if $smarty.session.USERNAME ne ""}
<TD>{$smarty.session.USERNAME}!
<a href="{$baseurl}/inbox.php">[img]{$baseurl}/templates/images/icon_mail_off.gif[/img]{else}
src="{$baseurl}/templates/images/newmail.gif" border=0>{/if}</A>
({$total_msg}) </TD>
<TD style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px">|</TD>
<TD>Log Out</TD>
{else}
<TD><a href="{$baseurl}/signup.php" class="bold"> <span style="color: rgb(255, 153, 0);">Enregistrez vous
Sign Up</span></A></TD>
<TD style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px">|</TD>
<TD>Log In</TD>
{/if}
<TD style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px">|</TD>
<TD>Aide-Help</TD>
<TD style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px"></TD>
<TD>[img]{$baseurl}/templates/images/rss.gif[/img]</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE
the header where the logo is, is split in two parts.
logo parts is 400 px wide and the rest is 300
i try to display a pic as background (in fact a picture of 400 and another of 300 px
http://www.glissemagtv.com/modimg/fondhautg.jpg
http://www.glissemagtv.com/modimg/fondhautd.jpg
) that is displayed from the left of the logo to the right of the page.
this is not working i gent plenty of error.
Do you have a trick for set this background image?
thx very much for your time and your help
best regards
Bookmarks