06-14-2010, 11:48 AM
[eluser]GamingFusion[/eluser]
ok im creating the template for my website.
I have a template folder in the views folder called SocialCrab.
in there i have a index.php file, a style.css file, and an images folder that contains the logo image.
I cant reference either the stylesheet or the logo image are these urls wrong
and
neither files will load in the browser
ok im creating the template for my website.
I have a template folder in the views folder called SocialCrab.
in there i have a index.php file, a style.css file, and an images folder that contains the logo image.
I cant reference either the stylesheet or the logo image are these urls wrong
Code:
<link rel="stylesheet" type="text/css" href="style.css" />
and
Code:
<a href="#"><img src="images/logo.png" alt="logo" border="0"/></a>
neither files will load in the browser