I have skimmed through the Llama and Camel and I don't know why this should not work:
#startcode print <<BLOCK1; <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/transitional.dtd"> <html> <head> <title>Geek Shop -- A Web Page</title> <link rel="stylesheet" href="style1.css"> </head> ...blahblahblah... BLOCK1 #endcode Actually the whole thing works fine (hooray, my first CGI) except that it's not finding my style1.css, and before I start messing around with it too much, I thought I'd find out if any of you might throw me a bone. I have also tried: <link rel="stylesheet" href="www.yegolev.com/style1.css"> and I tried putting style1.css in the cgi-bin directory. Thanks for your time! -=GLA=- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]