i tried to edit the header.php file to link an external style sheet so it's streamlined with the rest of my website. i keep getting this error:
Warning: fopen(./templates/header.php): failed to open stream: Permission denied in /home2/jessica/public_html/guestbook/gba/lib/admin.class.php on line 193
Warning: fwrite(): supplied argument is not a valid stream resource in /home2/jessica/public_html/guestbook/gba/lib/admin.class.php on line 194
Warning: fclose(): supplied argument is not a valid stream resource in /home2/jessica/public_html/guestbook/gba/lib/admin.class.php on line 200
now, i know how to link external style sheets because i've been writing html forever, but when it comes to php i'm a big idiot. can i delete the pre-existing style sheet in the header? i don't want it (i'm a picky bitch). why am i getting this error? argh!