Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16
  1. #11
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Zen programmers plz help!!!!!

    It looks like you are entering descriptions in plaintext, inserting format tags where absolutely necessary, and she is using a text editor which puts HTML tags everywhere. Is this the case?

  2. #12
    Join Date
    May 2007
    Posts
    471
    Plugin Contributions
    0

    Default Re: Zen programmers plz help!!!!!

    OMG Kuroi if you lived closer I would kiss you!!!!!!!!!!!!! How did you figure that out?!?!?! I guess I will just create a div for that text.....but the strange thing is the site has been fine with it in there for the last few weeks....why would it all of a sudden do that when editing pages....not sure how that all plays a part......

    Either way THANK YOU, you are my hero!!!
    Jill || I Love Zen Cart Templates || 2 Dogs Design
    I Love To Help But Let's Keep It Public Please To Help Others!

  3. #13
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Zen programmers plz help!!!!!

    Which wysiwyg editor is she using?

    It may also be that she is happily formatting the page in this editor (which accounts for the additional font descriptions, etc).

    Less sophisticated editors (such as freebee editors) still use html tags to format elements, rather than using css.

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

    Default Re: Zen programmers plz help!!!!!

    You appear not to be using <p> tags for your descriptions, while your client's editor puts them everywhere.

    The #mainWrapper p {} targets all <p> tags inside the mainWrapper - i.e. every one on your site. If you want to format paragraphs in descriptions, use a rule like

    #productDescription p {width:550px; margin: 1.0em 0.5em;}

    or whatever specifics you actually want. The
    margin-top: -130px; margin-left:50px;
    would cause havoc if generally applied; it looks tailored for a very specific location.

  5. #15
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Zen programmers plz help!!!!!

    Quote Originally Posted by jill8026 View Post
    OMG Kuroi if you lived closer I would kiss you!!!!!!!!!!!!! How did you figure that out?!?!?! I guess I will just create a div for that text.....but the strange thing is the site has been fine with it in there for the last few weeks....why would it all of a sudden do that when editing pages....not sure how that all plays a part......

    Either way THANK YOU, you are my hero!!!
    LOL. Watch what you say. I'll be flying past you on Friday ... might just ask if they've got a spare parachute on board.

    Not sure that creating another div would be a good idea. Other posters are right that there some problems with matching opening and closing div tags.

    Finding it was just a matter of reading the clues. The difference between the descriptions entered by you and your client were the p and font tags. When you switched to classic (often a useful diagnostic move) the problem went away. So it had to be an interaction between those tags and how the template was handling them, ergo the stylesheet.

    Lesson: Good things come to those who tweet.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  6. #16
    Join Date
    May 2007
    Posts
    471
    Plugin Contributions
    0

    Default Re: Zen programmers plz help!!!!!

    I appreciate everyones help!

    Kuroi where you coming to that you will be out this way? Must be something good so I want to be sure I am not missing anything!!!!

    And why would these div issues not show up in Dreamweaver when I do a validation...I am not seeing them anywhere...

    I had to get that text to lie underneath the image so what other option would there be to do...I have it as a DIV now and all seems to be well in all the browsers I just tested..

    I know I still have to finish validation on the site....but I did a quick validation about 2 weeks ago to find any big issues and nothing major like DIV tags ever came up!

    Maybe I am validating wrong?!?!?!
    Jill || I Love Zen Cart Templates || 2 Dogs Design
    I Love To Help But Let's Keep It Public Please To Help Others!

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Need help plz. My zen cart doesnt work
    By dessau77 in forum Installing on a Windows Server
    Replies: 13
    Last Post: 15 Jun 2010, 04:36 PM
  2. zen cart newbie,plz help with 2 layout setting questions
    By harz in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 19 Sep 2008, 05:27 PM
  3. Zen Cart Programmers
    By apathy in forum General Questions
    Replies: 2
    Last Post: 1 Jul 2008, 06:54 PM
  4. Suggestion for you heavy duty Zen programmers
    By mrogowski in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 5 Apr 2008, 08:09 PM
  5. plz plz help me with zen cart functions
    By anis_huq in forum General Questions
    Replies: 1
    Last Post: 1 Jun 2007, 04:14 PM

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