Jump to content

Recommended Posts

Posted

I have a PHP script that I'm using to generate a HTML page that resides inside a frame. It's basically a menu that consists of icons and their names below. Each item (the icon image and it's corresponding text) is defined in it's own table. The problem is that either I get a single colum of individual tables, or a single row of tables. So when using multiple singularly defined tables, how do you get the frame/window wrap (like text)?


Guest PlanBForOpenOffice
Posted

Just leave out the tables all together. If you want text flow, you need to use inline HTML elements. tables are block elements and are supposed to be stacked one after another and the cells aligned in a row.

You probably want to format your elements as a list and then use CSS to change the styling. Look for CSS list menus in google and you should find some samples.

K<o>

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...