From: Matthew M. <ma...@tu...> - 2005-02-21 14:45:38
|
Yes. You could create several page templates and set different styles. For example <div id="pagestyle1"> ...content here... </div> Make a box <div class="box"> .. content here ... </div> Then in your theme's style sheet #pagestyle1 div.box { background-color : red; } #pagestyle2 div.box { background-color : yellow; } Just experiment. On Sat, 2005-02-19 at 05:48 -0500, yawstick wrote: > When you create a new page via pagemaster, in the first form there is a > place to set template for the page. I have found this template and there is > not much in it. Would it be possible to add another template that would set > the boxstyle used for that page to something other than what is used for the > rest of the pagemaster pages. > > > Thanks > > Paul > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- Matthew McNaney Electronic Student Services Appalachian State University http://phpwebsite.appstate.edu |