Add buttons beside each others

I need help to add buttons beside each others

I’m using this code

[php]

[/php]

I can’t put two buttons beside each other with that code

Example

http://cod5cold.eb2a.com/test/index.php

Help please

Hi you can do this with a little bit of css first of all wrap each button in a div shown below
[php]

[/php] then just add the following to your css file or to the head area of the page. [php] #button{ padding-right:20px; width:50px; float:left; } [/php] and thats it :D hope it helped
Sponsor our Newsletter | Privacy Policy | Terms of Service