Hi folks,
I tried and followed a lot of tutorials, but can't find out what I'm doing wrong.
None of the styling methods are working Tried the Styling box below the template content, tried external, tried inline, but nothing.
A simple thing I'd like to achieve is the logo size and position (height 170px and float: right).
This is the inline code
<td valign="top"><a href="{{store url=" "}}" style="color:#1E7EC8;"><img style="height:170px; float:right;" src="{{var logo_url}}" alt="{{var logo_alt}}"></a></td>
I'd love to know how to style templates the easiest way
Thanks in advance!