Jump to content

Create Table Border with Simple Line Style


SteveMurphy

Recommended Posts

I have an HTML table that I'm using to display an image. I've chosen a table because I want to enclose the image in a border.I've declared the table like this:

<table border="1" frame="box">  <td>	<img src="MyImage.gif">  </td></table>

This produces the typical HTML table with a raised border. However, I want just a simple line border like what you might see around a figure in a document.Is it possible to have a simple line border not raised?Please let me know if what I'm trying to accomplish does not make sense.Thanks!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...