OK, I think after a week and a half of this trying to determine how much of an idiot I am and how little I know about paths can someone help me fix my installed copy of WeBuilder. It is obviously corruped. I cannot render a simple PHP script in the FireFox viewer in WeBuilder using the internal web server. The same file renders fine in IE. It also renders fine in FireFox and IE when I uploaded the file to a web site.
I have uninstalled WeBuilder, reinstalled version 9.9.0.101 all to no avail. There has to be some other connection to FireFox, or configuration that needs to be deleted and reinstalled and/or parameters changed but I do not know what they may be and Gatis (who I believe is a programmer of WeBuilder along with Karlis) will not acknowledge or offer help with the problem. His only comment was
2) For built-in preview inside WeBuilder, it is also possible that some minor differences are caused because of the preview-rendering component we are using for Firefox. This component is slightly outdated, and does not produce 100% similar result of what you would see in real Firefox web browser. To test this, please try external preview for IE and also Firefox.
but here is the simplest code that still does not render in FireFox in WeBuilder test.php:
Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<link href="assets/test.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<?php
echo ('Hello, World')
?>
<h2>"Isn't life just grand?"</h2>
</body>
</html>
Now here is the test.css:
Code: Select all
/* CSS Document */
body {
margin: 0;
padding: 0;
color: #333;
text-align: center;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}
h1, h2 {
margin: 0 0 10px 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 140%;
color: #036;
}
To me this should be working in WeBuilder and rendering in FireFox as well as IE. If it is not then my installed WeBuilder is corrupted and since I have uninstalled and reinstalled, there is more to fixing the problem.
Can someone please help.
Thanks and Merry Christmas to all.