Hi All,
Is there any advantage of using CSS rather than in-line styles for formatting a web application?
Thanks
Robert
Hi,
By keeping the CSS file you can maintain formetting seperately from the content of the Wevb pages, easy to make changes and above all you can maintain the consistency through out your applications.
Hope it helps!!