Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Issues in IE but not in Firefox and Chroms...
Old 12-06-2009, 11:57 PM Issues in IE but not in Firefox and Chroms...
Junior Talker

Posts: 1
Trades: 0
Hey all,

So I've been dabbling in HTML this weekend, I've done some programming before but not HTML much. Anyway, my issue is that my site appears fine in firefox and chrome but is completely butchered in IE. I'm wondering my issue could be...

I validated my CSS file here...
http://jigsaw.w3.org/css-validator/v...ning=1&lang=en

And for some reason it won't validate my HTML file, it says the character encoding isn't supported. I wrote my html in notepad....is that a problem?

Anyway, my site is here,
www.cdphoto.uni.cc/ftproot/site

Thanks in advance for any help
chrisd1891 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 12-07-2009, 08:34 AM Re: Issues in IE but not in Firefox and Chroms...
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
This line:
HTML Code:
<meta http-equiv="Content-Type" content="text/html: charset=windows 1252">
Is your character encoding problem. Firefox and Chrome probably just ignore it and default to UTF-8:
HTML Code:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Also, it is a good idea to place a proper DOCTYPE at the very top of the page, right before the opening html tag:
HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
   "http://www.w3.org/TR/html4/strict.dtd">
<html>
__________________
I build web things. I work for the startup
Please login or register to view this content. Registration is FREE
.
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Reply     « Reply to Issues in IE but not in Firefox and Chroms...
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.39828 seconds with 12 queries