Jump to content

NJC

Members
  • Posts

    37
  • Joined

  • Last visited

Everything posted by NJC

  1. I did a validation of my XHTML and the validation kept throwing up errors on the following HTML code. What is wrong in this code? <script type="text/javascript" language="javascript1.2">document.write(' <select name="to_lang" onchange="lp=this.options[this.selectedIndex].value; if(lp!=\'\') window.location=\'http://www.google.com/translate?hl=en&ie=UTF-8&oe=UTF-8&u=http://www.notjustcricket.com&langpair=\'+lp;" style="font:11px arial;width:110px" align="center"><option value=\'\'>Select language</option>
  2. Did a bit of digging around the CSS template code and realised that code of 'input' was forcing the buttons and text boxes appearing as they did.I removed it and it seems to be working fine.input {width: 150px;margin: 5px 0 0 0;padding: 0;color: #4d5a57;text-align: left;border: 1px solid #ccc;background: #fdfdf2;font-family: "Trebuchet MS";} Thank you for your response, in any case, S@m
  3. My blog at: Not Just Cricket.Following is my CSS template code. It is somehow forcing the buttons (like the Preview and Submit buttons, here on this board) to show as rectangular plain text boxes.What would I need to change to stop the CSS template code forcing the styling and let the buttons show as they should show. @import url("base-weblog.css");body { margin: 0; padding: 0; text-align: center; font: normal 8.75pt/1.5 Trebuchet MS, Verdana, Arial, sans-serif; color: #4d5a57; background: url(bgB.png); }/*//left layout//*/.layout-two-column-left #container { width: 100%; background: url(bgB2.png) repeat-x; }.layout-two-column-left #container-inner { position: relative; width: 770px; margin: 2px auto 10px auto; padding: 0; text-align: left; background: url(bgCon.png) repeat-y center top; }.layout-two-column-left #banner { height: 300px; margin: 0; padding: 0; background: url(bgHead.png) no-repeat center; }.layout-two-column-left #pagebody { margin: 0 0 -2px 0; padding: 0 0 60px 0; background: url(bgPage.png) no-repeat center bottom; }.layout-two-column-left #alpha { float: left; width: 185px; height: auto; margin: 15px 0 0 0; padding: 0; }.layout-two-column-left #beta { float: right; width: 550px; height: auto; margin: -100px 0 0 0; padding: 0 12px 0 0; }.layout-two-column-left #banner-description { position: absolute; top: 68px; right: 83px; font-size: medium; font-weight: bold; font-family: Papyrus; color: #FF4500; }.layout-two-column-left .module-syndicate { display: table; /*for Opera*/ text-align: center; font-size: 9px; background: url(marker5.png) no-repeat 10px -2px; }.layout-two-column-left .module-syndicate .module-content { padding-top: 10px; padding-right: 16px; color: #4d5a57; font-size: 9px; }/*//right layout//*/.layout-two-column-right #container { width: 100%; background: url(bgB2a.png) repeat-x; }.layout-two-column-right #container-inner { position: relative; width: 770px; margin: 2px auto 10px auto; padding: 0; text-align: left; background: url(bgCon2.png) repeat-y center top; }.layout-two-column-right #banner { height: 175px; margin: 0; padding: 0; background: url(bgHead2.png) no-repeat center; }.layout-two-column-right #pagebody { margin: 0 0 -2px 0; padding: 0 0 60px 0; background: url(bgPage2.png) no-repeat center bottom; }.layout-two-column-right #alpha { float: left; width: 550px; height: auto; margin: -100px 0 0 23px; padding: 0; } .layout-two-column-right #beta { float: right; width: 181px; height: auto; margin: 15px 0 0 0; padding: 0; }.layout-two-column-right #banner-description { position: absolute; top: 68px; right: 273px; } .layout-two-column-right .module-content { margin-left: -4px; }.layout-two-column-right .module-syndicate { display: table; /*for Opera*/ text-align: center; font-size: 9px; background: url(marker5.png) no-repeat 0 -2px; }.layout-two-column-right .module-syndicate .module-content { padding-top: 10px; padding-left: 0px; color: #4d5a57; font-size: 9px; }.entry-body { width: auto; margin: 0 0 -8px 0; padding: 0 0 3px 0; background: url(lineC.png) no-repeat center bottom; }/*-------------------h1,...,span----------------------*/h2.date-header, h2.module-header, .module-powered,h3.entry-header, .module-syndicate, h2#banner-description { font-family: "Trebuchet MS", Verdana, Helvetica; } h1#banner-header { font-size: 0px; margin: 0; padding: 0; }h2#banner-description { font-size: 10pt; }h2.date-header { margin: 0; color: #9f9f8e; font-size: 8pt; font-weight: bold;}h2.module-header, .module-powered { margin: 0; padding: 15px 0 0 0; color: #9f9f8e; text-align: center; font-size: 10pt; background: url(lineM.png) no-repeat center top; }.module-powered { margin-top: 22px; }h3.entry-header { margin: 0; padding: 0 0 0 15px; color: #f57928; font-size: 11pt; background: url(marker.png) no-repeat 0 8px; }.post-footers { color: #9f9f8e; font-style: normal; }p.entry-footer { color: #97bf43; font-size: 7.5pt; }/*//left layout//*/.layout-two-column-left p.content-nav { position: absolute; top: -43px; left: 5px; }/*//right layout//*/.layout-two-column-right p.content-nav { position: absolute; top: -43px; right: 5px; }blockquote { background: url(marker4.png) no-repeat 0 3px; margin: -4px 0; padding: 1px 0 1px 30px; }.module-list { list-style: none; margin: 0; padding: 0; }.module-list-item, .module-powered a { margin: 0 0 0 15px; padding: 0 0 0 13px; background: url(marker2.png) no-repeat 0 6px; }.module-list ul.module-list li.module-list-item { margin: 0 0 0 8px; padding: 0 0 0 13px; background: url(marker3.png) no-repeat 0 6px; }.module-syndicate { margin: 0 0 0 8px; padding: 0; }/*------------------links----------------------*/a { color: #97bf43; text-decoration: none; }a:hover { color: #97bf43; text-decoration: underline; }/*//left layout//*/.layout-two-column-left #banner-header a { display: block; width: 135px; height: 110px; margin: 0 0 0 32px!important; margin: 35px 0 0 32px; padding: 65px 0 0 0!important; padding: 0; color: #fff; background: url(TSC11.png) no-repeat center; text-decoration: none; }/*//right layout//*/.layout-two-column-right #banner-header a { display: block; float: right; width: 135px; height: 110px; margin: 0 32px 0 0!important; margin: 35px 15px 0 0; padding: 65px 0 0 0!important; padding: 0; color: #fff; background: url(TSC.png) no-repeat center; text-decoration: none; }#banner-header a:hover { color: #fff; text-decoration: none; }h2.module-header a { color: #9f9f8e; text-decoration: none; }h2.module-header a:hover { color: #9f9f8e; text-decoration: underline; }.module-list a, .module-powered a, .module-syndicate .module-content a { padding: 0; color: #4d5a57; text-decoration: none; }.module-list a:hover, .module-powered a:hover, .module-syndicate .module-content a:hover { color: #849793; text-decoration: underline; }.module-powered a { display: block; margin: 4px 0 0 15px; padding: 2px 0 0 13px; font: normal 8.5pt Verdana, Arial, sans-serif; text-align: left; }.content-nav a { color: #2b2b2b; text-decoration: underline; }.content-nav a:hover { color: #2b2b2b; text-decoration: none; }/*---------------------images---------------------*/img { border: none; }/*//left layout//*/.layout-two-column-left .entry-body img { background: #d9d9d9 url(bgImg.png) no-repeat right bottom; margin: 0 0 -12px 5px; padding: 3px 3px 17px 3px; }/*//right layout//*/.layout-two-column-right .entry-body img { background: #d9d9d9 url(bgImg2.png) no-repeat right bottom; margin: 0 5px -12px 5px; padding: 3px 3px 17px 3px; }/*-----------------forms-----------------------*//*//left layout//*/.layout-two-column-left form { margin: 0 0 0 12px; padding: 0; }/*//right layout//*/.layout-two-column-right form { margin: 0 0 0 12px!important; margin: 0 0 0 15px; padding: 0; } input { width: 150px; margin: 5px 0 0 0; padding: 0; color: #4d5a57; text-align: left; border: 1px solid #ccc; background: #fdfdf2; font-family: "Trebuchet MS";}#search, #comment-author, #comment-email, #comment-url { width: 150px; margin: 5px 0 0 0; padding: 0; color: #4d5a57; text-align: left; border: 1px solid #ccc; background: #fdfdf2; }#comment-bake-cookie { width: 15px; margin: 0; }#comment-text { border: 1px solid #ccc; background: #fdfdf2; }#comment-preview, #comment-post { width: 60px; margin: 0 0 0 -15px; padding: 0; font-weight: normal; text-align:center; border: none; background: #fdfdf2; }#comment-post { margin: 0; }
  4. The template CSS code was forcing the rendering of the text box. I have fiddled around with it a tad and have got the text box to show, as well as the search 'button-box'.I'll create another thread to ask how to allow the 'button' and not have the template CSS code to force it's on styling.Thanks for you help.
  5. Would it help if I posted the CSS stylesheet template code here.I can FTP it onto my desktop and copy it here.PS: I tried putting the feedburned script as a new entry and its the same problem. The button shows as a 'button' in my config pages where I create my entry, but once it is saved, it renders as just text. = Template problem?
  6. My blog at: Not Just CricketButtons do not show in the side bar.Eg: The search button in the 'Search Box' on the left.I have been trying to put Google Adsense Search box and also Feedburner Subscription email box. The text box do not show the border - so its just an empty space that shows and the button does not show.How can I fix this?
  7. Looks like Rupen's heads up on Jan 9, 2007 resulted in that URL showing a '500 Internal Error' on Jan 12, 2007.The imitators and wannabes were shut down pretty quick, huh?!!!
  8. I just noticed this.All the styles and customisations render as they should do in Firefox 2.0.When I switch to Internet Explorer, the right sidebar (#gamma) drops below the central content column (#beta).1. Why does this happen in IE and not in Firefox?2. How do I correct it?My Blog: Not Just Cricket
  9. I was finally able to change my layout from 2-column to 3-column. But now the column widths are all up in the air and the background is out of sync.How do I correct this?My blog is at: Not Just CricketThe CSS code is: As follows in the CodeBoxI would like to have the left and right sidebar widths at around 170.The left column's left edge without any margin.The right column's right edge without any margin.The space between the (right edge of the left sidebar) and the (left edge of the central content column) to be around 16.The space between the (left edge of the right sidebar) and the (right edge of the central content column) to be around 16.If it might make things easier, I dont mind (for now) if the background color is a single flat color- white. Once the columns and backgrounds are set, I will try and do the color change.Any help will be very much appreciated. /* basic page elements */body{ font-family: 'trebuchet ms', times, serif; font-size: 11px;}a { color: #06C; text-decoration: underline; }a:visited { color: #369; }a:hover { color: #900; }#banner a { color: #fff; text-decoration: none; }#banner a:visited { color: #fff; }#banner a:hover { color: #e4e4e4; }.module-content a { color: #96c; font-weight: bold; }.module-content a:visited { color: #bcaace; }.module-content a:hover { color: #9c0; }h1, h2, h3, h4, h5, h6{ font-family: 'trebuchet ms', times, serif;}.module-header,.trackbacks-header,.comments-header,.comments-open-header,.archive-header{ /* ie win (5, 5.5, 6) bugfix */ p\osition: relative; width: 100%; w\idth: auto; margin: 0 0 1px 0; padding: 5px 5px 5px 25px; color: #fff; background: #799de7 url(colitem-header-bg.gif) 0 50% repeat; font-size: 12px; font-weight: bold; text-transform: uppercase; line-height: 1;}.module-header a,.module-header a:visited,.trackbacks-header a,.trackbacks-header a:visited,.comments-header a,.comments-header a:visited,.comments-open-header a,.comments-open-header a:visited.archive-header a,.archive-header a:visited{ color: #fff;}.module-header a:hover,.trackbacks-header a:hover,.comments-header a:hover,.comments-open-header a:hover,.archive-header a: hover{ color: #369;}.module-content a { color: #369; font-weight: bold;}.module-content a:visited { color: #6e849a; }.module-content a:hover { color: #900; }.entry-more-link,.entry-footer,.comment-footer,.trackback-footer,.typelist-thumbnailed{ font-size: 10px;}/* page layout */body{ min-width: 780px; color: #333; background: #e1e0e0 url(body-bg.gif) repeat;}#container{ width: 780px; background: transparent url(container-bg.gif) repeat-y;}#container-inner{ margin: 0 10px 0 10px; border-bottom: 1px solid #4A87B9; background: transparent url(column-right-bg.gif) -500px 0 repeat-y;}#banner{ width: 760px; /* necessary for ie win */ border-bottom: 1px solid #000; background: #369 url(banner-bg.gif) repeat;}#banner-inner { padding: 20px; }.banner-user{ width: 70px; margin-top: 4px; font-size: 10px; font-weight: normal;}.banner-user-photo { border: 3px double #fff; }#banner-header{ margin: 0; color: #FFF; font-size: 30px; font-weight: bold; line-height: 1;}#banner-description{ margin: 1px 0; color: #fff; background: none; font-size: 12px; line-height: 1.125;}#alpha { margin: 20px 0 20px 20px; width: 160px; }#beta { margin: 20px 0 0 40px; width: 340px; }#gamma, #delta { width: 160px; }.date-header{ margin: 0; padding-bottom: 10px; color: #666; background: transparent url(date-header-bg.gif) repeat-x; font-size: 14px;}.entry-header{ margin: 10px 0; padding: 0 0 0 20px; color: #900; background: transparent url(entry-header-bg.gif) 0 0.2em no-repeat; font-size: 16px; font-weight: bold;}.entry-content { margin: 0; }.entry-footer{ margin: 0 0 20px 0; border-top: 1px solid #eee; padding-top: 2px; color: #666; font-weight: normal;}.content-nav { padding-top: 0; }/* modules */.module-calendar .module-content { margin: 5px 0 15px 0; }.module-mmt-calendar .module-content table,.module-calendar .module-content table { font-size: 11px; }.module-calendar .module-content table th { font-size: 10px; }.module-mmt-calendar .module-header a { color: #900; }.module-mmt-calendar .module-header a:visited { color: #900; }.module-mmt-calendar .module-header a:hover { color: #069; }.module-powered { margin: 20px 0; }.module-powered .module-content{ margin: 0; padding: 10px; border: 1px solid #ccc; color: #333; background: #dcd8d8 url(powered-bg.gif) repeat-x;}.module-powered a { color: #369; }.module-powered a:visited { color: #369; }.module-powered a:hover { color: #900; }.module-photo { background: none; }.module-photo img { border: solid 1px #dce1e4; }.module-list-item{ padding-left: 14px; background: url(li-bg.gif) 0 0.3em no-repeat; line-height: 150%;}.typelist-thumbnailed .module-list{ margin: 0;}.typelist-thumbnailed .module-list-item{ margin: 0 0 1px 0; padding: 0; border: 1px solid #d9dee1; background: #e5e5e5 url(typelist-thumbnailed-bg.gif) repeat-x;}.typelist-thumbnail { background: #fff; }.module-featured-photo img{ width: 414px;}/* recent photos */.module-recent-photos .module-content { margin: 6px 0 0 0; }.module-recent-photos .module-list { margin: 0; }.module-recent-photos .module-list-item{ width: 64px; /* mac ie fix */ margin: 0 6px 6px 0; padding: 0; background: none;}.module-recent-photos .module-list-item a{ border: 1px solid #369; padding: 1px; background: #fff;}.module-recent-photos .module-list-item a:hover{ border-color: #900;}/* artistic tweaks *//* calendar tweaks */ .layout-calendar #beta { overflow: visible; } .module-mmt-calendar { width: 420px; } .module-mmt-calendar .module-header { margin: 0; border: 0; padding: 0; color: #999; background: none; font-size: 14px; font-weight: normal; text-align: right; text-transform: none; } .module-mmt-calendar table { margin-top: 6px; color: #fff; background: #bcc5cc; } .module-mmt-calendar th { border-right: 1px solid #eee; border-bottom: 1px solid #eee; padding: 2px; background: #84a7ed; text-align: right; font-weight: normal; } .module-mmt-calendar td { border-right: 1px solid #eee; border-bottom: 1px solid #eee; padding: 2px; background: #c3c3c3 url(calendar-td-bg.gif) repeat-x; text-align: right; font-weight: normal; } .module-mmt-calendar .weekday-7, td.day-7, td.day-14, td.day-21, td.day-28, td.day-35, td.day-42 { border-right: none; } .day-photo a { border: solid 1px #369; padding: 1px; background: #fff; } .day-photo a:hover { border-color: #900; }/* moblog1 tweaks */ .layout-moblog1 #container-inner { background-position: -220px 0; } .layout-moblog1 #pagebody { background: transparent url(column-left-bg.gif) -580px 0 repeat-y; } .layout-moblog1 #alpha { width: 200px; } .layout-moblog1 #beta { width: 320px; margin: 20px 0 20px 20px; } .layout-moblog1 #gamma { width: 160px; margin: 20px 0 20px 40px; } .layout-moblog1 .entry { margin-bottom: 40px; } .layout-moblog1 .module-recent-photos .module-content { margin: 6px 0 0 12px; } .layout-moblog1 .module-powered .module-content { margin-right: 20px; }/* moblog2 tweaks */ .layout-moblog2 #container-inner { background-position: -350px 0; } .layout-moblog2 #pagebody { background: transparent url(column-left-bg.gif) -690px 0 repeat-y; } .layout-moblog2 #pagebody-inner { background: transparent url(column-right-bg.gif) -160px 0 repeat-y; } .layout-moblog2 #alpha { width: 70px; } .layout-moblog2 #beta { width: 300px; margin: 0 0 0 40px; } .layout-moblog2 #gamma { width: 170px; margin: 0 0 0 40px; } .layout-moblog2 #delta { float: left; width: 100px; margin: 0 0 0 20px; } .layout-moblog2 .module-header, .layout-moblog2 .trackbacks-header, .layout-moblog2 .comments-header, .layout-moblog2 .comments-open-header, .layout-moblog2 .archive-header { margin: 20px 0 1px 0; } .layout-moblog2 .date-header { margin-top: 20px; } .layout-moblog2 .content-nav { padding-top: 20px; } .layout-moblog2 .module-photo .module-content { margin: 0; } .layout-moblog2 .module-photo img { width: 80px; height: auto; } .layout-moblog2 .module-recent-photos .module-content { margin: 0; padding: 0; background: none; } .layout-moblog2 .module-recent-photos .module-list { margin: 0; } .layout-moblog2 .module-recent-photos .module-list-item { margin: 0 0 5px 0; } .layout-moblog2 .module-powered .module-content { margin-right: 20px; } /* timeline tweaks */ .layout-timeline #container-inner { background-position: -420px 0; } .layout-timeline #alpha { width: 340px; } .layout-timeline #beta { width: 360px; } .layout-timeline #gamma, .layout-timeline #delta { width: 170px; } .layout-timeline .module-recent-photos .module-content { padding: 0 0 10px 0; } .layout-timeline .module-recent-photos .module-list { margin: 7px 7px 0 0; }/* one-column tweaks */ .layout-one-column body { min-width: 620px; } .layout-one-column #container { width: 620px; background: transparent url(one-column-container-bg.gif) repeat-y; } .layout-one-column #container-inner { margin: 0 10px 0 10px; border-bottom: 1px solid #5b626a; background: transparent url(column-right-bg.gif) -500px 0 repeat-y; } .layout-one-column #banner { width: 594px; /* necessary for ie win */ } .layout-one-column #container-inner { background: none; } .layout-one-column #alpha { width: 560px; } /* two-column-left tweaks */ .layout-two-column-left #container-inner { background: none; } .layout-two-column-left #pagebody { background: transparent url(column-left-bg.gif) -580px 0 repeat-y; } .layout-two-column-left #alpha { width: 200px; } .layout-two-column-left #beta { width: 500px; margin: 20px 0 0 20px; } .layout-two-column-left .module-powered .module-content { margin-right: 20px; }/* two-column-right tweaks */ .layout-two-column-right #container-inner { background: none; } .layout-two-column-right #pagebody { background: transparent url(column-right-bg.gif) -270px 0 repeat-y; } .layout-two-column-right #container-inner { background: none; } .layout-two-column-right #alpha { width: 490px; } .layout-two-column-right #beta { width: 200px; margin: 20px 0 0 40px; }/* three-column tweaks */ .layout-three-column #container-inner { background-position: -260px 0; } .layout-three-column #pagebody { background: transparent url(column-left-bg.gif) -580px 0 repeat-y; } .layout-three-column #alpha { width: 160px; } .layout-three-column #beta { width: 340px; margin: 20px 0 20px 20px; } .layout-three-column #gamma { width: 160px; margin: 20px 0 20px 40px; } .layout-three-column .module-powered .module-content { margin-right: 20px; }
  10. Moderators: I am posting this here. If this should be in any other forum, please feel free to move it. To MT3.2 Gurus!I am looking for someone who can help me implement some design changes to my MT3.2 blog.Design changes such as 3 column set up, widths of the columns, etc.Anyone out there able to help?I don't mind paying a nominal fee for the work done.Thank you.
  11. Thank, JSG!You were right.Youtube screens increased in width after their recent service and site upgrade, and this was knocking the columns out! I also had some posts with text formatting creating the same issue.Fixed and done and thanks for pointing me in the right direction.
  12. I just noticed this error crop up.When I click a listing in the Catergories box in the sidebar, I am presented with this message: What happened and how do I fix it??Not Just Cricket
  13. If you look at the main page at http://www.notjustcricket.com, the layout shows the two columns. Would this 'issue' of columns still point to something in CSS?Here is the CSS code: /*name: Stevensondesigner: Lilia Ahnerdesigner_url: [url="http://www.lilia.com"]http://www.lilia.com[/url]developer: Lilia Ahnerdeveloper_url: [url="http://www.lilia.com"]http://www.lilia.com[/url]*//* $Id: theme-stevenson.css 14270 2005-07-06 01:20:10Z ydnar $ *//* basic page elements */body{ font-family: 'trebuchet ms', times, serif; font-size: 11px; background-color: #e2e2e2;}a { color: #06C; text-decoration: none; }a:visited { color: #369; }a:hover { color: #900; }#banner a {color: #bcaace; text-decoration: none;}#banner a:visited {color: Yellow;}#banner a:hover { color: Maroon; }.module-content a { color: #96c; font-weight: bold; }.module-content a:visited { color: #bcaace; }.module-content a:hover { color: #9c0; }h1, h2, h3, h4, h5, h6{ font-family: "Trebuchet MS";}.module-header,.trackbacks-header,.comments-header,.comments-open-header,.archive-header{ /* ie win (5, 5.5, 6) bugfix */ p\osition: relative; width: 100%; w\idth: auto; margin: 0 0 1px 0; padding: 5px 5px 5px 25px; color: #fff; background: #799de7 url(colitem-header-bg.gif) 0 50% repeat; font-size: 12px; font-weight: bold; text-transform: none; line-height: 1;}.module-header a,.module-header a:visited,.trackbacks-header a,.trackbacks-header a:visited,.comments-header a,.comments-header a:visited,.comments-open-header a,.comments-open-header a:visited.archive-header a,.archive-header a:visited{ color: #fff;}.module-header a:hover,.trackbacks-header a:hover,.comments-header a:hover,.comments-open-header a:hover,.archive-header a: hover{ color: #369;}.module-content a {color: #369; font-weight: lighter;}.module-content a:visited { color: #6e849a; }.module-content a:hover { color: #900; }.entry-more-link,.entry-footer,.comment-footer,.trackback-footer,.typelist-thumbnailed{ font-size: 10px;}/* page layout */body{ min-width: 780px; color: #333; background: #e1e0e0 url(body-bg.gif) repeat; <-- THIS IS YOUR PROBLEM background-color: #e2e2e2;}#container{ width: 780px; background: transparent url(container-bg.gif) repeat-y; background-color: #e2e2e2;}#container-inner{ margin: 0 10px 0 10px; border-bottom: 1px solid #4A87B9; background: transparent url(column-right-bg.gif) -500px 0 repeat-y; background-color: #e2e2e2}#banner{ width: 760px; /* necessary for ie win */ border-bottom: 1px solid #000; background: #369 url(banner-bg.gif) repeat; }#banner-inner { padding: 20px; }.banner-user{ width: 70px; margin-top: 4px; font-size: 12px; font-weight: normal; text-align: center;}.banner-user-photo { border: 3px double #fff; }#banner-header{ margin: 20; font-size: 60px; font-family: Architext; font-weight: bold; line-height: 1; text-align: center;}#banner-description{ margin: 1px 0; color: #fff; background: none; font-size: 14px; line-height: 1.125; text-align: center;}#alpha { margin: 20px 0 20px 20px; width: 260px; }#beta { margin: 20px 0 0 40px; width: 420px; }#gamma, #delta { width: 202px; }.date-header{ margin: 0; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; color: Maroon; background: transparent url(date-header-bg.gif) repeat-x; font-size: 11px; background: #CCCCCC;}.entry-header{ margin: 10px 0; padding: 0 0 0 20px; color: #005A5B; background: transparent url(entry-header-bg.gif) 0 0.2em no-repeat; font-size: 16px; font-weight: lighter; font: Book Antiqua;}.entry-content { margin: 0; }.entry-footer{ margin: 0 0 20px 0; border-top: 1px solid Black; padding-top: 2px; font-weight: normal; background: ThreedFace; border-bottom: 1px solid Black; }.content-nav { padding-top: 0; }/* modules */.module-calendar .module-content { margin: 5px 0 15px 0; }.module-mmt-calendar .module-content table,.module-calendar .module-content table { font-size: 11px; }.module-calendar .module-content table th { font-size: 10px; }.module-mmt-calendar .module-header a { color: #900; }.module-mmt-calendar .module-header a:visited { color: #900; }.module-mmt-calendar .module-header a:hover { color: #069; }.module-powered { margin: 20px 0; }.module-powered .module-content{ margin: 0; font-size: smaller; padding: 10px; border: 1px solid #ccc; color: #333; background: #dcd8d8 url(powered-bg.gif) repeat-x;}.module-powered a { color: #369; }.module-powered a:visited { color: #369; }.module-powered a:hover { color: #900; }.module-photo { background: none; }.module-photo img { border: solid 1px #dce1e4; }.module-list-item{ padding-left: 14px; background: url(li-bg.gif) 0 0.3em no-repeat; line-height: 150%;}.typelist-thumbnailed .module-list{ margin: 0;}.typelist-thumbnailed .module-list-item{ margin: 0 0 1px 0; padding: 0; border: 1px solid #d9dee1; background: #e5e5e5 url(typelist-thumbnailed-bg.gif) repeat-x;}.typelist-thumbnail { background: #fff; }.module-featured-photo img{ width: 414px;}/* recent photos */.module-recent-photos .module-content { margin: 6px 0 0 0; }.module-recent-photos .module-list { margin: 0; }.module-recent-photos .module-list-item{ width: 64px; /* mac ie fix */ margin: 0 6px 6px 0; padding: 0; background: none;}.module-recent-photos .module-list-item a{ border: 1px solid #369; padding: 1px; background: #fff;}.module-recent-photos .module-list-item a:hover{ border-color: #900;}/* artistic tweaks *//* calendar tweaks */ .layout-calendar #beta { overflow: visible; } .module-mmt-calendar { width: 420px; } .module-mmt-calendar .module-header { margin: 0; border: 0; padding: 0; color: #999; background: none; font-size: 14px; font-weight: normal; text-align: right; text-transform: none; } .module-mmt-calendar table { margin-top: 6px; color: #fff; background: #bcc5cc; } .module-mmt-calendar th { border-right: 1px solid #eee; border-bottom: 1px solid #eee; padding: 2px; background: #84a7ed; text-align: right; font-weight: normal; } .module-mmt-calendar td { border-right: 1px solid #eee; border-bottom: 1px solid #eee; padding: 2px; background: #c3c3c3 url(calendar-td-bg.gif) repeat-x; text-align: right; font-weight: normal; } .module-mmt-calendar .weekday-7, td.day-7, td.day-14, td.day-21, td.day-28, td.day-35, td.day-42 { border-right: none; } .day-photo a { border: solid 1px #369; padding: 1px; background: #fff; } .day-photo a:hover { border-color: #900; }/* moblog1 tweaks */ .layout-moblog1 #container-inner { background-position: -220px 0; } .layout-moblog1 #pagebody { background: transparent url(column-left-bg.gif) -580px 0 repeat-y; } .layout-moblog1 #alpha { width: 200px; } .layout-moblog1 #beta { width: 320px; margin: 20px 0 20px 20px; } .layout-moblog1 #gamma { width: 160px; margin: 20px 0 20px 40px; } .layout-moblog1 .entry { margin-bottom: 40px; } .layout-moblog1 .module-recent-photos .module-content { margin: 6px 0 0 12px; } .layout-moblog1 .module-powered .module-content { margin-right: 20px; }/* moblog2 tweaks */ .layout-moblog2 #container-inner { background-position: -350px 0; } .layout-moblog2 #pagebody { background: transparent url(column-left-bg.gif) -690px 0 repeat-y; } .layout-moblog2 #pagebody-inner { background: transparent url(column-right-bg.gif) -160px 0 repeat-y; } .layout-moblog2 #alpha { width: 70px; } .layout-moblog2 #beta { width: 300px; margin: 0 0 0 40px; } .layout-moblog2 #gamma { width: 170px; margin: 0 0 0 40px; } .layout-moblog2 #delta { float: left; width: 100px; margin: 0 0 0 20px; } .layout-moblog2 .module-header, .layout-moblog2 .trackbacks-header, .layout-moblog2 .comments-header, .layout-moblog2 .comments-open-header, .layout-moblog2 .archive-header { margin: 20px 0 1px 0; } .layout-moblog2 .date-header { margin-top: 20px; } .layout-moblog2 .content-nav { padding-top: 20px; } .layout-moblog2 .module-photo .module-content { margin: 0; } .layout-moblog2 .module-photo img { width: 80px; height: auto; } .layout-moblog2 .module-recent-photos .module-content { margin: 0; padding: 0; background: none; } .layout-moblog2 .module-recent-photos .module-list { margin: 0; } .layout-moblog2 .module-recent-photos .module-list-item { margin: 0 0 5px 0; } .layout-moblog2 .module-powered .module-content { margin-right: 20px; } /* timeline tweaks */ .layout-timeline #container-inner { background-position: -420px 0; } .layout-timeline #alpha { width: 340px; } .layout-timeline #beta { width: 360px; } .layout-timeline #gamma, .layout-timeline #delta { width: 170px; } .layout-timeline .module-recent-photos .module-content { padding: 0 0 10px 0; } .layout-timeline .module-recent-photos .module-list { margin: 7px 7px 0 0; }/* one-column tweaks */ .layout-one-column body { min-width: 620px; } .layout-one-column #container { width: 620px; background: transparent url(one-column-container-bg.gif) repeat-y; } .layout-one-column #container-inner { margin: 0 10px 0 10px; border-bottom: 1px solid #5b626a; background: transparent url(column-right-bg.gif) -500px 0 repeat-y; } .layout-one-column #banner { width: 594px; /* necessary for ie win */ } .layout-one-column #container-inner { background: none; } .layout-one-column #alpha { width: 560px; } /* two-column-left tweaks */ .layout-two-column-left #container-inner { background: none; } .layout-two-column-left #pagebody { background: transparent url(column-left-bg.gif) -580px 0 repeat-y; } .layout-two-column-left #alpha { width: 200px; } .layout-two-column-left #beta { width: 500px; margin: 20px 0 0 20px; } .layout-two-column-left .module-powered .module-content { margin-right: 20px; }/* two-column-right tweaks */ .layout-two-column-right #container-inner { /*background: none;*/ background-color: InfoBackground;} .layout-two-column-right #pagebody { background: transparent url(column-right-bg.gif) -270px 0 repeat-y; } .layout-two-column-right #container-inner { background: none; } .layout-two-column-right #alpha { width: 490px; } .layout-two-column-right #beta { width: 200px; margin: 20px 0 0 40px; }/* three-column tweaks */ .layout-three-column #container-inner { background-position: -260px 0; } .layout-three-column #pagebody { background: transparent url(column-left-bg.gif) -580px 0 repeat-y; } .layout-three-column #alpha { width: 160px; } .layout-three-column #beta { width: 300px; margin: 20px 0 20px 20px; } .layout-three-column #gamma { width: 160px; margin: 20px 0 20px 40px; } .layout-three-column .module-powered .module-content { margin-right: 20px; }
  14. Something happened somewhere and now my Catergory, Individual, Date Based archive template shows just a one column instead of two column. The content of the sidebar (2nd - beta - column) follows the content of the 1st - alpha - column.Blog: Not Just Cricket: Technology ArchivesHere is the code for the 'alpha'. Can anyone help in identifying the code error. I've tried, but somehow just cannot find it. <body class="layout-two-column-right"> <div id="container"> <div id="container-inner" class="pkg"> <div id="banner"> <div id="banner-inner" class="pkg"> <h1 id="banner-header"><a href="<$MTBlogURL$>" accesskey="1"><$MTBlogName encode_html="1"$></a></h1> <h2 id="banner-description"><$MTBlogDescription$></h2> </div> </div> <div id="pagebody"> <div id="pagebody-inner" class="pkg"> <div id="alpha"> <div id="alpha-inner" class="pkg"> <p class="content-nav"> <a href="<$MTBlogURL$>">Main</a> </p> <MTEntries> <$MTEntryTrackbackData$> <MTDateHeader><h2 class="date-header"><$MTEntryDate format="%x"$></h2></MTDateHeader> <a id="a<$MTEntryID pad="1"$>"></a> <div class="entry" id="entry-<$MTEntryID$>"> <h3 class="entry-header"><a href="<$MTEntryPermalink archive_type="Individual"$>"><$MTEntryTitle$></a></h3> <div class="entry-content"> <div class="entry-body"> <$MTEntryBody$> <MTEntryIfExtended> <p class="entry-more-link"> <a href="<$MTEntryPermalink$>#more">Continue reading "<$MTEntryTitle$>" ยป</a> </p> </MTEntryIfExtended> <p class="entry-footer"> <span class="post-footers">Posted by: <b><i> <$MTEntryAuthorDisplayName$></b></i></span> <span class="separator">|</span> <a class="permalink" href="<$MTEntryPermalink$>"><img alt="folder_link.png" src="http://www.notjustcricket.com/images/folder_link.png" width="16" height="16" /></a> | <MTIfPingsActive><a href="<$MTEntryPermalink$>#trackback"></a></MTIfPingsActive><a href="<$MTEntryPermalink$>#comments"><img alt="user_comment.png" src="http://www.notjustcricket.com/images/user_comment.png" width="17" height="17" /> <$MTEntryCommentCount$></a> | </MTIfCommentsActive> <img alt="clock_red.png" src="http://www.notjustcricket.com/images/clock_red.png" width="16" height="16" /> <$MTEntryDate format="%H:%M "$> | <img alt="calendar_view_day.png" src="http://www.notjustcricket.com/images/calendar_view_day.png" width="16" height="16" /> <$MTEntryDate format="%b %d "$><b>Posted to: <MTEntryCategories glue=" | "><a href="<$MTCategoryArchiveLink$>"><i><$MTCategoryLabel$></i></a></MTEntryCategories></b> </p> </div> </div> </div> </MTEntries> </div> </div> Hope someone can help.
  15. @ RaHXephon!I am needed helped. I am free! Thank you. Thank you. Thank you. Thank you. Thank you.Did I say 'Thank you'??Thank you. Thank you. Thank you. Thank you. Thank you.Appreciate your help and time on this issue. Finally solved and more importantly, very simply.Much appreciated.
  16. This is my HTML code pertaining to entries in my Main entry template in my MT3.2 config. Having looked at it, it does seem a bit convoluted, but that's just my being a relative novice at these things! blink.gif <MTEntries lastn="10"><$MTEntryTrackbackData$><MTDateHeader><h2 class="date-header"><$MTEntryDate format="%x"$></h2></MTDateHeader><a id="a<$MTEntryID pad="1"$>"></a><div class="entry" id="entry-<$MTEntryID$>"><h3 class="entry-header"><a href="<$MTEntryPermalink archive_type="Individual"$>"><$MTEntryTitle$></a><img alt="user_edit.png" src="http://www.notjustcricket.com/images/user_edit.png" width="16" height="16" /></h3><div class="entry-content"><div class="entry-body"><$MTEntryBody$><MTEntryIfExtended><p class="entry-more-link"><a href="<$MTEntryPermalink$>#more">Continue reading "<$MTEntryTitle$>" ยป</a></p></MTEntryIfExtended><p class="entry-footer"><span class="post-footers"><span class="separator"></span><a class="permalink" href="<$MTEntryPermalink$>"><img alt="folder_link.png" src="http://www.notjustcricket.com/images/folder_link.png" width="16" height="16" /></a> | <MTIfPingsActive><a href="<$MTEntryPermalink$>#trackback"></a></MTIfPingsActive><MTIfCommentsActive><a href="<$MTEntryPermalink$>#comments"><img alt="user_comment.png" src="http://www.notjustcricket.com/images/user_comment.png" width="17" height="17" /><$MTEntryCommentCount$></a> | </MTIfCommentsActive> <img alt="clock_red.png" src="http://www.notjustcricket.com/images/clock_red.png" width="16" height="16" /> <$MTEntryDate format="%H:%M "$> | <img alt="calendar_view_day.png" src="http://www.notjustcricket.com/images/calendar_view_day.png" width="16" height="16" /> <$MTEntryDate format="%b %d "$> | <b>Posted to: <MTEntryCategories glue=" | "><a href="<$MTCategoryArchiveLink$>"><$MTCategoryLabel$></a></MTEntryCategories> </b></span></p></div></div></div></MTEntries>
  17. /* basic page elements */body{ font-family: 'trebuchet ms', verdana, sans-serif; font-size: 11px;}a { color: #c00; text-decoration: none; }a:visited { color: #c00; }a:hover { text-decoration: underline; }#banner a {color: #FFFACD; text-decoration: none;}#banner a:visited { color: #FFFACD;}#banner a:hover { color: #FFFACD; }.module-content a { color: #cc0000; text-decoration: none; }.module-content a:visited { color: #cc0000; }.module-content a:hover { text-decoration: underline; }.entry-footer a { color: #cc0000; }h1, h2, h3, h4, h5, h6{ font-family: 'trebuchet ms', helvetica, arial, sans-serif; }.module-header,.trackbacks-header,.comments-header,.comments-open-header,.archive-header{ /* ie win (5, 5.5, 6) bugfix */ p\osition: relative; width: 100%; w\idth: auto; margin: 0; border-top: 1px solid #fff; border-bottom: 1px solid #bbb; padding: 6px 10px 5px 5px; color: #fff; background: #9b0000 url(module-header-bg.gif) left top repeat-x; font-size: 12px; font-weight: bold; text-transform: none;}.module-header a,.trackbacks-header a,.comments-header a,.comments-open-header a,.archive-header a{ color: #fff; text-decoration: underline;}.module-header a:visited,.trackbacks-header a:visited,.comments-header a:visited,.comments-open-header a:visited,.archive-header a:visited{ color: #fff;}.module-header a:hover,.trackbacks-header a:hover,.comments-header a:hover,.comments-open-header a:hover,.archive-header a:hover{ color: #c00; background-color: #fff;}.entry-more-link,.entry-footer,.comment-footer,.trackback-footer,.typelist-thumbnailed{ font-size: 11px;}/* page layout */body{ color: #333; background: #e4ae64 url(body-bg.gif) center top repeat-y;}#container { width: 760px; }#container-inner { margin: 20px 0; }#banner{ width: 720px; margin: 0 0 20px 20px; background: #9b0000 url(banner-bg.gif) left top repeat-x;}#banner-inner { }.banner-user{ width: 70px; margin-top: 4px; font-size: 10px;}.banner-user-photo { border: 3px double #fff; }#banner-header{ margin: 0; padding: 35px 15px 5px 15px; color: blue; font-family: Papyrus; font-size: 80px; font-weight: normal; line-height: 1; text-align: center;}#banner-description{ margin: 0; padding: 5px 15px 27px 15px; color: #6495ED; font-size: 30px; font-family: Pristina; line-height: 1.125; text-align: center; text-decoration: none;}#alpha, #beta, #gamma, #delta{ float: left; margin: 0 0 0 20px; background: #f0f0f0 url(sidebar-bg.gif) left top repeat-y;}#alpha-inner, #beta-inner, #gamma-inner, #delta-inner{ padding: 15px 0 25px 0;}#alpha { width: 255px; }#beta { width: 445px; }#gamma, #delta { width: 200px; }#beta-inner { background: #f0f0f0 url(content-side-bg.gif) left top repeat-y; }.date-header{ margin: 5px 17px 0 15px; padding: 0 0 5px 0; color: #cc6600; background: url(date-header-bg.gif) left bottom repeat-x; font-size: 10px; text-transform: uppercase;}.entry-header{ margin: 5px 15px; padding: 0px 0 0 17px; background: url(entry-header-bg.gif) 0 0.35em no-repeat; font-size: 22px; font-weight: 500; font-family: Pristina; color: #00008B;}.entry-content { margin: 0px 15px }.entry-more-link { font-weight: bold; }.entry-footer{ margin: 0 0 20px 0; border-top: 1px solid Maroon; padding-top: 2px; font-size: smaller; font-weight: normal; background: threedface; border-bottom: 2px solid Maroon; text-align: right;}.content-nav { margin: 10px 15px; }/* modules */.module { color: #666; }.module-calendar .module-content { margin: 5px 10px 15px 10px; }.module-mmt-calendar .module-content table,.module-calendar .module-content table { font-size: 11px; }.module-powered { margin: 0; padding: 0; }.module-powered .module-content{ margin: 15px; padding: 10px; border: 1px solid #dfc78a; background: #e7e2c6 url(alt-gradient-bg.gif) left center repeat-x;}.module-photo { border: 0; background: none; }.module-photo .module-content { margin: 10px; }.module-photo img { border: 0; }.module-list-item{ padding-left: 14px; background: url(li-bg.gif) 0 0.45em no-repeat;}.typelist-thumbnailed { margin: 0 0 20px 0; }.typelist-thumbnailed .module-list-item{ margin: 1px 0; border-top: 1px solid #fff; border-bottom: 1px solid #bbb; padding: 0; background: #d2d2d2 url(gradient-bg.gif) left center repeat-x;}.typelist-thumbnail { background: #e3c69c; }.module-featured-photo { width: 445px; }.module-featured-photo .module-content { margin: 15px 0 5px 15px; }.module-featured-photo img { width: 415px; }.module-recent-photos { border: 0; }.module-recent-photos .module-content { margin-left: 15px; }.module-recent-photos .module-list { margin: 0; }.module-recent-photos .module-list-item{ width: 64px; /* mac ie fix */ margin: 0 6px 6px 0; padding: 0; background: none;}.module-recent-photos .module-list-item a{ border: #bbb 1px solid; padding: 1px; background: #e7e7ec;}.module-recent-photos .module-list-item a:hover{ border-color: #c00; background: #e7e2c6;}/* calendar tweaks */ .layout-calendar #gamma { width: 195px; margin-left: 15px; } .layout-calendar #beta-inner { padding-top: 0; } .layout-calendar #gamma-inner { padding-top: 0; } .layout-calendar #delta-inner { padding-top: 0; } .module-mmt-calendar { width: 445px; margin: 0; } .module-mmt-calendar .module-header, .layout-timeline .module-recent-photos .module-header { margin: 0; padding: 5px 15px; color: #fff; background: #9b0000 url(module-header-bg.gif) left top repeat-x; font-size: 13px; font-weight: bold; text-align: right; } .module-mmt-calendar .module-content { margin: 15px; } .module-mmt-calendar table { width: 415px; background: #9b0000; } .module-mmt-calendar th { color: #fff; border-top: 1px solid #fff; border-right: 1px solid #e7e7ec; border-bottom: 1px solid #bbb; padding: 2px; text-align: right; font-weight: bold; } .module-mmt-calendar td { border-top: 1px solid #fff; border-right: 1px solid #e7e7ec; border-bottom: 1px solid #bbb; padding: 2px; text-align: right; font-weight: normal; background: #d2d2d2 url(gradient-bg.gif) left center repeat-x; } th.weekday-7, td.day-7, td.day-14, td.day-21, td.day-28, td.day-35, td.day-42 { border-right: none; } .day-photo a { border: #bbb 1px solid; padding: 1px; background: #e7e7ec; } .day-photo a:hover { border-color: #235961; background: #e7e2c6; }/* artistic tweaks */ .layout-artistic #gamma, .layout-artistic #delta { width: 200px; margin-left: 15px; } .layout-artistic #gamma-inner { padding-top: 0; } .layout-artistic #delta-inner { padding-top: 0; }/* moblog1 tweaks */ .layout-moblog1 #alpha { width: 190px; } .layout-moblog1 #beta { width: 325px; } .layout-moblog1 #gamma { width: 165px; } .layout-moblog1 #alpha-inner { padding-top: 0; } .layout-moblog1 #gamma-inner { padding-top: 0; } .layout-moblog1 .module-recent-photos { margin: 0; } .layout-moblog1 .module-recent-photos .module-content { margin: 10px 0 0 15px; }/* moblog2 tweaks */ .layout-moblog2 #alpha { width: 85px; } .layout-moblog2 #beta { width: 280px; } .layout-moblog2 #gamma { width: 194px; } .layout-moblog2 #delta { width: 120px; margin-left: 1px; background: #e6e6e6 url(alt-sidebar-bg.gif) left top repeat-y; } .layout-moblog2 #alpha-inner { padding: 0; } .layout-moblog2 #gamma-inner { padding-top: 0; } .layout-moblog2 #delta-inner { padding-top: 0; } .layout-moblog2 .module-photo .module-content { margin: 10px; } .layout-moblog2 .module-photo .module-content img { width: 100px; height: auto; } .layout-moblog2 .module-recent-photos { margin: 0; } .layout-moblog2 .module-recent-photos .module-content { margin: 10px 0 0 10px; }/* timeline tweaks */ .layout-timeline #alpha { width: 310px; } .layout-timeline #beta { width: 390px; } .layout-timeline #gamma { width: 170px; margin-left: 15px; } .layout-timeline #delta { width: 170px; } .layout-timeline #beta-inner { padding-top: 0; } .layout-timeline #gamma-inner { padding-top: 0; } .layout-timeline #delta-inner { padding-top: 0; } .layout-timeline .module-recent-photos .module-content { margin: 10px 0 0 15px; } .layout-timeline .module-recent-photos .module-list-item { margin: 0 10px 10px 0; }/* one-column tweaks */ body.layout-one-column { background-image: url(body-bg-1.gif); } .layout-one-column #container { width: 600px; } .layout-one-column #banner { width: 560px; } .layout-one-column #alpha { width: 560px; } .layout-one-column #container-inner { margin: 20px 10px 0 0; background: none; }/* two-column-left tweaks */ .layout-two-column-left #alpha { width: 200px; } .layout-two-column-left #beta { width: 500px; } .layout-two-column-left #alpha-inner { padding-top: 0; }/* two-column-right tweaks */ .layout-two-column-right #alpha { width: 500px; background: #f0f0f0 url(content-bg.gif) left top repeat-y; } .layout-two-column-right #beta { width: 200px; background: #f0f0f0 url(sidebar-bg.gif) left top repeat-y; } .layout-two-column-right #beta-inner { padding-top: 0; }/* three-column tweaks */ .layout-three-column #alpha { width: 180px; } .layout-three-column #beta { width: 320px; } .layout-three-column #gamma { width: 180px; } .layout-three-column #alpha-inner { padding-top: 0; } .layout-three-column #gamma-inner { padding-top: 0; } .comments-content .commentbg-x { background-color: #FFFACD; border: solid 1px Maroon; padding: 2px 15px; margin-bottom: 1px; font-family: 'trebuchet ms', Verdana, Helvetica, Arial, sans-serif; font-size: smaller; text-align: justify;} .comments-content .commentbg-y { background-color: #FFF5EE; border: solid 1px Maroon; padding: 5px 15px; margin-bottom: 1px; font-family: 'trebuchet ms', Verdana, Helvetica, Arial, sans-serif; font-size: x-small; text-align: justify;} .comments-content .commentbg-z { background-color: #FFFFF0; border: 1px solid Maroon; padding: 5px 15px; margin-bottom: 1px; font-family: 'trebuchet ms', Verdana, Helvetica, Arial, sans-serif; font-size: x-small; text-align: justify;} .comment-footer,{ font-size: small; text-align: right;}
  18. I checked the CSS file. It is correct.Re-uploaded the CSS file with SmartFTP.Then cleared cache in my Firefox.Refreshed the page. No luck.The text still shows as Maroon instead of Blue. I was just looking at my blog on the main page. The text is still maroon.But when I click the Entry header and this takes me to the Individual Entry Archive, the Entry heading is, in fact, BLUE!!! What is stopping the text color from changing in my main page entry heading??
  19. NJC

    Is this CSS code??

    That would be the shading, I presume.How would I get the numbers like in the example?
  20. NJC

    Is this CSS code??

    How do I get my comments under an entry to be shown in a shaded box, creating separation and showing the comment number on the side?Similar to this:Shaded and numbered commentsHope some MT guru can help on this.I have a blog on MT3.2 platform.Thanks.
  21. This is my code from my theme's CSS file. I've made a few changes in this code and all of the changes implement into my blog fine and dandy.Except the font/text color. I use TopStyle Lite for CSS changes and when I preview the code, the preview screen shows the font/text color as Dark Blue, but the web page still shows Maroon.Is something stopping this change implementing? .entry-header{ margin: 5px 15px; padding: 0px 0 0 17px; background: url(entry-header-bg.gif) 0 0.35em no-repeat; font-size: 22px; font-weight: normal; font-family: Pristina; color: #00008B; <<<<<this is the code for dark blue, which doesn't seem to implement}
  22. Nothing seems to work. Don't I just hate it when that happens!!!
  23. Still doesn't work. Would it help if i posted the full css code here?
  24. Tried that. Didnt work either. Maybe I should ask the question:Where is the code to change the background of my entry body? In the event I may have listed the code under the false assumption that I knew exactly where the code is meant to be!!!!
  25. I tried with the hex code, as well as the lower case. Didnt do anything.
×
×
  • Create New...