Fri Feb 17, 2012 4:29 pm
<html>
<head>
<title>Fixed image size</title>
<style rel='stylesheet' type='text/css'>
img.fixedSize {
width: 500px;
height: 500px;
border: 2px dashed red;
margin: 2px;
}
</style>
</head>
<body>
<center>
<p>
Fixed image size example.
</p>
<img src='site_logo.gif' class='fixedSize' />
</center>
</body>
</html>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.