Copy link to clipboard
Copied
Does anyone know of an app I can put on my iPhone or Android phone so I can see the CSS of a page which is loaded n the phone? I have looked at several apps which purport to display source but the only source they ever seem to show is just the HTML.
many thanks in advance
David
Browsing directly to the .css file (ie: yoursite.com/yourpages/yourstyles.css) should do the trick.
Copy link to clipboard
Copied
In the HTML source code, there should be a link to the CSS files. Click on that link and you should see the content.
Copy link to clipboard
Copied
Browsing directly to the .css file (ie: yoursite.com/yourpages/yourstyles.css) should do the trick.
Copy link to clipboard
Copied
thanks Ben, that works ok on Desktop but not on my iphone, and thanks too to Jon, it never occurred to me to just download it!