> >I should see this. > ><!-- This should be ignored --> > > ><!-- This should be ignored too. > --> > >I should see this too. > > I thought that text withint the <!-- --> tags should be ignored by the > browser and not shown at all. If I don't make the tag change, the wxHtml > window shows the text (which includes lots of elements explode doesn't > handle).
I agree, the stuff between <!-- --> should never be displayed by the wxHtmlWindowr. Tags inside the <!-- ---> should also not have any effect. I am just having trouble isolating a case of it not working correctly. What is an example of a line of HTML that makes text appear when it should not? Example one HTML; I should see this. <!-- This should be ignored --> <!-- This should be ignored too. --> I should see this too. Example one output, correctly shown in the wxHtmlWindow: I should see this. I should see this too. Example two HTML: <!--<h2>---> Normal size <!--</h2>--> Example two output, correctly shown in the wxHtmlWindow: Normal size Best wishes, Robert _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
