?
Install wordpress in a seperate directory, as you have done with phpbb2 and make a new link in your sites header
http://www.globexposure.net/wordpressdirectory/”target=_blank”
if you have a look at my Forums page:
http://www.nnkorf.globexposure.net/phpbb2/
this is the effect i’m after.
Using the following opens WordPress in a new page, which is not what i want:
http://www.globexposure.net/wordpressdirectory/”target=_blank”
do you have any other suggestions?
Thanks again
the link to your phpbb has errors that you need to correct.
I *think* you mean you want it to open with your header image & the left side image? so nested within the site template?
If thats the case, then you will need to create an IFRAME on your inedex.html and change your links to reference the _target as the IFRAME name.
http://www.w3schools.com/tags/tag_iframe.asp
Thanks.
I have placed an IFRAME in my news.html as follows:
<iframe src =”http://www.nnkorf.globexposure.net/wordpress/” width=”100%”></iframe>
which works in so much as it displays. However, the IFRAME window is small and has scroll bars for width and height – how do i make it fit within my window without the scroll bars?
Many thanks
http://www.w3schools.com/tags/tag_iframe.asp
from that link, read the “optional attributes”
make it size & width you need.
HOWEVER – your template will not accomodate it 100% as you have it now, you will need to modify that slightly.
ignore last post – i have it solved!
Thanks for your help 🙂