Ahhh ok. But even by changing it to two span tages, still displays the small DOT.
-----Original Message----- From: Deanna Schneider [mailto:[EMAIL PROTECTED] Sent: Monday, September 26, 2005 4:27 PM To: CF-Community Subject: Re: CSS question Your code says this: <div><div class="dpSym">·</span><span class="dpText">3 pages</span></div> (Note that you're opening a div and closing a span. That's gonna make it all wonky. On 9/26/05, Adkins, Randy <[EMAIL PROTECTED]> wrote: > > Here is a sample: > http://www.mindkeeper.net/test.cfm > > > -----Original Message----- > From: Adkins, Randy [mailto:[EMAIL PROTECTED] > Sent: Monday, September 26, 2005 4:21 PM > To: CF-Community > Subject: RE: CSS question > > I do have the single . Notion, sorry the email I must have hit it > twice. > But using the .dpSym and the .dpText class names still displays the > Undesired result. > > > > -----Original Message----- > From: Sandy Clark [mailto:[EMAIL PROTECTED] > Sent: Monday, September 26, 2005 4:16 PM > To: CF-Community > Subject: RE: CSS question > > 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>·</B></font><font > > > color="#808080">3 pages</font></div> > > > > > > Second: (NOT the Desired Look) > > > <div><span class="dpSym">·</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; } > > > > > > > > > > > > > > > > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:5:175067 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
