Is it possible to set the src attribute value in CSS? At present, what I am doing is:
src
Some data I would leave in HTML, but it is better to define the src in CSS:
.logo { content:url('../images/logo.png'); }