Reputation: 681
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]
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.
Upvotes: 0
Views: 99
Reputation: 152
<link rel="stylesheet" href="http://www.thesite.com/style.css" type="text/css" />
Upvotes: 1