Status
Not open for further replies.

carrielou

New Member
Hi all

This may seem a very sill question but web design is all new to me and bit by bit I am picking up the basics.

What I am trying to find out is:

I build a table using html.

Can I in some way insert txt and images into this table with using html?

Tanks to anyone and everyone

Carrielou
 

garycocs

New Member
Hi all

This may seem a very sill question but web design is all new to me and bit by bit I am picking up the basics.

What I am trying to find out is:

I build a table using html.

Can I in some way insert txt and images into this table with using html?

Tanks to anyone and everyone

Carrielou


Code:
<table>
    <tr>
          <td><p>You can insert text here</p></td>
    </tr>
</table>


W3Shools is a great site for learning the basics.

HTML Tables
 

cmba138G

Member
They are all right carrielou. Why don't you visit w3schools website. You can find so much in there and they have the try it yourself page where you can edit your codes and run it. You can insert text and images between the <td> tags, in between the <table> and <tr> tags.
 

epagini

New Member
Well if you are having problems building a table you can try using dreamweaver and use it's table creation tool.
 
Status
Not open for further replies.
Top