If you're using tables to hold the stuff, why not just stick in another td and put a 1x200 gif in there and color the cell backround to be the same? I mean, it's not like you're doing full-on CSS layout if you're using the table for layout there anyway. And you'll probably run into fewer quirks with how browsers treat a horizontal rule rendered vertically.
It is funny though how much is missing from CSS. Things like vertical rules. Come to think of it, you could put a 1 pixel margin on one side of one of the two "stuff" things and probably get the same visual effect. -Kevin > -----Original Message----- > From: Critz [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 08, 2003 12:55 PM > To: CF-Community > Subject: Re: is this "legal" (html)? > > > oi Kevin!! > > just a separator between two TD's > > basically just a vertical HR > > > -------------------------------------------- > | | > | stuff | stuff | > | | <--- | > | | | > | | | > -------------------------------------------- > > > > ------------------------------------ > Tuesday, July 8, 2003, 1:52:02 PM, you wrote: > > KG> I guess, but ugh. What are you using it for? > > KG> -Kevin > > >> -----Original Message----- > >> From: Critz [mailto:[EMAIL PROTECTED] > >> Sent: Tuesday, July 08, 2003 12:45 PM > >> To: CF-Community > >> Subject: is this "legal" (html)? > >> > >> > >> oi CF-Community,!! > >> > >> <hr style="height:200px;width:1px;color:black"> > >> > >> > >> --- > >> [This E-mail scanned for viruses by Declude Virus] > >> > >> > KG> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=5 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=5 Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
