Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2004
    Location
    stroud, gloucestershire
    Posts
    205
    Plugin Contributions
    1

    Default EZpage layout change

    Hi all,

    Im looking to change the way EZpages displays pages etc, but im struggling to find the template files for EZpages? Can anyone point me in the right direction?

    Many thanks

    Paul
    Even novices can be professionals!

    Funky Fancy Dress

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: EZpage layout change

    Im looking to change the way EZpages displays pages
    Can you be more specific?
    What type of changing are you going to attempt?
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,263
    Plugin Contributions
    3

    Default Re: EZpage layout change

    The content for ezpages is basic html, and this is stored in the database (unlike the defined pages, which have their html content stored in the file system).

    What you could do is this:

    Use an external HTML editor to compile your ezpages content - (even MS FrontPage is OK!)

    Create a set of css styles that you would like to apply generically across your ezpages. Make sure the ID's you create don't conflict with existing ID's.

    So, you could have something like this in one of your ezpages html:-
    HTML Code:
    <div id="ezpagesStyleOne">
    Our products are amongst the best available anywhere.<br /><br />.
    We also have the best prices in the country, and guarantee a quality service.
    </div>
    Then, in your stylesheet, you could set up a declaration for that ID:-

    Code:
    #ezpagesStyleOne {
     font-family: verdana, helvetica, arial, sans-serif;
     font-size: 110%;
     color: #565656;
     line-height:140%;
    }
    Remember, when you use an external HTML editor to compile the code, use only the bits between the <body> and </body> tags.
    20 years a Zencart User

 

 

Similar Threads

  1. How to change EZpage color?
    By cdhi2002 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 19 Jan 2010, 10:34 PM
  2. Override sideboxes layout with ezpage
    By lord_k3y in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 28 Dec 2009, 06:40 PM
  3. EZPage Layout - How to Move title under TOC Buttons
    By stellarweb in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 24 May 2008, 06:04 AM
  4. How to change color of ezpage links?
    By sfklaas in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 2 Apr 2008, 04:52 PM
  5. Change background for EZPage.
    By kennyoz in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 18 Mar 2007, 05:17 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR