Results 1 to 7 of 7

Hybrid View

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

    Default Re: Attributes not aligned on large widescreen computer

    Quote Originally Posted by BrookieWookie View Post
    so do you want me to delete the fonts that i selected in the css
    You have lots of font tag pairs (<font face="Ariel"> + </font>) embedded into your code, rather than being set in the stylesheet. This makes unravelling what's going on there much more difficult. These are often the result of editing in a WYSIWYG editor and then cutting and pasting bloated code into a Zen Cart script. So feel free to set your font to Ariel, but I'm recommending that you remove the font tags and set your fonts through CSS.

    To see the extent of the font tags, just add the following to your stylsheet and you'll see them highlighted
    font {border: 2px dotted red}
    Your validation problems should be fairly easy to fix <br> becomes <br />, & becomes &amp; and the other two are where <p> tag has been opened but not closed and similarly for a <font> tag (but hopefully they're all going anyway).
    Kuroi Web Design and Development | Twitter

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

  2. #2
    Join Date
    Nov 2006
    Location
    Sydney, Australia
    Posts
    96
    Plugin Contributions
    0

    Default Re: Attributes not aligned on large widescreen computer

    thanks Kuroi,

    ok my html and css is validated, no errors, i still am working on the warnings though, trying to figure them out.

    I still not sure how to set the font in the css, but is this what you mean

    eg this was before

    #productAttributes {
    float: left;
    width: 100%;
    border-top: 1px dashed #aaa;
    border-bottom: 1px dashed #aaa;
    padding: 5px;
    font-family: Arial, Tahoma, Verdana;

    i now have deleted this line
    font-family: Arial, Tahoma, Verdana;

    do i need to do this throughout the stylesheet and also do i need to change float: left: or delete it?

    I dont have explorer 7.0 to test it but it looks ok in netscape, firefox and explorer 6.0

    I noticed in 6.0 though that the page is wider than it is set to, about a 1 inch blank gap to the right of the right sideboxes, i dont think it was like that before

    anyway am i doing this correctly

  3. #3
    Join Date
    Nov 2006
    Location
    Sydney, Australia
    Posts
    96
    Plugin Contributions
    0

    Default Re: Attributes not aligned on large widescreen computer

    oh before i forget alot of the warnings im getting are about the color and background colour not matching somehow

    i read on another forum that if i add

    background-color:inherit;

    to the these warning sections and it may correct the problem
    has anyone else tried this code?

 

 

Similar Threads

  1. Attributes not all aligned
    By AmandaS in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 5 Oct 2012, 03:53 PM
  2. Attributes not aligned on new products
    By outbreak in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 9 Oct 2010, 05:02 PM
  3. Attributes aligned with add to cart
    By richphitzwell in forum Templates, Stylesheets, Page Layout
    Replies: 19
    Last Post: 1 Sep 2010, 12:56 AM
  4. Widescreen vs Squarescreen?
    By Twaddle in forum General Questions
    Replies: 5
    Last Post: 3 Apr 2010, 07:39 PM
  5. "View Shopping Cart" Attributes Not Aligned
    By bugyoutoo in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 5 Mar 2008, 10:29 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