General area when it fits no where else

Moderator: Mmiscool

User avatar
By forlotto
#49429 That is how it should be...

print "test"

or

wprint "test"

This should return test to the browser...
However, html markup requires opening and closing tags. <center> </center> for example.

Are you stating that in V3 that in order to print test to the browser you need to do the following:

wprint "<test>"

if this is what you are saying you may have found the ghost bug causing the issue.

From my understanding v3 introduced a bug that does not allow the output of background color, tables, css and general webpage styling and coloring to work. However there is an odd thing when you view the source of the page that is created it appears to be the proper source code.

The look of your interface and this customization may not seem important for some but for many it is the basis of separation for everything and without it their program would look like a crapshoot.

It would be excellent to nail this bug! Calling all programmers!!!! on this one anyone with experience at nailing these types of things pleas jump in and run through the code see if you can figure out where things are going south!!!