On Friday, April 4, 2003, at 09:54 AM, Adrian Lynch wrote:

> I understand what it's doing, but I'd rather it worked like the 
> example I
> gave than throw an error.

So write a custom tag that works the way you want it to, publish it 
here, and get famous.

Whenever I come across a tag that doesn't work exactly like I want it 
to, I wrap it up in a custom tag that I like better.  I've even 
experimented with doing this with HTML that I don't like so that 
something like this...

<table width="100%" cellpadding="0" cellspacing="0" broder="0">

... becomes this ...

<my:table>

All attributes have defaults that I can override if I want.  I haven't 
used anything like this in a production environment yet, though, 
because I would want to see if adds too much overhead (I use a lot of 
table tags), but it's an interesting idea.

Christian
http://www.macromedia.com/go/cantrell

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to