Php stuff i think

Junior Spellweaver
Joined
Jul 4, 2008
Messages
175
Reaction score
0

Erm see the red box i wanna put the home , forum , register, ranking, download , news and contact over the red box in a line. Someone help thx :):
 
thats just html...

something like that should work.. you just need to change the paths and filenames
PHP:
<table align="center" cellpadding="0" cellspacing="0">
	<tr>
		<td><a href="index.html"><img src="images/home.gif" /></a></td>
		<td><a href="register.html"><img src="images/register.gif" /></a></td>
		<td><a href="ranking.html"><img src="images/ranking.gif" /></a></td>
		<td><a href="download.html"><img src="images/download.gif" /></a></td>
		<td><a href="news.html"><img src="images/news.gif" /></a></td>
		<td><a href="contact.html"><img src="images/contact.gif" /></a></td>
	</tr>
</table>
 
Upvote 0
rofl now it work middle 2 can`t be seen [x] box then half the full thing i maded
______
[_Half_]
[_____]
 
Upvote 0
Back