Quote:
|
Originally Posted by Fatalis
There is no CSS used there at all and the markup is a tag-soup. You should review the sources you learn of.
This does not make sense at all. Using an iframe (note the correct capitalization) has nothing to do with wether the images are cached or not. If what you describe is happening it's because of either server or client misconfiguration. And there is no such thing as "meta forms".
Also, about WYSIWYG editors like Dreamwaver — you'd do yourself a favour and earn some geek style points by staying away from them. Don't waste your time by learning how to use flawed software, as the code they output is unaccessible and generally bad.
|
With an iframe you won't have to load all the pictures since only the frame will have to reload itself when you click a link.
let's say there's 20 pictures making up the site, from which 2 are the content part. just click a link and see all the pictures loading again, eventhough it only takes 1 second it does happen. if you make the iframe the exact size of the 2 pictures that contain the content it will only have to reload the frame when u click a link thus only reloading 2 pictures instead of 20.
even if pictures are cached it still reloads them, takes a fraction of a second.. which is just noticeable.
Even if it's a server or client related problem the iframe will reduce the "problem"
there's something with Meta.. never used it don't know exactly what it's called, but it does a similair thing.
I agree with you on the editors, I prefer notepad =P
Sorry for the doublepost, didn't read this after I replied.