Css Not Loading On Mobile Browsers
I had a website hacked a while back and I've been cleaning out the server, changing / updating things, changing passwords etc and one of the things i cant figure out is, why when t
Solution 1:
In the <head>
section when you call CSS try instead media="all"
to put media="screen"
.
Post a Comment for "Css Not Loading On Mobile Browsers"