I need some help with my Blog

Discussion in 'Blogging' started by Habitat, May 30, 2008.

  1. #1
    Okay for the pages I'll be using things I categorized..

    The ARCHIVES page has a preset format which I edited almost where I wanted to EXCEPT the text is too big

    http://thewhyblog.net/category/articles/

    Does anyone know how to EDIT the Archive file in order to make it the text smaller? Please, I would greatly appreciate it.
     
    Habitat, May 30, 2008 IP
  2. UseShots

    UseShots Peon

    Messages:
    244
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You have nested <div class="entry">'s.

    <div class="entry">
         <p><div class="entry">
          ...
         </div></p>
     </div>
    
    HTML:
    entry is defined as

    .entry { font-size: 1.4em; line-height: 1.65em; }
    Code (markup):
    Every time you place one "entry" inside another, the text size gets bigger.
     
    UseShots, May 30, 2008 IP
  3. Habitat

    Habitat Peon

    Messages:
    285
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    See removing did fix the font, but then it moves the siderbar all the way to the bottom left of the page...But when both the entrys are there, the sidebar is placed properly

    check it out..now what?
     
    Habitat, May 31, 2008 IP
  4. UseShots

    UseShots Peon

    Messages:
    244
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I don't understand.
    I removed the inner <div class="entry"> and uploaded to my site

    http://www.useshots.com/thewhyblog.html

    Looks good in both Firefox 2 and IE6
     
    UseShots, May 31, 2008 IP
  5. Habitat

    Habitat Peon

    Messages:
    285
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Ok Ill try it out.

    Look at how it looks now? The sidebar is misplaced. :(
     
    Habitat, Jun 2, 2008 IP
  6. UseShots

    UseShots Peon

    Messages:
    244
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I checked the http://www.useshots.com/thewhyblog.html page with 33 different browsers at http://browsershots.org, and the screenshots looked well (except for IE 4.01 ;-)). The sidebar is on the right in the place where you expect it to be.
     
    UseShots, Jun 3, 2008 IP
  7. Habitat

    Habitat Peon

    Messages:
    285
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Thanks for your help. I decided to switch the theme.
     
    Habitat, Jun 3, 2008 IP