Header Image

kokobolle / 2011-05-13 05:33:16   

I've followed the advice on the forum about how to insert your own image in the pre nav.

It's just not working for me. I've tried absolute and relative paths.

I've installed Coda to try and do it locally, but I can't install a PHP sever on my computer and so have no idea how to preview a PHP file in a browser so I am working blind.

Really struggling to see what I am doing.

http://suziewebb.co.uk/indexhibitv070e/

Any help greatly appre4ciated.

pernin / 2011-05-13 06:21:02   

it may be a problem with the width declaration: what should be a " is a '= and you need a space between width and height declarations (and delete the space between " and 214).

img src="http://www.suziewebb.co.uk/images/ActualHumanScale.jpg width=" 214'="" height="277"

cheers

kokobolle / 2011-05-13 06:52:50   

Wow thanks Pernin, I'm off to try that right now.

blameme / 2011-05-13 06:53:19   

yea you need to check your code, it has to go like:

tag="value" tag="value" tag="value"

see the difference in your code?

kokobolle / 2011-05-13 07:06:37   

Yes I see, so I set it up as tag="value"

So this is what I have pasted in the pre nav

kokobolle / 2011-05-13 07:09:42   

Yes I see, so I set it up as tag="value" and amended it.
Can you see what code I've got on my Indexhibit?

http://suziewebb.co.uk/indexhibitv070e/

Obviously I'm doing it wrong.

blameme / 2011-05-13 07:18:27   

merry friday:

  1. <a href="suziewebb.co.uk/indexhibitv070e/"><img src="http://www.suziewebb.co.uk/images/ActualHumanScale.jpg" width="214" height="277" /></a>
kokobolle / 2011-05-13 07:57:14   

WOOP WOOP thanks blameme

I can't say that I learnt anything about HTML but I did learn that other people are better than me :)

thanks

This thread has been closed, thank you.