how does the paging woks with the iframe tag,do you have to make for each iframe another page (save as then change link) or is there an other way?
how does the paging woks with the iframe tag,do you have to make for each iframe another page (save as then change link) or is there an other way?
First place this code:
<iframe src="name.html" name="content" height=95 width=160 frameborder=0 scrolling=yes></iframe>
1/ the file "name.html" will be shown when opening the page the <iframe> is placed into.
2/ if you wish another page to be opened in that area when clicked on (f.ex. menu items), place it with <a href="other.html" target="content">menuitem</a>
3/ every different content you wish to appear in an <iframe> must be a different file.
More info: read the other threads regarding <iframes> (seems to be a hype right now !)
it looks nicer (and seems to be faster)
What looks nicer ? What is faster ?
I don't now, i tough it was faster if i made my pages compatible for an iframe but the frame has to load tottaly again:s
Bookmarks