Welcome to the Paleoweb Museum of Websites!

Visitors who want to help this project and support the museum should consider to link Paleoweb.org from their blog, or their website. To this aim, you can select one of these image or text button.

 

XHTML code

Result

Small glassy image
<a href="http://www.paleoweb.org">
  <img border="0" src="http://www.paleoweb.org/img/button,s.png"/>
</a>

Medium glassy image
<a href="http://www.paleoweb.org">
  <img border="0" src="http://www.paleoweb.org/img/button,m.png"/>
</a>

Small flat image
<a href="http://www.paleoweb.org">
  <img border="0" src="http://www.paleoweb.org/img/button,f,s.png"/>
</a>

Medium flat image
<a href="http://www.paleoweb.org">
  <img border="0" src="http://www.paleoweb.org/img/button,f,m.png"/>
</a>

Medium text image
<style>
 .plw_sl {
  margin: 1em 0;
  width: 9.5em;
  border: 1px solid #ccc;
  font-family: helvetica,arial,sans-serif;
  font-size: 70%;
  font-weight: bold;
}
.plw_sl a {
  display: block;
  width: 100%;
}
.plw_sl a:link,
.plw_sl a:visited,
.plw_sl a:hover {
  background-color: #fc6;
  color: #000;
  text-decoration: none;
}
.plw_sl span.w3c {
  padding: 0 0.4em;
  background-color: #fff;
  color: #0c479d;
}
</style>
<div class="plw_sl">
  <a href="http://www.paleoweb.org">
    <span class="w3c">PALEOWEB</span>
    <span class="spec">ORG</span>
  </a>
</div>