Forum Moderators: not2easy
i am not a graphic designer but i am trying to create some small banner adverts (234x60) using paint shop pro.
the banner advert is just a plain colored background with 3 lines of text on it. i have tried all sorts of fonts, bold/not bold, but whatever i try the text looks sort of wrinkled and uneven.
could anyone give me a few tips because it is driving me crazy. i can sticky you a url with an example if it would help.
thanks in advance!
Anti-aliasing smoothes out jagged edges between solid colours. It tends to add a bit to the file size, so anti-aliasing with fewer colours will have less of an impact on the image size.
There is a nice explaination here [widearea.co.uk].
If you want to sticky me the example, feel free to do so.
When it comes to text it is of 3 types: Strong, Smooth or Crisp. Play around with the three until you get a look you like.
However, the html code is giving the image a 212x60 size, but this image is, in fact, 234x60 in dimension. So, the browser is squeezing the image down horizontally to fit into the space allocated to it, and therefore the font is looking compressed.
<img border="1" src="../images/xxxxx-xxxx-agency.jpg"...>
I'd bet that changing the image dimensions in the html code will fix the problem.
Let me know if this does the trick!