Scott Posted March 24, 2012 Report Posted March 24, 2012 Hello all!! It's been a while since I've been on here but it's great to be back!! I was trying to using an HTML template I found on the internet as a skin but when I paste the HTML in the layout.tpl and placed in all the code from the documentation section I get all the writing etc... but I think the style sheet isn't being imported or read for some reason! All the other skins done by other people work, so I am not too sure why this is happening... I will paste the code I use to import the CSS into my layout.tpl <link rel="stylesheet" media="all" type="text/css" href="<?php echo SITE_URL?>/lib/skins/virtual/styles.css" /> Any help would be great!! Kind regards Scott Quote
Moderators Kyle Posted March 24, 2012 Moderators Report Posted March 24, 2012 Hello all!! It's been a while since I've been on here but it's great to be back!! I was trying to using an HTML template I found on the internet as a skin but when I paste the HTML in the layout.tpl and placed in all the code from the documentation section I get all the writing etc... but I think the style sheet isn't being imported or read for some reason! All the other skins done by other people work, so I am not too sure why this is happening... I will paste the code I use to import the CSS into my layout.tpl <link rel="stylesheet" media="all" type="text/css" href="<?php echo SITE_URL?>/lib/skins/virtual/styles.css" /> Any help would be great!! Kind regards Scott Do you have the styles.css in the skin "virtual" folder? Quote
Scott Posted March 24, 2012 Author Report Posted March 24, 2012 Do you have the styles.css in the skin "virtual" folder? Yeah I sure do! Quote
Scott Posted March 24, 2012 Author Report Posted March 24, 2012 Do you have the styles.css in the skin "virtual" folder? I believe I have solved it now...I'll try it out and let you know my findings! Quote
twelka3 Posted March 24, 2012 Report Posted March 24, 2012 make sure the css is linked up properly if you havent checked that. Quote
Scott Posted March 25, 2012 Author Report Posted March 25, 2012 Yup all is working fine now, it must of been something to do with the link or something! Anyway SOLVED!! Thanks for your help! Scott Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.