Jump to content

Welcome to Geeks to Go - Register now for FREE

Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!

How it Works Create Account
Photo

My site looks great in chrome! but looks poo in FF and IE


  • Please log in to reply

#1
spacegoat

spacegoat

    New Member

  • Member
  • Pip
  • 1 posts
Hey guys I'm hoping you can help me,
I'm new to working on sites and I've ran into a problem you see my website looks good in chrome but when it comes to FF and IE it looks pants well looks nothing like i want it to could you please help me and find my error? here is my html:
<html>
<head>
<title> Tarren Mill Sacrifice</title>
<link rel="stylesheet" type="text/css" href="sacrifice.css" />
</head>
<body>
<div id=h1>
<h1> <text align=justify>Sacrifice</text> <text align=right>Tarren Mill</text> </h1>
</div>
<div id="navigation">
<ul align=right>
<li><a href="#">Home</a></li>
<li><a href="#">Application</a></li>
<li><a href="#">Members</a></li>
<li><a href="#">Raid Tactics</a></li>
<li><a href="#">Class Information</a></li>
<li><a href="#">Forums</a></li>
</ul>
</div>
</body>
</html>
  • 0

Advertisements


#2
AstraNut

AstraNut

    Member

  • Member
  • PipPipPip
  • 465 posts
Do you have a proper document type for your page? I see no meta tag for the character setting. Hard to tell the problem without the CSS, but a link to a working page online would help.

Your First 10 HTML Tags

Just starting out with HTML? Here are 10 essential HTML tags that you'll need to know when building your web pages. If you learn how these 10 tags work then you'll have enough knowledge to put together a basic page.

http://www.elated.co...t-10-html-tags/

5 Great Resources To Learn How To Code: http://www.makeuseof...ces-learn-code/
  • 0

#3
Barbarian

Barbarian

    Member

  • Member
  • PipPipPip
  • 433 posts
For years, web browsers follow some important rules so that one code to be displayed correctly in each of them. These are the rules of the World Wide Web Consortium (W3C), which takes care of the development of HTML and CSS. Before you start writing code, you should familiarize yourself with the key rules for coding. One of the main error in your code that is not declared as type HTML document that you want to use. More information about HTML doctypes here:
http://www.w3schools...tml_doctype.asp

Once you describe the type of HTML document and write code that will use, check whether it meets the requirements of the World Wide Web Consortium here:
http://validator.w3.org/

There is the possibility of verification and the CSS:
http://jigsaw.w3.org/css-validator/

Follow the instructions and translated the code in the form in which they require. As a result, all major browsers will display your page correctly.
  • 0






Similar Topics

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

As Featured On:

Microsoft Yahoo BBC MSN PC Magazine Washington Post HP