Keeping Template Layout Looking the Same Outside of CMS -

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
bcsweb1
Forum Members
Forum Members
Posts: 54
Joined: Tue Nov 13, 2007 2:39 pm

Keeping Template Layout Looking the Same Outside of CMS -

Post by bcsweb1 »

I was told that this topic would be suited for this area:

I have a few php pages that I can not get to work in CMS..

So, I have to link "out of" the cms just for those pages...

I want to keep the same layout and look and feel...

But that means that the "Search" Block is part of my layout and all I am just trying to do is get it to layout right Outside of the CMS.

I am not trying to "search" outside of the CMS - I am just trying to get the layout to work outside of the CMS...

http://www.alsipnursery.com/alist_customer_TEST.php

Look at the top left - that is where I need the "Search Box" to appear.. but of the search code is unique to CMS it looses the formatting outside of the CMS system.

It should look like this template:

http://www.alsipnursery.com/site/index. ... -list  (top left of template - you will see the search box)

Anyone have any ideas??
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: Keeping Template Layout Looking the Same Outside of CMS -

Post by Dr.CSS »

You will need to go to the page that has search working and look at the source view and copy the search part and paste it into the other template, you have smarty tags for search in it now and as you can see w/o the smarty engine it just shows up as text...
Post Reply

Return to “Layout and Design (CSS & HTML)”