I'm a real neophyte with drupal and FCKeditor as this is my first project.
I'm using fixed width sky theme and trying to create tables in a new page content. No matter what column width settings I use, I cannot get columns to display properly. All the columns move down to another line. In other words, If I have a two column table, column one will display on line one and column two will drop down and display on line two. I cannot get the columns to display on the same line. I have tried many column width combinations using both pixels and percentage but nothing seems to work.
Must be something easy but I can't figure it out.
I'm using fixed width sky theme and trying to create tables in a new page content. No matter what column width settings I use, I cannot get columns to display properly. All the columns move down to another line. In other words, If I have a two column table, column one will display on line one and column two will drop down and display on line two. I cannot get the columns to display on the same line. I have tried many column width combinations using both pixels and percentage but nothing seems to work.
Must be something easy but I can't figure it out.
Re: Table columns not displaying correctly
<table width="100%" cellspacing="1" cellpadding="1" border="1" align="left">
<tbody>
<tr>
<td>Item One</td>
<td>Item Two</td>
</tr>
<tr>
<td>Item Three</td>
<td>Item Four</td>
</tr>
<tr>
<td>Item Four</td>
<td>Item Five</td>
</tr>
</tbody>
</table>
Here is the output:
Attachments:
Re: Table columns not displaying correctly
It's a problem with the styles of your site