Can any one here edit my layout i got so i only need to add a new link to the index.htm page instead of the other pages aswell?
Printable View
Can any one here edit my layout i got so i only need to add a new link to the index.htm page instead of the other pages aswell?
yeah i can just ppm and i'll help u
sure :) Its easy use and Iframe and use this code::
<iframe src="PAGE URL" width="400" height="500" frameborder="0" name="iframe"></iframe>
and then with your links add:
<a href="home.html" target="iframe">Home</a>
that will direct the link straight to the iframe and not to a new page :)
nvm i got it working xD