[Zope] dmtl generated borders
phil@harris-family.info
phil@harris-family.info
Thu, 30 May 2002 22:54:40 +0100
Thursday, May 30, 2002, 8:30:22 PM, you wrote:
CH> Greetings:
CH> I know this has been posted several times but searching both nipltd and
CH> activestate archives comes up empty. What I am interested in doing is
CH> creating a single pixal border around a table or text block using dtml. Could
CH> some one repost the code snippet or provide a short explanation on how to do
CH> this with dtml as this neophite wants to exand on his zen...:)
CH> Many thanks for any info.
AFAIAC it's nothing to do wiht dtml and more to do with html.
basically you need to create an illusion.
<table bgcolor="#000000" cellpadding="3" cellspacing="1">
<tr>
<td bgcolor="#ffffff">This will have a one pixel border</td>
<td bgcolor="#ffffff">This will have a one pixel border</td>
<td bgcolor="#ffffff">This will have a one pixel border</td>
</tr>
<tr>
<td bgcolor="#ffffff">This will have a one pixel border</td>
<td bgcolor="#ffffff">This will have a one pixel border</td>
<td bgcolor="#ffffff">This will have a one pixel border</td>
</tr>
</table>
--
Best regards,
phil mailto:phil@harris-family.info