Help with center

U

Ulle

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top