|
|
NEW FEATURES: -Cursor changes to hand to indicate clickable areas -Text inside containers is word wrapped -Selected text can be DEselected (by clicking it) without collapsing a container -Displays entire opening tag in titletip when mouse hovers over container. This enables view of opening tag/attributes from any hot area of a container. This is especially useful when navigating a deeply nested page structure.
VSC for older Firefox versions:
Firefox 3.5.*Download View Source Chart 2.7 |
What Is Source Charting?
|
||
![]() View Source Chart source view ![]() Default Browser source view |
||
|
|
Zoomed Out View Handy Keyboard Shortcuts for use with View Source ChartCtrl + - Allows Zooming OUT of HTML Chart by decreasing text size. Ctrl + + Allows Zooming IN of HTML Chart by increasing text size. Ctrl + 0 (zero) Changes text size back to normal. Ctrl + F Employs the find functionality. Alternatively, you may use Firefox's Find-As-You-Type functionality (specified in Options). Ctrl + W Closes window. Ctrl + S Saves the chart to your hard drive. |
Q How do I use View Source Chart?
A Right click on a web page and select "View Source Chart" from the context menu. To Use Collapse/Expand Feature:
Q Why does View Source Chart change my XHTML tags to HTML tags?
A It doesn't. The browser is making these changes, VSC merely displays what the browser has done with your code. Most common: self closing tags lose their closing slash (/). See this article on Rendered Source for more information.
Features Include:
-Collapsible Containers -Ability to select text without collapsing a container -Extraneous whitespace removed -Scroll-into-view collapsibility -Ability to edit styles using Web Developer extension |