J
Jacob F
- Original Poster
- #1
Hi, need some technical advice. I'm trying to edit the size of some images/design features on my website as put simply they're too large and take too long to load. Normally I'm quite happy in doing so if its a simple case of editing a php file in the root folder with the appropiate dimensions. However, I'm now trying to edit something which is consistent through the website and therefore its properties are determined through the style sheet which is referenced in the original php file by:
<link href="css/style.css" rel="stylesheet" type="text/css" />
I assume this is where the browser accesses the basic style of the pages etc. (forgive me if this is incorrect as I'm not well versed in this sort of stuff). So I thought it would be a simple case of just accessing this file (again in the root folder) and making the adjustment as before but the problem is as I edit the particular designs/images and save the changes it has no effect, everything just stays the same! I really don' t understand where I'm going wrong? Can you not edit a style sheet?
If anyone requires more information to help me as I don't know if I've given enough to go off, I'll oblige.
Thanks in advance
<link href="css/style.css" rel="stylesheet" type="text/css" />
I assume this is where the browser accesses the basic style of the pages etc. (forgive me if this is incorrect as I'm not well versed in this sort of stuff). So I thought it would be a simple case of just accessing this file (again in the root folder) and making the adjustment as before but the problem is as I edit the particular designs/images and save the changes it has no effect, everything just stays the same! I really don' t understand where I'm going wrong? Can you not edit a style sheet?
If anyone requires more information to help me as I don't know if I've given enough to go off, I'll oblige.
Thanks in advance