Hello all,
Seemed to have sorted it by following the tut on the following website:
http://www.wpwebhost.com/five-awesome-functions-php-tricks-in-wordpress
Hope this helps others.
Regards.
Although it is slightly sporadic, remove the
part and it disapears on page refresh, put it back in, refresh the page, it works, create another div style in the CSS witout an
Could this some sort of weird browser caching problem or a MAMP (I’m running wordpress locally on a MAC) problem?
Hi
Thanks for the link.
Should do what is required, thanks for the help.
That should be:
#faqs {
float: left;
width: 200px;
height: 200px;
background-color: #ccc;
}
The code is correct as I have checked it through Dreamweaver.
Regards.