PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

categories formatting with CSS

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • categories formatting with CSS

    I would like to add a space between the checkbox and the text to the right of the check box.

    <li><input type="checkbox" name="zoom_cat[]" value="-1" checked="checked"> All</input></li>

    I was able to add the space for the default []All by modifying the language file.
    I added &nbsp;
    STR_FORM_CATEGORY_ALL=&nbsp;All

    this worked for the default All category, but I would like to add a space to all my categories.

    How can I do this?

  • #2
    Have you tried adding "&nbsp;" to your Category names (under "Configure"->"Category")?

    Other alternatives include changing the CSS for the .input class and adding padding-left, or similar.
    --Ray
    Wrensoft Web Software
    Sydney, Australia
    Zoom Search Engine

    Comment


    • #3
      adding &nbsp; in the categories name did it.

      thank you for a very simple fix.

      Wasted too much time on trying to get this CSS element to work for FF, IE, chrome
      .zoom_categories input {...}

      thanks again!

      Comment

      Working...
      X