Simple Font Issue

5 posts by 3 authors in: Forums > CMS Builder
Last Post: March 15, 2010   (RSS)

Re: [dustindd] Simple Font Issue

Hi Dustin,

Don't know if this is related, but there seems to be an extra <p> just before the "I was reading this article on WebMD..". is inserted. That might be the culprit.

Best,

Jerry Kornbluth
The first CMS Builder reference book is now available on-line!







Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php

Re: [gkornbluth] Simple Font Issue

By Chris - March 12, 2010

Hi Dustin,

I don't see anything serif at that URL. Are you still having the problem?
All the best,
Chris

Re: [chris] Simple Font Issue

By dustindd - March 15, 2010

Hi Chris. Thank you for helping me with this.

I have <p class="TextTahoma10pt"><span style="font-size: 12px;"><?php echo $record['summary'] ?></span><br> but as you notice on my home page, the font isnt displaying in Tahoma 10pt, its displaying in a Times New Roman font.
Dustin Drorbaugh
http://www.DustinDrorbaugh.com

Follow Me On Twitter: http://www.twitter.com/dustindd

Re: [dustindd] Simple Font Issue

By Chris - March 15, 2010

Hi Dustin,

I didn't see any serif on your page in Firefox, but I did check in IE and sure enough, I see a serif typeface there.

Using IE's Developer Tools I think I can see what's happening: I'm guessing IE doesn't like nested P tags (even with a SPAN middleman.)

Maybe you could move your TextTahoma10pt class up into the TD? Alternately, you could try wrapping with a DIV.

I hope this helps. Please let me know if you have any questions.
All the best,
Chris