|
Posted by Alistair George on 07/10/07 03:45
dorayme wrote:
> In article <4692e1e3@news.orcon.net.nz>,
> Alistair George <noname@xtra.co.nz> wrote:
>
>> Hi.
>> I realise I can make a page .php and include a file thusly:
>> <?php include("thehomebooked.html"); ?>
>> But this method makes the file appear at the top of the current page,
>> when I wanted it below all the buttons and so on at the top.
>> Is there an alternative, or better way to insert a file into preferably
>> an html page?
>> Thanks,
>> Alistair.
>
> Put your include exactly where you want it to be in the html. I
> put my footer includes right at the bottom and my css does not
> tell the footer to go anywhere but the bottom. I will put it
> another way. When you put in the include, imagine you are putting
> in the actual included text. Where the text would go, put the
> include instruction (which basically is just a "please, php
> engine, go fetch the following text and stick it in here - and I
> mean literally here")
>
OK sounds good but I'm using WYSIWYG editor. A really nice editor, but
its not html so you can only go to the page properties and edit the html
there. Unfortunately, does not matter where you put the php script, it
still overwrites the original page.
Navigation:
[Reply to this message]
|