Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: James Rivera   on Jul 31 In Java Category.

  
Question Answered By: Faiza Mian   on Jul 31

It is likely that you have left some tags without its
matching pair to start/end it. There was some text (maybe
blank) in between these, which is getting displayed.

mostly, it happens if you remove some part by global
replacement. Suppose you had some <Font ...>x</FONT> pair
and you removed <Font ...> part by global replacement, thus
x</font> got left there, and all these x are getting displayed.

It is more likely that such a part is left in some <table>
lines, so that it does not fit and html engine is pushing it up.

Do share the info about causes when you resolve it.

Share: 

 

This Question has 28 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Why we declare the constructor private? Or get search suggestion and latest updates.


Tagged: