Page 1 of 1

Templates??

Posted: Wed 12. Nov 2003, 02:37
by dfault
I'm really loving the professional look and feel of this CMS, it's really nice.

My question, Is it possible to make your own templatefile (template.php) and add the replacement tags In that and use that as the sites template?? I'm haveing a really bad time designing looks with the admin way... I use alot of spacers and images, backgrounds in my designs so..?

p.s once again a really great script! then I mean REALLY :mrgreen:

Posted: Wed 12. Nov 2003, 14:46
by Oliver Georgi
Here is a handy trick - workaround that problem - maybe this can help you. Think about the system

this is the main block content I used for this: manual close a table and open a table manual:

Code: Select all

</td></tr></table>HERE MY CONTENT<table border="0" cellspacing="0" cellpadding="0"><tr><td>
Example frontend page: http://phpwcms.webverbund.de/index.php (check source)

pagelayout setting: http://www.phpwcms.de/picture/workaround.gif


Oliver

Posted: Wed 12. Nov 2003, 22:38
by dfault
OK your saying that I can make the look in Dreamweaver and add images... Then just copy the code from <BODY> to </BODY>?

Posted: Wed 12. Nov 2003, 22:44
by Oliver Georgi
No not between <body></body>!! Have you downloaded one of my example templates - better the pages results from templates where every cell of the table contains block contents?

Oliver