I have been attempting to use the <pre> tag to simply copy and paste information into Wordpress but the result has been that it doesn't accept all the whitespace as being whitespace. Anyway I installed WP-Syntax plugin and attempted to insert some code and it...
I have embedded my Squirrelmail login into the front of my wordpress blog by putting into the header.php the following function The default squirrelmail code uses the format document.forms[0]. this causes the code to see the first form on the page which may not be...
This appeared in my Apache logs this morning: //wp-content/plugins/mygallery/myfunctions ... rm%20-rf%20kk*?: 1 Time(s) Looking back through the logs the full request was: //wp-content/plugins/mygallery/myfunctions/mygallerybrowser.php?myPath=...
On the recent posts menu I have a title: squirrelmail /usr/games/fortune is not found. Internet Explorer 7 somehow mis interpreted the forward slashes as HTML entities and I had a gap between the previous title and the "squirrelmail /usr/games/fortune is not found."...
The font size for the <code> </code> tags was tiny using sumanasa.com's template so I did the following to improve the display. This was for firefox I don't know if it was bad in ie. Open style.css and add code { font-size: 9pt; }
Problem: Disabling comments causes right sidebar to start below left content section and to lose formatting Cause: comments-nice-bg and comments-nice divs are repeated cause the close tags to be in the wrong spot Resolution: Firstly make sure that your...