Results 1 to 10 of 11

Hybrid View

  1. #1
    Join Date
    Dec 2012
    Posts
    9
    Plugin Contributions
    0

    Default I have a quick question about the EZ-pages.

    Are they any way I can include a html table into and EZ page? If so, would the code to that be?


  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: I have a quick question about the EZ-pages.

    You can include any HTML you like in ez-page content. Table code is such basic HTML that there are probably tens of thousands of places online where you can learn about how to create them. Try www.w3schools.com for a comprehensive starter.

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

    Default Re: I have a quick question about the EZ-pages.

    Here is a very simple TABLE in html

    As Glenn says, use any html editor to compile your table... toggle to SOURCE CODE, copy the HTML, then PASTE it in your input field in CK Editor (after toggling to SOURCE)

    HTML Code:
    <table class="productSizes">
    	<tbody>
    		<tr id="productSizesRowOne">
    			<td>
    				Content Here</td>
    			<td>
    				Content Here</td>
    			<td>
    				Content Here</td>
    		</tr>
    		<tr id="productSizesRowTwo">
    			<td>
    				Content Here</td>
    			<td>
    				Content Here</td>
    			<td>
    				Content Here</td>
    		</tr>
    		<tr id="productSizesRowThree">
    			<td>
    				Content Here</td>
    			<td>
    				Content Here</td>
    			<td>
    				Content Here</td>
    		</tr>
    		<tr id="productSizesRowFour">
    			<td>
    				Content Here</td>
    			<td>
    				Content Here</td>
    			<td>
    				Content Here</td>
    		</tr>
    	</tbody>
    </table>
    My example has a few CLASS and ID tags to assist with styling later. You can omit these, or add your own. If you omit them, any table styling will be as per default declarations for table elements.
    19 years a Zencart User

  4. #4
    Join Date
    Dec 2012
    Posts
    9
    Plugin Contributions
    0

    Default Re: I have a quick question about the EZ-pages.

    I only ask because sometimes the codes are different in zen cart. I was just making sure.

    When in doubt, ask the experts.

    Thank you both.

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

    Default Re: I have a quick question about the EZ-pages.

    Quote Originally Posted by coffeebean2009 View Post
    ... sometimes the codes are different in zen cart.
    HTML is HTML... it's "common" to every website.
    19 years a Zencart User

  6. #6
    Join Date
    Dec 2012
    Posts
    9
    Plugin Contributions
    0

    Default Re: I have a quick question about the EZ-pages.

    Okay, I thought it was kinda different. Oh well. Thanks again.

    I just finished the page I was wanting. Yay.

    I do have another question though. How would I go about merging php files together. Are they a program that will do it for me?

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

    Default Re: I have a quick question about the EZ-pages.

    However I only wanted the header from the main template but have the footer from the homepage template
    I suspect that you need to look at the template files /common/tpl_header.php & tpl_footer.php
    I also want a different footer background
    These are controlled through the stylesheet.css file
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. v150 Hi I have a quick question!
    By Darion in forum General Questions
    Replies: 3
    Last Post: 15 Feb 2013, 08:54 PM
  2. have a question about main nav.. - can I use images for the links?
    By Pariseau in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 3 Apr 2008, 04:29 PM
  3. a quick question about attributes
    By marglar in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 14 Dec 2007, 07:16 PM
  4. Replies: 2
    Last Post: 17 Aug 2007, 05:26 PM
  5. Quick question about the contact form
    By doodlebee in forum General Questions
    Replies: 11
    Last Post: 14 Dec 2006, 02:26 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