Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Chrome Web Tools

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #41826
    kloy
    Member

    Is there a tool for Google Chrome that allows developers to see where divs are etc…

    #120387
    Paulie_D
    Member

    If you mean like outlining them on a page, then I’m not aware of anything like that.

    Most of us just use Chrome Developer Tools (F12) and view the source. When you ‘hover’ over the code it shows you where the element is and gives you the relevant information.

    #120388
    chrisburton
    Participant

    You mean Developer Tools that’s built in?

    #120495
    Andy Howells
    Participant

    If you’re developing a site and just want to outline everything, just add;

    * { outline: 1px solid red; }

    To your CSS. Job done.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Other’ is closed to new topics and replies.