Connecting Tech Pros Worldwide Help | Site Map

new to perl

Newbie
 
Join Date: Jun 2009
Posts: 1
#1: Jun 17 '09
hi people,

im new to perl and i am tryin to develop a website at the moment..

i am doing ok but i have a question or two and would appreciate it if some one could help me out..

i created a webpage throught html and css...

i then wrote code in perl referring to a script.. and embedded this in the right pane of my html page.. its quiet a long perl script and works well.. but i cant get the design and layout consistent throughout..

i uploaded it to the server and have the following problem..

the first page is perfect design wise, but when i click submit and it goes to the next page, even though the perl script is working.. the layout of the page is completely different.. even though i am referencing the .css in the perl script..

does anyone know what could be wrong? Thanks in advance :)
KevinADC's Avatar
Expert
 
Join Date: Jan 2007
Location: Southern California USA
Posts: 4,091
#2: Jun 17 '09

re: new to perl


Yes, you are not referencing the CSS correctly in the perl script. If the CSS is a seperate style sheet make sure to use the correct path/URI to the style sheet, relative to the location of the perl scripts location, not the location of the html document with the pane (whatever that is).
numberwhun's Avatar
Site Moderator
 
Join Date: May 2007
Location: New Hampshire
Posts: 2,565
#3: Jun 18 '09

re: new to perl


Also, please be sure to provide your code (enclosed in code tags) next time so that we can see what you have been trying.

Regards,

Jeff
Reply


Similar Perl bytes