Anyone? This is quite urgent. Thanks to anyone who can contribiute
Some pages doesn't display content using IE (urgent)
-
volcanoboy
Some pages doesn't display content using IE (urgent)
Hope someone can help me out here. I've done a site for the firm I work for - http://www.d5.no/ (the site has a worldimage in the header, if not you're on the old site) The site is based on two templates, one for the frontpage and on for all the others. For some strange reason the text wont display on certain pages. Check some of the links in the menu on the ABOUT US page. The text is there because I can mark and select the text. It's like it's being displayed as white...
Anyone? This is quite urgent. Thanks to anyone who can contribiute
Anyone? This is quite urgent. Thanks to anyone who can contribiute
- Elijah Lofgren
- Power Poster

- Posts: 811
- Joined: Mon Apr 24, 2006 1:01 am
Re: Some pages doesn't display content using IE (urgent)
It looks like you've got your doctype repeated twice in the page:volcanoboy wrote: Hope someone can help me out here. I've done a site for the firm I work for - http://www.d5.no/ (the site has a worldimage in the header, if not you're on the old site) The site is based on two templates, one for the frontpage and on for all the others. For some strange reason the text wont display on certain pages. Check some of the links in the menu on the ABOUT US page. The text is there because I can mark and select the text. It's like it's being displayed as white...
Anyone? This is quite urgent. Thanks to anyone who can contribiute![]()
Code: Select all
<!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>
<!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">
Code: Select all
<!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>
Then, I would try fixing the XHTML validation errors: http://validator.w3.org/check?uri=http% ... &verbose=1
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. 
