0

How should i refernce the image in the image folder to the style.css in remote host. where the folder will have a dynamic URL.

Folder Structure:

Gillete_Ad [Folder]

  • index.html
  • images
  • Style.css from www.xyz.com/style.css

I am working on creating a ad. where the style.css is used from a different host.I have a ad unit folder which contains index.html and image folder which will be zipped and uploaded to our ad server to create a ad tag.

1 Answer 1

1
<link rel="stylesheet" href="http://www.thesite.com/style.css" type="text/css" />
Sign up to request clarification or add additional context in comments.

1 Comment

I think you didn't get my question.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.