iframe questions :
iframe questions :
Out of context: Reply #5
- Started
- Last post
- 9 Responses
- fifty500
iframes aren't a big problem for browsers or search engines, but on the "inner" html files that will appear inside the iframes you should put some sort of javascript code so that if the inner html is opened by itself it will forward to the "outer" html file hosting the iframes.
Also remember to put the tag: frameborder=0 on the iframe tag or else some browsers will display an ugly border around the iframe.