I know placing all your styles in a CSS file is the best thing to do as it is a lot neater.
But does it REALLY matter if the styles are inline or in a CSS?????
Edit below
My plan is to just place the styles in my MasterPage and all other pages will use the MasterPage….I believe the correct term is not “INLINE” but Embedded???
Using Inline CSS:
element in the page.
transfer to the client.
to change the width to 200px, you
will need to go through all the page
and edit one by one.
inline:
external OR put css classes in the head [embedded styling]:
Based on your edit: that seems not to be inline CSS as in my example above, it is the same idea as using an external file, so if you want to do that go ahead, it is the same.