Stored procedure displays invisible text.
-
Hello there. I have a folder stored procedure that is suppose to create a few folders and when requested display all those folders on the pages its requested on.It works fine but the problem arises when I post the page on the server.The folder names come out invisible, or the font doesn't show.That is the same problem as my forum page.The font shows properly on the local computer's IIS, but when I post the page onto the main server the font changes to invisible. What could be wrong. Help appreciated in advance.
kagiso
-
Hello there. I have a folder stored procedure that is suppose to create a few folders and when requested display all those folders on the pages its requested on.It works fine but the problem arises when I post the page on the server.The folder names come out invisible, or the font doesn't show.That is the same problem as my forum page.The font shows properly on the local computer's IIS, but when I post the page onto the main server the font changes to invisible. What could be wrong. Help appreciated in advance.
kagiso
Check your styles. Obviously you're setting your text to be the same color as the background ?
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Check your styles. Obviously you're setting your text to be the same color as the background ?
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
No sir.I dont think so because, the changes only happen when I post the pages onto the server but on the local host the changes dont happen.Two pages that request the same thing.The color problems only happen when I post the changes on the server but not on the local host. Unless I mis-understood you sir. Thanx in advance.
kagiso
-
No sir.I dont think so because, the changes only happen when I post the pages onto the server but on the local host the changes dont happen.Two pages that request the same thing.The color problems only happen when I post the changes on the server but not on the local host. Unless I mis-understood you sir. Thanx in advance.
kagiso
Then there is something different between the two ( and it's probably a CSS file ). Your pages don't recolor themselves, they do it in response to CSS. If the page looks different from the server, then there's something different about the files on the server, or the server configuration.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Then there is something different between the two ( and it's probably a CSS file ). Your pages don't recolor themselves, they do it in response to CSS. If the page looks different from the server, then there's something different about the files on the server, or the server configuration.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Thank you sir. I will have to change the background color to suit the text color. Thank you very much for you assistance but both the server page and the localhost page are the same for I copied the exact page and pasted it.
kagiso
matjame wrote:
Thank you very much for you assistance but both the server page and the localhost page are the same for I copied the exact page and pasted it.
Reread his post. He wasn't talking about the PAGES. He was talking about the CSS files.
Upcoming FREE developer events: * Developer Day Scotland Recent blog posts: * Different ways to add point data in SQL Server 2008 * Spatial References in SQL Server 2008 My website |