the banner was simple,
width="100%" />
the height of every seperate link image is 35, but the width of each one is different.
basically im asking is there a way, without figuring the ratio of every seperate image to the whole, to make all 5 = 100%
i realize my code may be sloppy, im still very new to this.
this is the 5 right now
<body> <a href="Index.html"><img src="home.png" width="101" height="35" /></a> <img src="portfolio.png" width="200" height="35" /> <img src="servoces.png" width="199" height="35" /> <img src="about.png" width="170" height="35" /> <img src="contact.png" width="165" height="35" /> </body>

New Topic/Question
Reply


MultiQuote



|