Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
External JS and CSS Files
#13
Hi, Alexandre

Thank you very much for your detailed explanation.

But there is one thing that I still have doubts about specifying the path of the tag that is displayed about the image. Let me give you two examples:


1. img tag :

Code:
<img src="../images/img1.png" />




2. image in css style tag

Code:
<style>
  .myBg {
      background: url(../images/background/bg1.jpg) no-repeat center;
  }
</style>


Both of these may be declared within html or css or js files.
for the right way and coverage in all cases
How should I specify these paths?



Thank you
Reply


Messages In This Thread
External JS and CSS Files - by baxing - 04-01-2023, 04:51 PM
RE: External JS and CSS Files - by baxing - 04-03-2023, 06:11 AM
RE: External JS and CSS Files - by brsoft - 04-04-2023, 07:12 AM
RE: External JS and CSS Files - by baxing - 04-04-2023, 09:29 AM
RE: External JS and CSS Files - by brsoft - 04-05-2023, 06:59 AM
RE: External JS and CSS Files - by baxing - 04-07-2023, 05:08 AM
RE: External JS and CSS Files - by baxing - 04-08-2023, 07:09 AM
RE: External JS and CSS Files - by baxing - 04-10-2023, 03:54 AM
RE: External JS and CSS Files - by baxing - 04-10-2023, 07:17 AM
RE: External JS and CSS Files - by baxing - 04-25-2023, 05:22 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)