PDA

View Full Version : goofed up home page


HarlanBear
Jun-17-2008, 08:16 PM
I was trying to change the main image that appears on my home page and goofed it up. It's one image taken from my gallery and this is the code I currently have in the Bio area:

<html>
<div id="myhomepagepic"><CENTER><img http://mburkey.smugmug.com/photos/315190960_QkD2j-M.jpg>
</div>
</html>

Somehow I missed certain parts. Please help :scratch

And here's my home page:

http://mburkey.smugmug.com/

Thank you for any help.

HarlanBear
Jun-17-2008, 09:01 PM
Never mind. Thanks to previous entries from Andy, I found the solution and the correct coding.

But thanks to all who took a look and thought about it.

photobrando
Jun-25-2008, 03:39 PM
For future searchers who have the same problem, why not post the code in this thread? When it comes to all this CSS/Java/HTML stuff, the more references the better, IMO.

EDIT: Code is here and goes in Bio box:
<div id="myhomepagepic"><CENTER><img src=http://****url from picture share option****.jpg>
</div>