Tag: Web Design Hints and Tips
Sep 29th by Neil under Hints and Tips, Tutorials, Web Design, Wordpress
I realise this is a very simple thing to achieve in WordPress and has probably been written about a thousand times, however I thought about what a great tool it is in WordPress’s arsenal and surprisingly not used on too many sites Ive seen.
Aside from being able to use page templates to create different page designs they are very useful when using WordPress plugins such as NextGen Gallery and SimplePress Forum.
These two plugins benefit greatly from using a full width page template i.e. no sidebar. So I will not go into the full intricacies of page templates and …
Jul 23rd by Neil under Hints and Tips, Web Design
Just a little web design hint for your enjoyment.
If you have forms on your website you know how annoying it is that IE renders password boxes smaller than normal text boxes. Well there is a quick and easy CSS fix:
input{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
Obviously you can change the family and size to suit your site.…

