Code de ma page
- Code:
<html>
<head>
<title>» GraphGirl # Chocolate Girl </title>
<meta http-equiv="Content-Type"content="text/html; charset=iso-8859-1"> <link href="design.css" type="text/css" rel="stylesheet">
</head>
<body>
<center>
<div id="header"><img src="layoutofficiel.jpg" alt="" />
</div>
</center>
<body background="fond.jpg" bgcolor="#B1E2FB" bgproperties="fixed">
<link rel="shortcut icon" href="favicon.ico" />.
<table border="0" width="100%">
<tbody>
<tr>
<td colspan="2" class="header"><strong> {title}</strong></td>
</tr>
<tr>
<td class="content" valign="top" width="85%">
{short-story}
</td>
</tr>
<tr>
<td class="footer" colspan="2">Le {date} par {author} | [com-link] {comments-num} commentaire(s)[/com-link]</td>
</tr>
</tbody>
</table>
<br>
<table style="position:absolute; left: 73%; top: 158.5%;">
<tr>
<td>
<div align="center" id="cboxdiv">
<iframe frameborder="0" width="160" height="175" src="http://www3.cbox.ws/box/?boxid=2921041&boxtag=1740&sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" style="border:#000000 1px solid;" id="cboxmain"></iframe><br/>
<iframe frameborder="0" width="160" height="75" src="http://www3.cbox.ws/box/?boxid=2921041&boxtag=1740&sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" style="border:#000000 1px solid;border-top:0px" id="cboxform"></iframe>
</div>
</body>
</html>
Code CSS que l'on ma conseillé de mettre
- Code:
A:link { color:#2B3E6B; cursor: help; font-weight:normal; text-decoration:none; }
A:visited { color:#2B3E6B; cursor: help; font-weight:normal; text-decoration:none; }
A:active { color:#2B3E6B; cursor: help; font-weight:normal; text-decoration:none; }
A:hover { color:#DA72BD; cursor: help; font-weight:bold; text-decoration:none;}
body {
font-weight: normal;
font-size: 7.8pt;
font-family: tahoma;
color:#001DB3;
font-weight:normal;
padding:0px;
background-color : #ffffff;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
overflow-x: hidden;
line-height:8pt;
}
.header {
background-color : #001DB1;
color:#FFFFFF;
font-size : 6.8pt;
font-family : tahoma;
font-weight : bold;
border-bottom: 1px solid #DA72BD;
text-align: left;
text-transform : uppercase;
padding : 0px;
}
.content {
background-color : #F6F6FF;
font-size : 7.8pt;
font-family : tahoma;
font-weight : normal;
border : 0px solid #CDBDC6;
text-align: justify;
text-transform : normal;
padding : 2px;
}
.footer {
background-color : #F6F6FF;
font-size : 7.8pt;
font-family : tahoma;
font-weight : normal;
border-top: 1px solid #021CAF;
text-align: right;
text-transform : normal;
padding : 2px;
}
.menu {
font-weight: normal;
font-size: 7.8pt;
font-family: tahoma;
text-align: justify;
color:#546898;
padding:0px;
background-color : transparent;
}
input, textarea, option, select {
background-color: #FFFFFF;
font: 7.8pt tahoma;
color: #2B3E6B;
letter-spacing: 0px;
border: 1px solid #2B3E6B;
padding:1px; }
Pourriez vous m'aider ?









