Results 1 to 10 of 3041

Hybrid View

  1. #1
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by Doodlebuckets View Post
    www.doodlebuckets.com Can you take a look at my main page and tell me what is determining the font size and style on the main page text? I want it to match the rest of the site but I it's not. I take the code from the Define Pages Editor and put it in my HTML editor (NVU) and it displays properly there. So the style must be coming from somewhere else and messing it up, right? Thanks in advance!
    I'm not sure WHY its doing it, but for some reason the table in your center content section is using a larger font size. So go to define_main_page.php in your admin under "Tools", Define Pages Editor", and change this:
    Code:
    <table class="" style="width: 614px; height: 783px; text-align: left;" border="0" cellpadding="2" cellspacing="2">
    To this:
    Code:
    <table class="" style="width: 614px; height: 783px; text-align: left;font-size:1em;" border="0" cellpadding="2" cellspacing="2">

  2. #2

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    I'm not sure WHY its doing it, but for some reason the table in your center content section is using a larger font size. So go to define_main_page.php in your admin under "Tools", Define Pages Editor", and change this:
    Code:
    <table class="" style="width: 614px; height: 783px; text-align: left;" border="0" cellpadding="2" cellspacing="2">
    To this:
    Code:
    <table class="" style="width: 614px; height: 783px; text-align: left;font-size:1em;" border="0" cellpadding="2" cellspacing="2">
    Thanks!!!

  3. #3
    Join Date
    Oct 2005
    Location
    San Francisco
    Posts
    107
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Can anyone help me understand what is going wrong with my attempt to insert my banner into the template? What I am attempting is to place this table:

    <table width="760" border="0" align="center" cellpadding="0" cellspacing="0" id="navbarz">
    <tr id="divnavbarz">
    <td width="760"><div align="left"><img src="../assets/banner2008_01.gif" width="760" height="149" alt="Banner Top" /></div></td>
    </tr>
    <tr>
    <td id="divnavbarz"><a href="../index.html">HOME</a> | <a href="../store/history.html">ABOUT US</a> | <a href="../enews08/eventspg08v2.html">EVENTS</a> | <a href="../store/parentindex.html">PARENTS</a>| <a href="../store/teacherindex.html">TEACHERS</a> | <a href="http://www.goldenapplels.com/ZcartGA/">STORE</a> | <a href="../store/contactus.html">CONTACT</a> | <a href="../store/directions08.html">FIND US</a></td>
    </tr>
    </table>

    at the top of the page in place of the logo.gif. It works fine in Safari & FF, but in IE it places a huge white gap - so huge that my IE customers think the page is blank. Am I attempting the impossible with this?

  4. #4
    Join Date
    Aug 2006
    Posts
    133
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    IIRC, the Apple Zen logo has content to its right controlled by a language file I think. Have you removed its structural code?

  5. #5
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by johnga View Post
    Can anyone help me understand what is going wrong with my attempt to insert my banner into the template? What I am attempting is to place this table:

    <table width="760" border="0" align="center" cellpadding="0" cellspacing="0" id="navbarz">
    <tr id="divnavbarz">
    <td width="760"><div align="left"><img src="../assets/banner2008_01.gif" width="760" height="149" alt="Banner Top" /></div></td>
    </tr>
    <tr>
    <td id="divnavbarz"><a href="../index.html">HOME</a> | <a href="../store/history.html">ABOUT US</a> | <a href="../enews08/eventspg08v2.html">EVENTS</a> | <a href="../store/parentindex.html">PARENTS</a>| <a href="../store/teacherindex.html">TEACHERS</a> | <a href="http://www.goldenapplels.com/ZcartGA/">STORE</a> | <a href="../store/contactus.html">CONTACT</a> | <a href="../store/directions08.html">FIND US</a></td>
    </tr>
    </table>

    at the top of the page in place of the logo.gif. It works fine in Safari & FF, but in IE it places a huge white gap - so huge that my IE customers think the page is blank. Am I attempting the impossible with this?
    Don't use the table, do it with divs.

  6. #6
    Join Date
    Oct 2005
    Location
    San Francisco
    Posts
    107
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    Don't use the table, do it with divs.
    That got me 97% of the way there - thanks a bunch. I wish I understood div tags as well as I understand tables, but trial and error seems to be getting me there. I appreciate the help!

  7. #7
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by johnga View Post
    That got me 97% of the way there - thanks a bunch. I wish I understood div tags as well as I understand tables, but trial and error seems to be getting me there. I appreciate the help!
    if you need help with it, feel free to post a link!

 

 

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3726
    Last Post: 2 Feb 2026, 06:28 PM
  2. Cherry Zen Template Support Thread
    By jettrue in forum Addon Templates
    Replies: 3250
    Last Post: 13 Nov 2017, 08:02 PM
  3. v151 Zen Magnific Support Thread
    By mutinyzoo in forum All Other Contributions/Addons
    Replies: 79
    Last Post: 14 Sep 2015, 04:39 AM
  4. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM

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