Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS Build a Responsive Website Responsive Design Vector Graphics (SVG)

Jason Mc Dermott
Jason Mc Dermott
11,496 Points

Having trouble with the SVG

Hi I'm having difficulty with the SVG I was following along ok and opened the SVG in the coder I'm using Coda 2, deleted the dimensions as instructed, saved it again, refreshed in chrome and there's just a space where the logo should be.

here is my code

                <div class="container clearfix">
        <div id="logo" class="grid_4">
        <object data="images/logo.svg" type="image/svg+xml" class="chart">
        <a href="images/logo.svg">
            <!--[if lte IE 8]-->
            <img src="images/logo.gif" alt="Smells Like Bakin">
            <!--[endif]-->
        </a>
        </object>
                </div>
                          ```