PDA

View Full Version : Display image in Bio text are


Mac Write
Nov-08-2006, 07:40 PM
I want to display an image just on my homepage and when I do <img src="URL"/> it's not displaying. My HTML seems fine so what am I missing?

http://macwrite.smugmug.com

Andy
Nov-08-2006, 07:55 PM
<html>
<img src="/photos/109053104-M.jpg">
<h2 align="center">Photos by Trevor Harrison</h2>
</html>

You were missing the red.

Mac Write
Nov-08-2006, 08:02 PM
<html>
<img src="/photos/109053104-M.jpg">
<h2 align="center">Photos by Trevor Harrison</h2>
</html>

You were missing the red.
Thanks Andy I take it you guys have version rollback ability.

Andy
Nov-08-2006, 08:09 PM
Thanks Andy I take it you guys have version rollback ability.
I'm not sure I understand?

Mac Write
Nov-08-2006, 08:15 PM
I'm not sure I understand?
I thought I had removed the <html></html> tags. :D
Just realized I didn't.