It's my webmail client.  Keeps putting my email address as my name even though I tell 
it to use my name.

I'm actually Billy Bob Thorton :)

----- Original Message -----
From: Bryan Stevenson <[EMAIL PROTECTED]>
Date: Thursday, January 9, 2003 3:08 pm
Subject: Re: OT: style sheet weirdness

> Ahhh....that did the trick.....thanks [EMAIL PROTECTED] whoever you are 
> (yer a
> Canuck and that's good enough for me) ;-)
> 
> Bryan Stevenson B.Comm.
> VP & Director of E-Commerce Development
> Electric Edge Systems Group Inc.
> t. 250.920.8830
> e. [EMAIL PROTECTED]
> 
> ---------------------------------------------------------
> Macromedia Associate Partner
> www.macromedia.com
> ---------------------------------------------------------
> Vancouver Island ColdFusion Users Group
> Founder & Director
> www.cfug-vancouverisland.com
> ----- Original Message -----
> From: <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Thursday, January 09, 2003 1:44 PM
> Subject: Re: OT: style sheet weirdness
> 
> 
> > Is this a style sheet you're including via the <link> tag?  If 
> so, then
> you need to remove the <style> tags.
> >
> > ----- Original Message -----
> > From: Bryan Stevenson <[EMAIL PROTECTED]>
> > Date: Thursday, January 9, 2003 2:42 pm
> > Subject: Re: OT: style sheet weirdness
> >
> > > Nope...removing semi-colons did not help...but thanks ;-)
> > >
> > > Bryan Stevenson B.Comm.
> > > VP & Director of E-Commerce Development
> > > Electric Edge Systems Group Inc.
> > > t. 250.920.8830
> > > e. [EMAIL PROTECTED]
> > >
> > > ---------------------------------------------------------
> > > Macromedia Associate Partner
> > > www.macromedia.com
> > > ---------------------------------------------------------
> > > Vancouver Island ColdFusion Users Group
> > > Founder & Director
> > > www.cfug-vancouverisland.com
> > > ----- Original Message -----
> > > From: "Christian Cantrell" <[EMAIL PROTECTED]>
> > > To: "CF-Talk" <[EMAIL PROTECTED]>
> > > Sent: Thursday, January 09, 2003 1:21 PM
> > > Subject: Re: OT: style sheet weirdness
> > >
> > >
> > > > Try removing the semicolons from the last properites in each 
> of your
> > > > classes.  For instance:
> > > >
> > > > .Normal_Text_Black
> > > > {
> > > >      font-family: Verdana, Geneva, Arial;
> > > >      font-size: 12px;
> > > >      color: 000000
> > > > }
> > > >
> > > > (No semicolon after "color".)
> > > >
> > > > Christian
> > > >
> > > > On Thursday, January 9, 2003, at 01:50 PM, Bryan Stevenson 
> wrote:> > >
> > > > > Hi All,
> > > > >
> > > > > I've got a stylesheet with a bunch of text related 
> elements in
> > > it. No
> > > > > matter
> > > > > which text element I place first in the list of elements, it
> > > will be
> > > > > ignored.
> > > > >
> > > > > For example:
> > > > >
> > > > > <STYLE TYPE="text/css">
> > > > >
> > > > >     /* TEXT */
> > > > >
> > > > >     .Normal_Text_Black
> > > > >     {
> > > > >      font-family : Verdana, Geneva, Arial;
> > > > >      font-size : 12px;
> > > > >      color : 000000;
> > > > >     }
> > > > >
> > > > >     .Bold_Normal_Text_Black
> > > > >     {
> > > > >      font-family : Verdana, Geneva, Arial;
> > > > >      font-size : 12px;
> > > > >       font-weight : bold;
> > > > >      color : 000000;
> > > > >     }
> > > > >
> > > > > </STYLE>
> > > > >
> > > > > The Normal_Text_Black element will display as normal 12 point
> > > Times New
> > > > > Roman text.  If I move it down and replace it with the
> > > > > Bold_Normal_Text_Black element, then all text using that
> > > element will
> > > > > display as normal 12 point Times New Roman text!!  This
> > > happens for ANY
> > > > > elemnt I place at the top of the stylesheet.
> > > > >
> > > > > Does anybody know what might be going on here?
> > > > >
> > > > > Thanks
> > > > >
> > > > >
> > > > > Bryan Stevenson B.Comm.
> > > > > VP & Director of E-Commerce Development
> > > > > Electric Edge Systems Group Inc.
> > > > > t. 250.920.8830
> > > > > e. [EMAIL PROTECTED]
> > > > >
> > > > > ---------------------------------------------------------
> > > > > Macromedia Associate Partner
> > > > > www.macromedia.com
> > > > > ---------------------------------------------------------
> > > > > Vancouver Island ColdFusion Users Group
> > > > > Founder & Director
> > > > > www.cfug-vancouverisland.com
> > > > >
> > > > >
> > > >
> > >
> > 
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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
Get the mailserver that powers this list at http://www.coolfusion.com

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

Reply via email to