• I have an issue with a table I have set up on my home page of wordpress. Can someone take a look and help me out?

    http://royalshahbaz.com/

    It is a two column one row table that I need set up to have content on one side and pictures on the other. As you can see though, the content on the right shows up below the picture. But when I copy the code and take it into dreamweaver it looks fine. Anything I am doing wrong?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Can I suggest rather than using a table (they cause problems a lot) that you look at changing it to a <div> layout? You’d need to float the boxes left (float: left; in style.css) so that they sit next to each other, but they are much easier to manage.

    Thread Starter zeeb44

    (@zeeb44)

    I will look into that, as I hate using tables. But the client I am working with wanted it set up so her will have two columns on his page and he can add content to it when ever he wants. I’ll test the floating divs out to see if that will work better. thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Table formatting issue’ is closed to new replies.