BrianAThomas
Forum Replies Created
-
Forum: Plugins
In reply to: iG:Syntax Hiliter PluginThank you Rok. Changing the square to decimal did the trick. Since I didn’t want to do it across the board, I did
.syntax_hilite ul {
list-style-type: decimal;
}
to limit it just to the syntaxHilite class.
The numbers are showing as different colors, so either the boxes didn’t show the colors, or were not able to show them well enough. Although I originally thought the whole line had a different background color.Forum: Plugins
In reply to: iG:Syntax Hiliter PluginThank you. Finally a code highlighter that works (well, mostly) in WP 2.x. My only problem at the moment is that line numbers are blocks rather then numbers and I am not seeing the alternate lines in color, despite fancy numbers are turned on.
Example: http://www.brianathomas.com/archives/2006/04/12/programming-my-current-state-of-learning/Forum: Fixing WordPress
In reply to: Validation problem with blockquotesThank you. That worked.
Forum: Fixing WordPress
In reply to: Validation problem with blockquotesI am having this problem as well in version 1.2.1.
It looks like it doesn’t end the paragraph tag before it starts the blockuote, and then ends the paragraph tag at the end of the blockquote without starting one inside it. It seems okay after that, it starts a new paragraph tag and ends it properly.
Which file needs fixed in version 1.2.1, and what needs done to it?
Thank you.
-Brian