This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by Jared Yoder
over 10 years

Stuck on <a href> code

Any suggestions on what’s wrong with my picture and picture link here? Thanks, Jared Must earn more badges and level up! :)

<!DOCTYPE html>
<html>
    <head>
        <title></title>
    </head>
    <body>
        <img src=http://www.orrville.lib.oh.us/sites/default/files/images/dig.jpg />
        <a href=http://www.orrville.lib.oh.us/><img src=http://www.orrville.lib.oh.us/sites/default/files/images/dig.jpg /></a>
        
        
        
    </body>
</html>

Answer 51eebc46282ae3e3c9000ae3

0 votes

Permalink

Try putting your URLs in quotation marks:

e.g. href=”http://www.orrville.lib.oh.us/

Same for the src attributes in your img tags.

points
Submitted by Larry Mac
over 10 years