Drawing borders in a table

G

Guest

In Word, it's very easy to draw borders of cells inside a table.
But in Frontpage, in Table Properties, I can set the border size to 0 or 1
for the whole table. How can choose that some cells in the table have a
border and other cells don't have one ?
 
M

Murray

You would have to use CSS to do that. For example -

<td style="border:1px solid green;"><p>this cell will have a 1px green
border around it</p></td>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top