Hey guys,
I'm in the process of building a website for a business that I'm starting up.
I've created some pages and used linked CSS stylesheets for the formatting, and the pages look fine when I host them on my own webspace.
However, when I paste the same code into an ebay page, there is a "Flash of Unformatted Content", because my code gets nested beneath ebay's own header, so it takes a second for my CSS to kick in.
It's not a fatal error, but it looks crappy when all my text shows up purple for a second.
Can anyone suggest a workaround for this?
If you'd like to see the link, let me know and I'll PM it to you.
I'm in the process of building a website for a business that I'm starting up.
I've created some pages and used linked CSS stylesheets for the formatting, and the pages look fine when I host them on my own webspace.
Code:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="STYLESHEET" type="text/css" href="http://url/style.css" />
<title>title</title>
</head>
It's not a fatal error, but it looks crappy when all my text shows up purple for a second.
Can anyone suggest a workaround for this?
If you'd like to see the link, let me know and I'll PM it to you.
