|
Posted by coltrane on November 4, 2006, 12:47 pm
Please log in for more thread options
Yes, this is a real table. I want to have the table with a border with
rounded corners.
I couldn't find a good way of doing this.
thanks
> coltrane wrote:
> > I created a rounded rectange using a graphic package. The fill color is
> > set to transparent. when I try to use it as a border for a table the
> > images is displayed and the table is placed below the image.
> > First can this be done? is so how?
>
> > My latest attempt is something like this
>
> > <table cellspacing=1 cellpadding=1 width=200 border=1 ID="Table1">
> > <img src="images/image4.jpg"><img> is not a permitted child of <table>. Put
it inside one of the
> table cells or set it as background image for the whole table depending
> on what exactly you're trying to do..
>
> And you're not using tables for layout are you? This is a genuine data
> table, isn't it?
>
> Steve
|