free hit counters
If you are using Internet Explorer as your browser please be running at least IE 7 or above. This site does not support IE 6 or below. Go here for the latest free version including easy download and installation instructions If you want to make it real easy on yourself, download Firefox , the most popular browser in the world. It's free and simple. You'll be so glad you did.
Jan
23
2009

Remove the sidebar line

52

If  you want to simply change the color of this line, check out this tutorial. This line is actually a background image set in the #content_box. To remove it completely go to your custom.css and add this…

.custom #content_box { background: none ; }

Leaving a comment with code in it...

If you would like to leave a comment and you have examples of code you want to show, you must "escape the code". This allows the entire code to show correctly by inserting certain variable around certain tags to make them show. If you don't "escape the code" your code will show up broken, mangled, and it won't be able to be seen correctly. "Escaping the code" is very simple...

  1. Copy your code you want to show
  2. Click here to go to the site to escape the code
  3. Follow the directions, it's so easy
  4. Once you have the escaped code copied, paste it in the comments area where you want
  5. Now you can enjoy life


Go ahead, leave a comment...

{ 2 comments… read them below or add one }

anne May 23, 2009 at 8:06 pm

Hello-
I am trying, with little luck, to remove the code that puts “Comments on this entry are closed” under each of my posts. I have disabled comments but still get this message. I am trying to remove the following code using custom_functions.php

{
Comments on this entry are closed
}

but have not had any success with the different ways i have tried.
thanks for any help you can offer! Anne

Reply

Nasty May 28, 2009 at 12:52 pm

Add this in your custom_css file…

.custom .comments_closed p {display: none;}

Reply

Leave a Comment

Previous post: Make a static homepage

Next post: Show the number of post counts