I'm making a web page. Yay.
I can get the background to display correctly if I use a web based URL. But if I use a local URI or any kind it doesn't work. Is there a special trick/tag?
<style type="text/css">
body
{
background: #fbfbfb;}
body {background-image:url('http://imagegoeshere.com/pic.jpg');}
</style>
It is in local, but for some reason it just will not work. It only works with an external host.
I can get the background to display correctly if I use a web based URL. But if I use a local URI or any kind it doesn't work. Is there a special trick/tag?
<style type="text/css">
body
{
background: #fbfbfb;}
body {background-image:url('http://imagegoeshere.com/pic.jpg');}
</style>
It is in local, but for some reason it just will not work. It only works with an external host.