Sunday 15 June 2014

Image not fitting in cell, the pic is split into 3 or more parts I39m providing my code

Posted by Саша 01:09, under | No comments


Image not fitting in <td> cell, the pic is split into 3 or more parts?? I'm providing my code? Image not fitting in <td> cell, the pic is split into 3 or more parts?? I'm providing my code?

<html>
<head>
<script>
function autoSize(i)
{
(i.width/i.parentNode.width) > (i.height/i.parentNode.height) ?
i.style.width = "100%" :
i.style.height = "100%"
};
</script>
<style>
table{ table-layout:fixed; overflow:hidden }
td{ overflow:hidden; padding:0 }
</style>
<head>
<title> Today </title>
</head>
<body alink=red vlink="brown" link=blue >
<table size=4 border=0 align=center cellpadding=12 cellspacing=1 >
<tr> <td background="Images/full.jpg" onload="autoSize(this)">
<font color="Red">
<table size=4 border=0 align=center cellpadding=12 cellspacing=1 >
<TR align="top"> <td valign="top" width="600" color="red">
<font size=8 color="Blue">About NASA</font><br>
NASA's vision: To reach for new heights and reveal the unknown so that what we do and learn will benefit all humankind.<br>

To do that, thousands of people have been working around the world -- and off of it -- for 50 years, trying to answer some basic questions. <br>What's out there in space? How do we get there? What will we find? What can we learn there, or learn just by trying to get there, that will make life better here on Earth?<br>
</td>
<td valign="top" width="220> <img src="images/PSLV.jpg" height=80% width=50%> </td>
<td valign="top" width="600" color="red">
<font size=8 color="Blue">About ISRO</font><br>
Space activities in the country started during early 1960s with the scientific investigation.width="120

of upper atmosphere and ionosphere over the magnetic equator that passes over Thumba near Thiruvananthapuram using small sounding rockets Realising the immense potential of space technology for national development, Dr. Vikram Sarabhai, the visionary leader envisioned that this powerful technology could play a meaningful role in national development and solving the problems of common man.<br>
Thumba Equatorial Rocket Launching Station (TERLS), a few meters from the coastline,
St Mary Magdalene Church

Thus, Indian Space programme born in the church beginning, space activities in the country, concentrated on achieving self reliance and developing capability to build and launch communication satellites for television broadcast, telecommunications and meteorological applications; remote sensing satellites for management of natural resources.<br>
</font></td></tr>
</table>
</body>
</html>














0 коммент.:

Post a Comment