Could anybody give me some basic html code so that if I write a web link it doesn't look like the website address - it can actually say words like 'click here' (which the browser then clicks to go to the appropriate website)? Plus - how can I put a picture in a paragraph of text? So if I'm typing I can have a picture in the middle of the text? Any help much appreciated. Please keep it simple - I know nothing!! Cheers in advance
< html = "www.site here.com">CLICK ME< / html > without the spaces looks like this: <html="www.sitehere.com">CLICK ME</html>
didn't realise there was 2 questions images in text < p> < font size=? face=?> text text text < img src= "LINK TO IMAGE HERE" > text text text < / font> < p > (for new paragraph) minus spaces, again