Hi All,
I’m not sure if this is the best place to post this, but it seemed like the most applicable. Please point me elsewhere if this is not the case.
Anyway, on 2 pages of my portfolio site, the images in the main body section often won’t load completely on the first try (www.bryantcandesign.com/vlog.html and [URL=“http://www.bryantcandesign.com/vlog_2011.html”]www.bryantcandesign.com/vlog_2011.html). However, if you click an internal link to the page you’re already on, everything works fine.
I’ve checked it in Firefox 3.6.25 and Safari 4.1.3 and both have the same issues. The code for the CSS checks out perfectly on the W3C validator site. The XHMTL is fine except for this message:
“character data is not allowed here”
<link rel=“stylesheet” type=“text/css” href=“bcdstylesheet.css” />
A space (which is nonexistent in the real code) is highlighted after the closing tag.
Is it something to do with that? I’m slowly learning to code in my spare time, so any help is greatly appreciated.