PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, July 26, 2022

[FIXED] How to link css files to work correctly with wamp server?

 July 26, 2022     css, dreamweaver, php     No comments   

Issue

I have this line in the head of a php.page

<link href="css/header.css" rel="stylesheet" type="text/css" />

LiveView in dw - shows everything formated well (css works)
f12 (using wamp) - also works well.
Now, I changed some line in header.css (for example cell padding) - then File - Save All
Live View still works - shows the changes correctly
But f12 (wamp) does not show the changes.
If I move header.css file from css folder to the root folder (and change the link) - wamp works well
But I want to have my css files in css folder, not in the root folder. What is the solution, please?


Solution

Clear your browser cache. That should fix the issue. You can do it automatically if you use ctrl+F5 in your browser.



Answered By - gilles emmanuel
Answer Checked By - Mary Flores (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing