Jump to content

desidude

Members
  • Posts

    4
  • Joined

  • Last visited

desidude's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. desidude

    Question

    Is there any way to repeat images horizontally using CSS without setting it as the background?Thanks
  2. I tried strict and transitional
  3. Hello im pretty new to this, and i made this "preview site" just to try out HTML, CSS, and XHTML. So far I just made one page, which has no meaning to it at all(Just made it for the fun of it, and to learn). I tried putting in a DOCTYPE tag but whenever i put it in, it messes up the pageHere is the code, is there anything wrong in here that makes it so you can't have a DOCtype tag or something? <html><head><title></title><style type="text/css">a.link:link {color: "#19298A"; text-decoration: "none"}a.link:visited {color: "#19298A"; text-decoration: "none"}a.link:hover {color: "#A4A4A4"; text-decoration: "none"}td {padding-left: "20px"}p.margin {margin: "0px" "12cm" "0cm" "5cm"}p.links {font: small-caps 900 14px arial}p.toplinks {font: small-caps 900 13px arial}div.footer{padding:"0.2em";color:"black";background-color:"#A4A4A4";clear:"left";font-size: "75%"}div.border{width:"100%";margin:0px;border:1px none solid gray;line-height:"150%"}div.left{float:"left";width:"34%";margin:"0";padding-left:"1em";padding-right:"1em";}div.right{margin-left:"190px";border-left:1px none solid gray;padding:1em;}p.rightmargin {margin-right: "4cm"}</style></head><body><div class="border"><img src="testtitle1ps.png" width="300" height="60" /><table frame="hsides" width="100%" height="19" ><tr><td><p class="toplinks"> <a class="link" href="url">link one</p></td></tr></table><table frame="rhs" align=left width="157"><tr> <p class="links"><tr><td width="132"> <p class="links"><a class="link" href="url">link one</p></a> </td></tr><tr><td width="132"> <p class="links"><a class="link" href="url">link one</p></a> </td></tr><tr><td width="132"> <p class="links"><a class="link" href="url">link one</p></a> </td></tr><tr><td width="132"> <p class="links"><a class="link" href="url">link one</p></a> </td></tr><tr><td width="132"> <p class="links"><a class="link" href="url">link one</p></a> </td></tr><tr><td width="132"> <p class="links"><a class="link" href="url">link one</p></a> </td></tr><tr><td width="132"> <p class="links"><a class="link" href="url">link one</p></a> </td></tr><tr><td width="132"> <p class="links"><a class="link" href="url">link one</p></a> </td></tr></table><p class="margin"><div class="left"><p>"Never increase, beyond what is necessary, the number of entities required to explain anything." William of Ockham (1285-1349) "Never increase, beyond what is necessary, the number of entities required to explain anything." William of Ockham "Never increase, beyond what is necessary, the number of entities required to explain anything." William of Ockham "Never increase, beyond what is necessary, the number of entities required to explain anything." William of Ockham</p></div></p><div class="content"><p class="rightmargin">"Never increase, beyond what is necessary, the number of entities required to explain anything." William of Ockham (1285-1349) "Never increase, beyond what is necessary, the number of entities required to explain anything." William of Ockham "Never increase, beyond what is necessary, the number of entities required to explain anything." William of Ockham "Never increase, beyond what is necessary, the number of entities required to explain anything." </p></div></body><html> Help is greatly appreciated. Thanks.
×
×
  • Create New...