Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • mikeyherbert

    (@mikeyherbert)

    You 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;
    }

    Thread Starter mikeyherbert

    (@mikeyherbert)

    Otto, 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.

    Thread Starter mikeyherbert

    (@mikeyherbert)

    Hi 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.

    Thread Starter mikeyherbert

    (@mikeyherbert)

    Hi 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.

Viewing 4 replies - 1 through 4 (of 4 total)