Hello,
I recently downloaded a copy of Project Rare vaules by NintendoNews and I have noticed that the rare vaules are displayed downwards. I would like the rare vaules displayed across the page if possible. Just so people don't have to go though files, here is the default style and test.php files.
This is the Style CSS.
PHP Code:body {
background-color: #6699FF;
margin-top: 10px;
}
#main {
margin-left: auto;
width: 500px;
background-color: #FFFFFF;
margin-right: auto;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
padding: 0px;
padding-bottom: 3px;
padding-top: 0px;
overflow: hidden;
}
#navigator {
width: 150px;
float: left;
padding: 5px;
margin-right: 5px;
}
#content {
width: 320px;
float: right;
padding: 5px;
}
This is in the Test.php
PHP Code:<?php
require("functions.inc.php");
?>
<!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=iso-8859-1" />
<title>Untitled Document</title>
</head>
<body>
<?php
displayRares("rare", "150");
?>
</body>
</html>
If anybody could possible help me with the code to display it across ways, I'll be happy
Thanks,
Rob.






Reply With Quote







