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.
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.
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?
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
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.