paradox814 1 Posting Whiz

I have a table that I want to put a rounded corner in all 4 corners. My problem is that I don't know how big the table is.

Most of the tutorials I've found on how to do this require me knowing how big the table is before hand.

My table involved 2 columns, 1 row

<table>
	<tr>
		<td width="200">&nbsp; </td>
		<td></td>
	</tr>
</table>

the last column is a variable size, but that is the table that I want to round the corners.

the 4 images I have is tl.gif, tr.gif, bl.gif, br.gif for top-left, top-right, bottom-left, bottom-right respectively.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.