Sunday, December 07, 2008

Unusual sculptures

Unusual sculptures.


(BTW, does anybody know how one loads a picture from the web and have it fit the page? I can only get it to load full size so most of them will overflow the column.)

2 comments:

Unknown said...

Use the height and width properties?

<html>
<head>
<link rel="STYLESHEET" href="t.css" type="text/css"/>
<title></title>
</head>
<body>
<p><img src="http://1.bp.blogspot.com/_yrHR_xt0EN4/STvKKkmJIMI/AAAAAAAADdg/dYZSJvUzFGo/s1600/20-strange-sculptures-pI-carhenge.jpg" height="100px" width="200px" alt='strange car images'/></p>
</body>
</html>


That one twists your cars size.

HTH

Eolake Stobblehouse said...

Ah yes, I was thinking of the Blogger interface, I overlooked tweaking the code.