Having css problem

my website is short quotes for whatsapp and i am using css and i encountered a problem the code is

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

line to the top of my html file, my css rules disappear in firefox. Also i can’t see them with firebug.
any idea what is the problem.

Your page you linked to has a different doctype than the above code.

The doctype shouldn’t matter though.

I see the CSS being loaded on the above page.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.