PDA

View Full Version : CSS Support in Opera 8


biggles
05-10-2007, 11:58 AM
Hi Everyone,

I am developing a web site and I thought it would be useful to see what the pages look like on the N800. I have been trying to use the N800 to access them from my laptop over my broadband router via the lan, i.e. IP Address 192.168.1.2

I can do this OK but Opera doesn't apply the CSS to them. I just get the plain xhtml.

When I go onto the Internet using Opera and view other people's sites the pages render correctly. I have searched the web for info about this but cannot find any. Does anyone know anything about it?

Thanks
Biggles

chue
05-10-2007, 01:10 PM
Does your web page look alright from your laptop's browser?

If not, then I would take a look at your (x)html again to make sure that it is including the css file correctly.

If it is correct on the laptop, then I'm not sure what to tell you... you might want to take a look at your web server log to see if the css file is being downloaded. In the log file, you should see an entry with the filename of the css file.

biggles
05-10-2007, 02:28 PM
Hi Chue,

Yes the web pages look fine when I look at them on my laptop using Firefox or Explorer. I am running Apache, PHP and MySql on my laptop accessing the pages via localhost. I will look at the server logs as you suggest.

Thanks
Biggles

biggles
05-10-2007, 02:37 PM
I've been thinking about what you said. I'm not using an external style sheet. I am using embedded CSS in the HEAD section of the xhtml file. I wonder if this might be affecting it. I will have to put the CSS file in an external document and link to it to see if it makes a difference...