I knew there was something wrong with that...Say I have the following HTML, how can I fix the errors in the code? Thx
</STYLE>
<DIV id=Apron-Button>
<A href="\index_files\aprons.htm" target="FRAME1"><center>aprons</center></A>
</DIV>
I knew there was something wrong with that...Say I have the following HTML, how can I fix the errors in the code? Thx
</STYLE>
<DIV id=Apron-Button>
<A href="\index_files\aprons.htm" target="FRAME1"><center>aprons</center></A>
</DIV>
It should be:Although a better idea would be to apply text-align:center; to #Apron-Button.Code:</style> <div id="Apron-Button"> <a href="/index_files/aprons.htm" target="FRAME1"><p style="text-align:center;">aprons</p></a> </div>
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Hmmm...Problem is the pictures still load slowly now that I fixed the backslash issue...+ when I load the housekeeping section, 1st picture on the top always has a line on it...weird...
Thx for all your help...If I may just ask one last tip before I do my "homework", what seems to be the issue with the pictures loading slowly, any way I can have them load progressively or something, so that we don't get the missing link icon before the pictures load?
Thx again!
Last edited by Lattman; 04-27-2006 at 05:46 PM.
They don't load slowly at all for me; perfectly normal.
What you're talking about is called "interlacing," and it's possible with GIF and PNG images, but not, to the best of my knowledge, with JPEG.any way I can have them load progressively or something
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Load fine here
Not so. It just silently percent-encodes the backslashes. That's why it doesn't resolve relative URIs in the way OP hoped. IE, on the other hand, converts backslashes to forward slashes before sending the request.Originally Posted by Twey
A paragraph within a link?!<a href="/index_files/aprons.htm" target="FRAME1"><p style="text-align:center;">aprons</p></a>
To the OP: I really isn't a good idea to use MS Office products to produce HTML. They generate the most vulgar markup.
Mike
Ouch, yes, good point.Originally Posted by Mike
Code:</style> <div id="Apron-Button"> <p style="text-align:center;"><a href="/index_files/aprons.htm" target="FRAME1">aprons</a></p> </div>Ah -- IIS then handles them?Not so. It just silently percent-encodes the backslashes.
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Presumably. I edited a comment along those lines out of post as I couldn't remember exactly what form the original link URIs took. If they were,Originally Posted by Twey
  \index_files\aprons.htm
and the like, then yes, IIS does either map them to forward slashes, or to the filesystem directly, rather than doing the proper thing and returning a 404 status code.
Mike
At this point, I believe I've eliminated much of the bugs, the only thing I don't like is the fact that I get the broken link icon a slit second before a picture loads...Is there a possibility I can get ride of this?
Thx!
Did you use framesets in designing your site? I have check all the links in your links menu, and the address never changes in the address bar. And yes your are slow in loading. The page bacome choppy also when I scroll it. Try to load your web site using a dial up connection to test for performance. Avoid large graphics because this causes slow loading of the site. Minimize HTML file size and complexity to maximize page display speed.
Master CSS conversion and shorthand. Shrink and speed up your JavaScript.
Bookmarks