HTML Problem????????

  • Thread starter Thread starter Nintenfreak
  • Start date Start date
N

Nintenfreak

Guest
Hi, i have to html questions to ask.
My first question is how do i include another html page inside the current html page?
My second is, how do i have page numbers at the bottom of the page so when you click it, it takes you to that page?
Thanks :)
Lol and thats why you should spell check. Should be two not to ;)
 
It looks like what your trying to do would require a server side scripting language such as php or asp. You will need this to include one page inside of another. or your can use an iframe.

the code for an iframe is this:
<iframe src="the url to the page you want to include" width="the width of the page you want to include" height="the height of the page you want to include"></iframe>

as far as page numbers, you will manually have to create each link at the bottom of the page unless you are once again using a server side scripting language.

if you want more help feel free to E-Mail me: [email protected]
 
Back
Top