Are you really using "..classname" in your css? If so, make it one .  That
references a class name 

-----Original Message-----
From: Adkins, Randy [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 26, 2005 3:04 PM
To: CF-Community
Subject: RE: CSS question

I tried that also. But for some reason it will not Make the DOT symbol any
larger.

-----Original Message-----
From: Marlon Moyer [mailto:[EMAIL PROTECTED]
Sent: Monday, September 26, 2005 2:12 PM
To: CF-Community
Subject: Re: CSS question

sorry, hit return to fast.  You'll need to add into the dpSym rule a
font-weight: bold line.  You've used the bold <b> tag in the first version,
but didn't replicate it in the 2nd.


On 9/26/05, Marlon Moyer <[EMAIL PROTECTED]> wrote:
> add font-weight:bold to your css.
>
> On 9/26/05, Adkins, Randy <[EMAIL PROTECTED]> wrote:
> > Can someone explain to me why using the following will display the 
> > way I want, however using the second one using the css properties, 
> > will only show a very small dot?
> >
> > First: (Desired Look)
> > <div><font color="#808080" face="Symbol"
> > STYLE="padding-right:10px;"><B>&#183;</B></font><font
> > color="#808080">3 pages</font></div>
> >
> > Second: (NOT the Desired Look)
> > <div><span class="dpSym">&#183;</span><span class="dpText">3 
> > pages</span></div>
> >
> > CSS Properties are identified as:
> > ..dpSym {  padding-right:10px;  font-family: 'Symbol'; color: 
> > #808080;  } ..dpText {  font-size: 13px; font-family: 'Arial';
font-style: normal;
> > font-weight: normal; text-decoration: none; #808080;   }
> >
> >
> >
> >
> > 





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:5:175063
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to