Hi,
I was wondering if anyone might be able to help me here. What I am trying to do is to set up a webpage for my small company using drupal 6. I got stuck on the page called Our People. It has a list of our staff (their biographies on one side and photo on the other side) as shown below.
Michael Higgins
Managing Director
Michael Higgins has over thirty years and so on ............................. _______________________
.............................................................................................| |
.............................................................................................| |
.............................................................................................| PHOTO HERE |
.............................................................................................| |
.............................................................................................| |
.............................................................................................| |
.............................................................................................| |
................................................................................ |______________________ |
So I thought that the only easy way to do this is by using TABLE in HTML. I then created a new page in drupal and put the following into the body field as follows
| Michael Higgins Managing Director Michael Higgins has over thirty years and so on .............................. |
I did not get to see what I wanted to see after refreshing the page but instead, I got something like the following
Michael Higgins
Managing Director
Michael Higgins has over thirty years and so on .........................................................
.........................................................................................................................
__________________
| |
| |
| PHOTO |
| |
| |
| |
| |
.............|_________________ |
I wonder if there is another way of getting this done.
Thank you in advance
Comments
Change input format!
When creating a standard drupal page using html tags like TABLE, you have to change the post's input format (below the textarea) to "Full HTML", otherwise drupal will filter out most HTML tags.
Thank you for your help. I
Thank you for your help. I have added
Hi again, I now have another
Hi again,
I now have another issue again regarding the style in the
This code did not make the text garamond. I then tried to put the style inside the
I was wondering if this is to do with the input format again.
Thank you in advance