Notes on life, art, photography and technology, by a Danish dropout bohemian. When you drink the water, remember the river.
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
Ah yes, I was thinking of the Blogger interface, I overlooked tweaking the code.
Post a Comment
2 comments:
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
Ah yes, I was thinking of the Blogger interface, I overlooked tweaking the code.
Post a Comment