Passing this along in case it helps anyone else: Nick Fox from the google roots group provided the information on how to fix the missing images. In part.
"
Nick Fox nick@foxaii.com via googlegroups.com
5:30 PM (27 minutes ago)
to roots-theme
Put the images into /assets/img within the theme folder. You can then link to them like so:
Code:
<img class="pull-left" src="/assets/img/coreLogo100x100px.png"/>
Applying this to your other thread:
Code:
.content .row{
background-image: url('/assets/imgmainOilTnkr.png');
}
"
the fist part worked, when it came to placing the image on page. The flip side is that the same code doesn't work on the sandbox. And the background image is still not displaying.
Bookmarks