how to add a terms, privicy and contact page

2 replies
  • WEB DESIGN
  • |
Hi,

i am wondering what kind of code i should use to add a term, contact amd privacy page on my lading page

i want to put the pages at the bottom of the page


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Dating 4</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<script language="JavaScript" src="http://j.maxmind.com/app/geoip.js"></script>
</head>

<body>
<div id="wrap">
<div id="main">
<div id="content">
</div>
<div id="image">
</div>
<div id="header">
ARE YOUR CHILDREN SAVED FROM SEX HARASSMENT ?
</div>
<div id="button">
<img src="button.gif" alt="Sign Me Up!!" width="" height="" />
</div>
<div id="offer">
INDETIFY SEX OFFENDERS IN <script language="JavaScript">document.write(geoip_city()) </script> FOR ONLY 1 DOLLAR
</div>
</div>
</div>
</body>
</html>
#add #contact #page #privicy #terms
  • Profile picture of the author topnichewebsites
    Create some CSS for the footer and add a footer tag. then add your footer elements.

    Also check your spelling "INDETIFY"
    Signature
    http://pixelcovers.com/ <- eBook add eCovers

    https://www.unicommercesolutions.com <- WordPress Websites and Maintenance
    {{ DiscussionBoard.errors[8878716].message }}
    • Profile picture of the author RobinInTexas
      You need to add three pages and insert links to the new pages.

      You can learn how to create links here HTML Links
      Signature

      Robin



      ...Even if you're on the right track, you'll get run over if you just set there.
      {{ DiscussionBoard.errors[8879915].message }}

Trending Topics