mikeyherbert
Forum Replies Created
-
Forum: Themes and Templates
In reply to: help with changing font, tried style.cssYou possibly had the same problem as me, if you want to change the font size of the posts at least. These are controlled by the p declaration rather than body.
Think I’d add something like this to your style sheet to see if it solves the problem:
p{ font-family: Arial, Sans-Serif; font-size: 14px; font-weight: normal; }Forum: Themes and Templates
In reply to: WordPress and JavascriptOtto, sorry bout that, was half asleep when I was looking yesterday so didn’t realise what you were saying properly. I didn’t know that about relative paths, but now that you’ve said it I can see that it makes sense.
Still can’t get either of the scripts to work so I’ve taken that one out completely – I’ll get the important one sorted and then worry about the one just for aesthetics!
Once again, thank you.
Forum: Themes and Templates
In reply to: WordPress and JavascriptHi Samboll,
Sorry, I didn’t see your post before. I used Notepad for editting rather than changing the CHMOD and using the editor.
The validator turned up a couple of things I don’t really understand but will look into. I’ll assume the javascript itself is correct, seeing as I know nothing about it!
Don’t know if you looked at the validator results but 10 and 22 look like the ones I need to look at a bit harder.
Thanks for your help.
Forum: Themes and Templates
In reply to: WordPress and JavascriptHi Otto,
Thanks for your reply. I’ve followed your suggestion but to no avail. I did actually upload the js file to the themes directory so the relative path shouldn’t have been too much of a problem.
Just incase it was a problem of using two javascripts, I’ve taken the image change one out but it still doesn’t include my text box.
I’m wondering if it could be a simple positioning problem cause when you “View Source” all the blog is there.
Once again, thanks for your help and if you have any other suggestions…
Thanks.