Im completely hopeless at this.
I have a website http://www.mischievousmousery.co.uk/
But how do i make it so when you click the navigation buttons only the contents part changes not the whole page??
Im completely hopeless at this.
I have a website http://www.mischievousmousery.co.uk/
But how do i make it so when you click the navigation buttons only the contents part changes not the whole page??
Your going to need to use iFrames:Im completely hopeless at this.
I have a website http://www.mischievousmousery.co.uk/
But how do i make it so when you click the navigation buttons only the contents part changes not the whole page??
In the content box place the code:
index.html can be changed to whatever you want to be present in the content box when the user first opens the website.HTML Code:<iframe src="index.html" name="iframe" scrolling="no" frameborder="no" height = "100%" width = "100%"> </iframe>
the links should now be:
<a href="index2.html" target="iframe">Text</a>
I think, thats from memory :L
If it doesnt help, then google iFrame HTML or something alikeGood luck!
Back for a while![]()
Cheers how to i change the backgroud colour so it matching the website?
From memory of about 2-3 years ago I think you should add:
allowtransparency="yes" to your iframe tag..
so it becomes
and then add this within the <head> tags of the page you are going to load into the iframe...HTML Code:<iframe src="index.html" allowtransparency="yes" name="iframe" scrolling="no" frameborder="no" height = "100%" width = "100%"> </iframe>
And that should do it I think...HTML Code:<style type="text/css">body { background: transparent; </style>
right thank you
IVe figured it out now got a little confused but was their in the end![]()
Want to hide these adverts? Register an account for free!