The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

HTML Pages

Go down

HTML Pages Empty HTML Pages

Post by saintlee February 5th 2009, 10:36 am

Hi guys,

I've come across a problem, I have made a gateway page to the site, (using the forums header tags) and it works absolutely fine in firefox, and the code looks good in an external html editor, the problem I have is when the page is browsed with IE (seems to be all versions including latest) the content is not displayed properly (including the forum header content)

it is at www.barla-forum.org.uk

any suggestions would be greatly appreciated.

Lee
avatar
saintlee
New Member

Posts : 10
Reputation : 0
Language : English

Back to top Go down

HTML Pages Empty Re: HTML Pages

Post by Guest February 6th 2009, 11:42 pm

i would get dreamwarver your html codes dont look right too me.

it should look more like this
Code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
<!--
.style1 {
   color: #000000;
   font-size: 11px;
   font-weight: bold;
}
.style2 {
              color: #ffffff;
}
.style3 {
   color: #235678;
   font-size: 12px;
    font-weight: bold;   
}
.style4 {
   color: #111111;
   font-size: 13px;
}
.style5 {
   color: #000000;
   font-size: 11px;
}
.style6 {
   color: #fffffff;
   font-size: 11px;
}
-->
</style>
</head>

<body>
<table width="760">
  <tr>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
  </tr>
  <tr>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
  </tr>
</table>
</body>
</html>
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum