- From: Sheetal Zada <k0104002@kingston.ac.uk>
- Date: Thu, 19 Dec 2002 09:48:19 -0500 (EST)
- To: www-validator-css@w3.org
- Message-ID: <3E01DC05.733.8AB6DD@localhost>
i would like to add css in this file but having problem to do that. i need to replace the image height and width attribute with css. i hope you can help me.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <title>Figby Industries, Inc.</title> </head> <body> <img src="logo.gif" alt="FIGBY INDUSTRIES inc" align="middle" width="486" height="180" border="0"/> <br/> <h1>Welcome to Figby Industries!</h1> <p>Welcome! This is the home page of Figby Industries, your source for all sorts of imaginary products. Follow the links below to learn more about our company and our products.</p> <table border="1" align="center"> <tr> <td width="20%"><a href="products.html"><b>Products</b></a></td> <td width="20%"><a href="service.html"><b>Service</b></a></td> <td width="20%"><a href="staff.html"><b>Staff</b></a></td> <td width="20%"><a href="jobs.html"><b>Employment</b></a></td> </tr> </table> <p>Any truly legitimate company would have much more text in this part of the page than we have.</p> <p align="right"> <p> <a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a> </p> </p> </body> </html>
Received on Monday, 20 January 2003 18:20:15 UTC