929fireblade
Programmer
Can anyone help with this.
Normally I will design my perl pages within normal HTML progs like Frontpage and Publisher to get the look right and then copy and paste the html into notepad, make the necessary adjustments to it to create dynamic results tables, change drop down menus etc etc. I then just save it as a .pl file.
Problem is I have upgraded to Publisher 2003 which includes XML. This doesn't just create html files but creates html files, a root folder and XML filelist etc.
To test it, I then just simply copied the html code from a document, pasted it in a text document and used a print qq around it. The page is fomatted completely wrong when it appears on the screen when you run the script. Boxes and pictures don't appear the text is in the wrong place etc.
I can put the script to run in the index_files folder, cgi-bin or wherever to try and get it to format completely but no matter where I run it from the page is still incorrectly formatted...
Can anyone tell me where I am going wrong?
Normally I will design my perl pages within normal HTML progs like Frontpage and Publisher to get the look right and then copy and paste the html into notepad, make the necessary adjustments to it to create dynamic results tables, change drop down menus etc etc. I then just save it as a .pl file.
Problem is I have upgraded to Publisher 2003 which includes XML. This doesn't just create html files but creates html files, a root folder and XML filelist etc.
To test it, I then just simply copied the html code from a document, pasted it in a text document and used a print qq around it. The page is fomatted completely wrong when it appears on the screen when you run the script. Boxes and pictures don't appear the text is in the wrong place etc.
I can put the script to run in the index_files folder, cgi-bin or wherever to try and get it to format completely but no matter where I run it from the page is still incorrectly formatted...
Can anyone tell me where I am going wrong?