Einzelnen Beitrag anzeigen
Alt 11.01.2010, 01:57   #2 (permalink)
Kai-Behncke
Neuer Benutzer
 
Registriert seit: 10.01.2010
Beiträge: 2
Standard AW: Mobile Webseite für Palm Pre erstellen

Problem gelöst, es muss z.B. so aussehen


<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang="de">
<head>
<title>Kais test</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="maximum-scale=1.0,width=device-width,initial-scale=1.0">
<meta content="True" name="HandheldFriendly">

<style type="text/css">
* {
color: black;
font-size: 14px;
margin: 0;
padding: 0;
font-family: Arial;
}
A {
color: #000000;
text-decoration: none;
}

.layout1
{
background-color :#FFFFFF;
font-size: 14px;

width : 234px;
}
#hauptinhalt
{
padding: 0px;
padding-bottom:0px ;
padding-top:0px ;
margin: 0px;
width: 234px;
}
</style>
</head><body><div id="hauptinhalt">

<div></div>
<div class="layout1" >

<a href="blablabla">Inhalt 1<br/>
<b>Inhalt 1</b></a><br/>
</div>
<div></div>
<div class="layout1" >
<a href="blablabla2">Inhalt 2<br/>
<b>Inhalt 2</b></a><br/>
</div>
<div></div>
<div class="layout1">
<a href="blablabla3">Inhalt 3<br/>
<b>Inhalt 3</b></a><br/>

</div></div></body></html>
Kai-Behncke ist offline   Mit Zitat antworten