Hi, please make a web search on this page: http://obolynx.com - view the source code and you will see that i use tables for where the buttons are, can soemone tell me please how i would get them like that without using tables. I tried using divs but it has the buttons below each other, not on the same line. Thanks.
try using "display:inline" for divs (with float:left/ right). That should make it up in single line instead of block elements. This should work only if you set width for the "divs"