Posted by Ulle on 04/09/06 21:57
Hi there :)
I need to center this picture :
Go here to see what i mean : http://bfv.sega-star.com/
As you cna see the picture is in left, how can i center this, the code is :
<html>
<head>
<title><tmpl_var name="TITLE"></title>
<link rel="stylesheet" href="{tmpl_var name='CSS'}" type="text/css">
</head>
<body>
<table width="95%" border="1" align="center">
<tr class="head">
<th colspan="12" class="super" scope="col">Server-Information</th>
</tr>
<tr>
<td width=150><img src="{tmpl_var name='IMAGES_DIR'}bfvbanner.jpg"></td>
</table>
<p>
<table class=buttonmenu width=95% align=center>
<tr>
<td class=contextbar colspan=15><b>Navigation</b>
<tmpl_loop name="CONTEXTBAR">
<img src="{tmpl_var name='IMAGES_DIR'}arrow_right.gif">
<tmpl_if name="link"><a href="{tmpl_var name='link'}"
class=white></tmpl_if>
<tmpl_var name="name">
<tmpl_if name="link"></a></tmpl_if>
</tmpl_loop>
</td>
</tr>
<tr>
<tmpl_loop name="NAVBAR">
<td width=16% class=buttonInActive onClick="javascript:
window.location.href='{tmpl_var name='link'}';"
onMouseOver="this.className='buttonActive'; this.style.cursor='hand';"
onMouseOut="this.className='buttonInActive';"><a href="{tmpl_var
name='link'}" class=button><tmpl_var name='name'></a></td>
</tmpl_loop>
</tr>
</table>
<p>
Regards
Ulle
Navigation:
[Reply to this message]
|