Webpage is using inline CSS styles example:
<!--this HTML code with inline CSS rule:-->
<p style="color:red; font-size: 12px">some text here</p>
How to achieve shown below example by tweaking wwb settings
<p>some text here</p>
<!--and the rule added into your CSS file:-->
p{color:red; font-size: 12px}
Inline CSS Test
- wwonderfull
-
- Posts: 1566
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: Inline CSS Test
I'm not at my computer, so trying this from memory:
Go to Tools --> Options --> HTML and check the box to 'Optimize/move inline styles to external style sheet'.
Go to Tools --> Options --> HTML and check the box to 'Optimize/move inline styles to external style sheet'.
- wwonderfull
-
- Posts: 1566
- Joined: Fri Aug 21, 2020 8:27 am
- Contact: