Hey guys,
I have another question.
I was working on a layout but I didn't know how to make links in css
"chef" , "contacts" i wanted those 4 to be links to other pages.
www.houseofpizza.biz/test
here's the empty layout
www.houseofpizza.biz/test/top.jpg
And here's my code:
<html>
<head>
<title>
House Of Pizza Restaurant
</title>
<link rel="StyleSheet" href="style.css" type="text/css">
</head>
<body bgcolor="#ffffff">
<center>
<div id="content">
<span id="top">
<center>
<img src="top2.jpg">
</center>
</span>
<span id="content">
<!-- Start User Content -->
<table>
<tr>
<td><b>Welcome to our Restauarnt</b></td>
<td></td>
<td>Ask about our Gift Certificates</td>
</tr>
<tr>
<td><font color="red">Ask about our Catering & Discounts for
<br>
Business Luncheons, Birthday Parties
<br>
And Special Group Occasions
<br><font color="green">
Availabe on Sundays by Reservations
</td>
</tr>
</table>
<!-- End User Content -->
</span>
</div>
<div id="footer">
<img src="line.jpg" border="0">
<BR>
<a href="home.html">Home</a> - <a href="menu.html">Menu</a> - <a href="coupons.html">Coupons</a> - <a href="directions.html">Directions</a> - <a href="contact.html">Contact Us</a>
<br>
<font color="red">Copyright 2006 House of Pizza Restaurant. All Rights Reserved</font>
</div>
</center>
</body>
</html>
Last edited by RNPoo7; 05-22-2006 at 05:51 PM..
|