can anyone help me with skinning phpVMS. I am looking for almost an iframe look.
ultimate goal is to get the above right under the menu at
http://www.shuttleva.com/index2.php
Thanks,
Tom
can anyone help me with skinning phpVMS. I am looking for almost an iframe look.
ultimate goal is to get the above right under the menu at
http://www.shuttleva.com/index2.php
Thanks,
Tom
It’s quite easy - obviously you know a bit about html because of the site so far.
Simply make your container (e.g. table, or div/s) and add a border.
Once you finish your site design, you just copy everything above where the content will go into header.tpl, and everything below into footer.tpl.
There are 3 or 4 videos that clearly explain skinning.
Are you looking to include phpvms into an other system ?
Because, if this is the case, I might have a solution for you…
Cheers
(PS: send a PM as I don’t come often on the forum…)
Not sure if iframe works with phpVMS however this is the iframe code:
<iframe src ="PUT THE LINK HERE" width="100%" height="300">
<p>Your browser does not support iframes.</p>
</iframe>