A
ajay
Guest
I have a website which was built for me in php. I want to edit it. On a page, I have 2 blocks each with 4 buttons which are stacked above each other. I wish to place these blocks next to each other. I tried to place these blocks in a HTML table and have corrected the php syntax so that the page works. Even with the HTML table, the top block stays at the top and moves to the left and the bottom block stays below and moves to the right. How do I force the two blocks to be situated next to each other?