Jump to content

Please help me with [probably] easy query!


Guest

Recommended Posts

I have basic html knowledge [self-taught] with help of tutorials etc on net. Have found forum very useful and have added some mods already, but can't work out how to add a table [3 columns x 2 rows] with image in top 1st and 3rd cells.

I don't know much php, but have looked at as many sites/tutorials over the last 3/4 days as I can, but nothing I have tried has worked. I would appreciate it if someone could please point me in the right direction. It's after 1am in UK and I'm signing off to get some well earned rest before tackling this again! */*

Many thanks in advance

Anne [axsd]

Link to comment
Share on other sites

<table>

 <tr>

  <td rowspan="2">my vertical left image</td>

  <td>something above</td>

  <td rowspan="2">my vertical right image</td>

 </tr><tr>

  <td>something below</td>

 </tr>

</table>

Link to comment
Share on other sites

Thanks very much, Raiden for your reply. I thought that it needed to be in php for message, as I was having problems with getting the images within the table to show - all okay now :( thank goodness!!

Your assistance is much appreciated.

Anne [axsd]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...