Jump to content
MakeWebGames

Recommended Posts

Posted

i have a question, i am woundering how one would put the engery, exp and such bars up top next to the banner, i have try to do some my self and once again i failed at this part, if anyone could help i would really appreciate it

once again i thank the mwg members.

Posted

I see where you could be going wrong as (No offence intended) the header is a little to much and 'structured' as such. But take Kieran-R's advice :)

-sniko

Posted

This is VERY basic, could be modified in several different ways...

 

<?php
echo '<table width="100%"><tr>
<td width="25%">
   	<table width="100%"><tr>
       	<td>[b]Username:[/b] '.stripslashes($ir['username']).'

		Keep adding 
and then the info you want here</td>
	</tr></table>
</td><td width="50%">
	[img=images/mainLogo.jpg]
</td><td width="25%">
	<table width="100%"><tr>
       	<td>[b]Energy:[/b] [img=greenbar.png][img=redbar.png]

		Keep adding 
and then the bars you want here</td>
	</tr></table>
</td></tr>
</table>';
?>

 

You probably don't need the <table> within the <td> tags, but, it's just an example :).. Hope this helped :).

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...