Connecting Tech Pros Worldwide Help | Site Map

new to perl

  #1  
Old June 17th, 2009, 08:58 PM
Newbie
 
Join Date: Jun 2009
Posts: 1
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 :)
  #2  
Old June 17th, 2009, 09:13 PM
KevinADC's Avatar
Expert
 
Join Date: Jan 2007
Location: Southern California USA
Posts: 4,097

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).
  #3  
Old June 18th, 2009, 03:12 AM
numberwhun's Avatar
Site Moderator
 
Join Date: May 2007
Location: New Hampshire
Posts: 2,543

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 Threads
Thread Thread Starter Forum Replies Last Post
New to Perl and File IO kimgiathanh answers 1 September 5th, 2007 03:01 PM
Need help new to perl code!!!! gooop answers 8 December 4th, 2006 01:37 PM
Brand New to Perl noone answers 2 July 19th, 2005 05:38 AM
new to perl nikhil w answers 2 July 19th, 2005 05:36 AM