Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HTML Encoding Problem

Status
Not open for further replies.

Praspai

Programmer
Oct 1, 2002
2
GB
I am facing a problem in HTML encoding. We r developing one site which should have multi language support. For that reason we r saving the files in the UTF-8 format.

All of our files are saved in UTF-8 format.

We r having one JSP include file at the top of each page.
Because of the file format after including the file in page a white strip is coming at the top of each page.
If we save the file in ANSI format (Normal format) the white strip is not coming in the file. Same is case with the all other include file.

Will u just able to help me ...

Thanx in advance.

Pras....
 
Without seeing any of your code (something you should always supply here), my guess is that you've got a line feed or carriage return in your HTML code before and/or after the section in your code that calls your JSP file.

More help would be available if you could make it easier to help you by supplying a portion of your code or even a sample. There's always a better way...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top