A problem for my website

This is a discussion on "A problem for my website" within the Web Page Design section. This forum, and the thread "A problem for my website are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Closed Thread
 
LinkBack Thread Tools
  #1 (permalink)  
Old May 26th, 2005, 21:25
New Member
Join Date: May 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
A problem for my website

Well, ive noticed this from day one of my site. It seems to be that in Mozilla and Firefox my site displays correctly.
Now my site is www.rctempire.com ,
but when displayed in IE it seems to not call the .php file at all. You need to refresh the page to actually see the design.

I have no idea what is up.

Here is the coding at the top of the site.


Code: Select all
<head>
	<title>Rctempire.Com</title>

	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />	
	<meta name="keywords" content="" />
	<link rel="stylesheet" type="text/css" href="css/rctempire.php" />
</head>
Now the .php in question is this file here
http://www.rctempire.com/css/rctempire.php
Also note when you download it i have this code at the start of the .php file:
Code: Select all
<?php header("Content-type:text/css"); ob_start("ob_gzhandler"); ?>
And this at the end
Code: Select all
<?php ob_end_flush(); ?>
I was given this code, to help me but i have no idea why it keeps not loading the design layout.

Any help would be great

Thanks

Rctempire

  #2 (permalink)  
Old May 26th, 2005, 23:56
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
Maybe IE doesn't like getting a stylesheet from any file that isn't .css ?

Is there really a legitimate need to get the stylesheet from a PHP file?
  #3 (permalink)  
Old May 27th, 2005, 09:25
New Member
Join Date: May 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Well the legitimate reason is bandwidth, it cuts down on bandwidth useage.
Im guessing you dont know a way to use a hard refresh into a page, so it will load the .php then?

Also can you see anything wrong at all with the coding which IE might not like, ive noticed it on other websites and it works fine, but it seems to be my site which is the problem.

But ive messed around with everything and still can see anything, so im thinking if i can get the webpage to have a hard refresh code built in so it will load the page maybe that will help?

Thanks

Rctempire
  #4 (permalink)  
Old May 31st, 2005, 09:23
Highly Reputable Member
Join Date: Jul 2003
Location: Ipswich, UK
Posts: 690
Thanks: 0
Thanked 0 Times in 0 Posts
have you tried using @import instead?
  #5 (permalink)  
Old May 31st, 2005, 21:51
New Member
Join Date: May 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
What is a @import may i ask?

Thanks

Rctempire
Closed Thread

Tags
problem, website

Thread Tools

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 On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
problem in website designing hita2909 Web Page Design 2 Mar 27th, 2008 08:44
problem with my website cressy Web Page Design 7 Apr 3rd, 2007 16:15
website problem Assault Web Page Design 13 Aug 19th, 2006 04:08


All times are GMT. The time now is 23:30.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43