03-12-2008, 06:54 PM
|
#14 (permalink)
|
|
The Acquainted
Join Date: Nov 2007
Posts: 154
Thanks: 31
|
Quote:
Originally Posted by Alan @ CIT
Can you paste the block of text that has your [code][/code] tags in?
Also, are the PHP/SQL blocks displaying ok?
|
No, the SQL / CODE / PHP blocks to not display properly. When the page is loaded in the browser, I get something to the effects of
Quote:
[SQL]
SELECT
SomeColumn
, (
SELECT COUNT(*) FROM OtherTable
WHERE OtherTable.FK = ThisTable.PK
) AS OTCountValue
FROM ThisTable
ORDER BY SomeColumn
[/SQL]
|
CODE tags do the same, and PHP tags don't display anything. A look at the HTML source reveals what appears to be a properly formatted HTML document with breaks and a DIV container for the entire block of code. The HTML source also shows the PHP code within the tags as if it were a comment; it's there in the source, but it's italicized.
I've also used the bbtag buttons vs. typing the bbtags in by hand, no difference.
Also, doesn't matter whether I save the file first or not.
I've tested this on my laptop running Vista Home Premium && Firefox, and just now on XP Pro with the same version of Firefox. May be something to do with having FF as the default browser? Or the version of .NET installed on these machines? I do have Visual C++ 2008 on both machines, if that makes a difference.
Thanks Alan.
__________________
I reject your reality, and substitute my own.
|
|
|
|