• https://dirtydalerz.com/blog/?p=85 — the post in question

    Look down at the end of the post and you can see the font changes once i put text in between the <div> tags. Why is this? I find it wierd just putting the text between <div> tags changes the properties. Can someone assist .. THANKS ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’d say this has something to do with it:

    body {font-family; Arial;}

    that should be a colon between “family” and “arial”, not a semicolon. the area for “p, li, .feedback” is showing up as arial because you have it set for those…but anything that’s NOT enclosed in those tags will default to the browser’s default – in this case Times New Roman.

    Fix your body tag and all should be well.

    Thread Starter bcinelli

    (@bcinelli)

    That fixed it. Thank you Doodle… once again you come thru. lol did you see my linkback a few posts back?

    I did, thank you – that was very sweet of you ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Whenever I put something in a <div> tag it changes the font’ is closed to new replies.