|
PHPBB2 css issue in everything but firefox
Hi,
I have edited the overall_header.tpl file in the phpBB2 forum pages, and I have done something that means it will no longer display anything at all in safari, opera, ie 5, 6, and 7. But it works in FF. This is doing my head in because I can't remember what I changed!! Can anyone spot it??
I think I only added the DIV definitions.
Here's a link to the site,
http://forum.freelancetechaustralia.com.au
And the source code as displayed by ie7,
- Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="ltr">
<head>
<script language="javascript" type="text/javascript">AC_FL_RunContent = 0;</script>
<script src="./AC_RunActiveContent.js" language="javascript" type="text/javascript"></script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css"></head><body bgcolor="#FFFFFF" text="#000000" link="#621600" vlink="#5493B4">
<link rel="top" href="./index.php" title="FREELANCE TECH AUSTRALIA Forum Index" />
<link rel="search" href="./search.php" title="Search" />
<link rel="help" href="./faq.php" title="FAQ" />
<link rel="author" href="./memberlist.php" title="Memberlist" />
<title>FREELANCE TECH AUSTRALIA :: Index</title>
<!-- link rel="stylesheet" href="templates/subSilver/subSilver.css" type="text/css" -->
<style type="text/css">
<!--
/*
The original subSilver Theme for phpBB version 2+
Created by subBlue design
http://www.subBlue.com
NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
theme administration centre. When you have finalised your style you could cut the final CSS code
and place it in an external file, deleting this section to save bandwidth.
*/
/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
background-color: #FFFFFF;
scrollbar-face-color: #F7E3D4;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #F7E3D4;
scrollbar-3dlight-color: #F6DCC8;
scrollbar-arrow-color: #621600;
scrollbar-track-color: #F7EAE0;
scrollbar-darkshadow-color: #FFFFFF;
}
/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #621600; }
a:hover { text-decoration: underline; color : #DD6900; }
hr { height: 0px; border: solid #F6DCC8 0px; border-top-width: 1px;}
/* This is the border line & background colour round the entire page */
.bodyline { background-color: #FFFFFF; border: 1px #FFFFFF solid; }
/* This is the outline round the main forum tables */
.forumline { background-color: #FFFFFF; border: 2px #77753E solid; }
/* Main table cell colours and backgrounds */
td.row1 { background-color: #F7EAE0; }
td.row2 { background-color: #F7E3D4; }
td.row3 { background-color: #F6DCC8; }
/*
This is for the table cell above the Topics, Post & Last posts on the index.php page
By default this is the fading out gradiated silver background.
However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
background-color: #FFFFFF;
background-image: url(templates/subSilver/images/cellpic2a.gif);
background-repeat: repeat-y;
}
/* Header cells - the blue and silver gradient backgrounds */
th {
color: #FFA34F; font-size: 11px; font-weight : bold;
background-color: #621600; height: 25px;
background-image: url(templates/subSilver/images/cellpic3a.gif);
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-image: url(templates/subSilver/images/cellpic1a.gif);
background-color:#F6DCC8; border: #FFFFFF; border-style: solid; height: 28px;
}
/*
Setting additional nice inner borders for the main table cells.
The names indicate which sides the border will be on.
Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
height: 29px;
border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
background-color: #F6DCC8; border: #FFFFFF; border-style: solid;
}
th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom { border-width: 0px 1px 1px 1px; }
th.thTop { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }
/* The largest text used in the index page title and toptic title etc. */
.maintitle {
font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; line-height : 120%; color : #000000;
}
/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #621600; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #DD6900; text-decoration: underline; }
/* Forum category titles */
.cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #621600}
a.cattitle { text-decoration: none; color : #621600; }
a.cattitle:hover{ text-decoration: underline; }
/* Forum title: Text and link to the forums used in: index.php */
.forumlink { font-weight: bold; font-size: 12px; color : #621600; }
a.forumlink { text-decoration: none; color : #621600; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }
/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav { font-weight: bold; font-size: 11px; color : #000000;}
a.nav { text-decoration: none; color : #621600; }
a.nav:hover { text-decoration: underline; }
/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2 { font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link { text-decoration: none; color : #621600; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover { text-decoration: underline; color : #DD6900; }
/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { font-size : 11px; color : #000000;}
/* Location, number of posts, post date etc */
.postdetails { font-size : 10px; color : #000000; }
/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px; color: #000000;}
a.postlink:link { text-decoration: none; color : #621600 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}
/* Quote & Code blocks */
.code {
font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
background-color: #FAFAFA; border: #F6DCC8; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
.quote {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
background-color: #FAFAFA; border: #F6DCC8; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
/* Copyright and bottom info */
.copyright { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright { color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}
/* Form elements */
input,textarea, select {
color : #000000;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
border-color : #000000;
}
/* The text input fields background colour */
input.post, textarea.post, select {
background-color : #FFFFFF;
}
input { text-indent : 2px; }
/* The buttons used for bbCode styling in message post */
input.button {
background-color : #F7EAE0;
color : #000000;
font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* The main submit button option */
input.mainoption {
background-color : #FAFAFA;
font-weight : bold;
}
/* None-bold submit button */
input.liteoption {
background-color : #FAFAFA;
font-weight : normal;
}
/* This is the line in the posting page which shows the rollover
help line. This is actually a text box, but if set to be the same
colour as the background no one will know ;)
*/
.helpline { background-color: #F7E3D4; border-style: none; }
/* The register, login, search etc links at the top of the page */
.mainmenu { font-size : 11px; color : #F5A802 }
a.mainmenu { text-decoration: underline; color : #F5A802; }
a.mainmenu:hover{ text-decoration: underline; color : #FFFFFF; }
a.mainmenu:visited { text-decoration: underline; color : #F5A802; }
#header {
width: 800px;
height: 140px;
background: url('../images/headers/header.jpg');
}
#header1 {
height: 30px;
padding-top: 5px;
background: url('../images/general/menuback.jpg');
}
#page-container {
width: 800px;
margin: auto;
text-align: left;
/* min-height:750px;
height:auto !important;
height:750px; */
}
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/subSilver/formIE.css");</style>
</style>
<a name="top"></a>
<div id='page-container'> <!-- this div id closed in overall_footer.tpl -->
<table width="800" cellspacing="0" cellpadding="0" border="0" align="center">
<td class="bodyline">
<table width="800" cellspacing="0" cellpadding="0" border="0">
<tr>
<div id='header'></div>
</tr>
<tr>
<div id ='header1'>
<span class="mainmenu">
<a href="faq.php" class="mainmenu">FAQ</a> <a href="search.php" class="mainmenu">Search</a> <a href="memberlist.php" class="mainmenu">Memberlist</a> <a href="groupcp.php" class="mainmenu">Usergroups</a>
<a href="profile.php?mode=register" class="mainmenu">Register</a>
</span>
<span class="mainmenu">
<a href="profile.php?mode=editprofile" class="mainmenu">Profile</a> <a href="privmsg.php?folder=inbox" class="mainmenu">Log in to check your private messages</a> <a href="login.php" class="mainmenu">Log in</a> <a href="http://www.freelancetechaustralia.com.au/index.php" class="mainmenu">Directory</a>
</span>
</div>
</tr>
</table>
</td>
<br />
</table>
<table width="100%" cellspacing="0" cellpadding="2" border="0" align="center">
<tr>
<td align="left" valign="bottom"><span class="gensmall">
The time now is Tue Aug 21, 2007 3:33 pm<br /></span><span class="nav"><a href="index.php" class="nav">FREELANCE TECH AUSTRALIA Forum Index</a></span></td>
<td align="right" valign="bottom" class="gensmall">
<a href="search.php?search_id=unanswered" class="gensmall">View unanswered posts</a></td>
</tr>
</table>
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<th colspan="2" class="thCornerL" height="25" nowrap="nowrap"> Forum </th>
<th width="50" class="thTop" nowrap="nowrap"> Topics </th>
<th width="50" class="thTop" nowrap="nowrap"> Posts </th>
<th class="thCornerR" nowrap="nowrap"> Last Post </th>
</tr>
<tr>
<td class="catLeft" colspan="2" height="28"><span class="cattitle"><a href="index.php?c=1" class="cattitle"></a></span></td>
<td class="rowpic" colspan="3" align="right"> </td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_locked_big.gif" width="46" height="25" alt="This forum is locked: you cannot post, reply to, or edit topics." title="This forum is locked: you cannot post, reply to, or edit topics." /></td>
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=1" class="forumlink">Lighting</a><br />
</span> <span class="genmed"><br />
</span><span class="gensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">1</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">1</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">Fri Aug 10, 2007 11:19 am<br /><a href="profile.php?mode=viewprofile&u=2">nloudon01</a> <a href="viewtopic.php?p=3#3"><img src="templates/subSilver/images/icon_latest_reply.gif" border="0" alt="View latest post" title="View latest post" /></a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=2" class="forumlink">Audio</a><br />
</span> <span class="genmed"><br />
</span><span class="gensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">No Posts</span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=3" class="forumlink">AV</a><br />
</span> <span class="genmed"><br />
</span><span class="gensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">1</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">1</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">Fri Aug 10, 2007 10:53 am<br /><a href="profile.php?mode=viewprofile&u=2">nloudon01</a> <a href="viewtopic.php?p=2#2"><img src="templates/subSilver/images/icon_latest_reply.gif" border="0" alt="View latest post" title="View latest post" /></a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=7" class="forumlink">Electrical</a><br />
</span> <span class="genmed"><br />
</span><span class="gensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">No Posts</span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=8" class="forumlink">Staging</a><br />
</span> <span class="genmed"><br />
</span><span class="gensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">No Posts</span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=13" class="forumlink">Logistics</a><br />
</span> <span class="genmed"><br />
</span><span class="gensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">No Posts</span></td>
</tr>
<tr>
<td class="catLeft" colspan="2" height="28"><span class="cattitle"><a href="index.php?c=2" class="cattitle"></a></span></td>
<td class="rowpic" colspan="3" align="right"> </td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=4" class="forumlink">Corporate</a><br />
</span> <span class="genmed"><br />
</span><span class="gensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">No Posts</span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=5" class="forumlink">Live Music</a><br />
</span> <span class="genmed"><br />
</span><span class="gensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">No Posts</span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=6" class="forumlink">Theatre</a><br />
</span> <span class="genmed"><br />
</span><span class="gensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">No Posts</span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=9" class="forumlink">TV/Film</a><br />
</span> <span class="genmed"><br />
</span><span class="gensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">No Posts</span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=10" class="forumlink">Special Event</a><br />
</span> <span class="genmed"><br />
</span><span class="gensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">No Posts</span></td>
</tr>
<tr>
<td class="catLeft" colspan="2" height="28"><span class="cattitle"><a href="index.php?c=3" class="cattitle"></a></span></td>
<td class="rowpic" colspan="3" align="right"> </td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=11" class="forumlink">Venues</a><br />
</span> <span class="genmed"><br />
</span><span class="gensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">No Posts</span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=12" class="forumlink">General Chat</a><br />
</span> <span class="genmed"><br />
</span><span class="gensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">No Posts</span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=14" class="forumlink">Training and Qualifications</a><br />
</span> <span class="genmed"><br />
</span><span class="gensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">No Posts</span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=15" class="forumlink">Gig Reviews</a><br />
</span> <span class="genmed"><br />
</span><span class="gensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">No Posts</span></td>
</tr>
</table>
<table width="100%" cellspacing="0" border="0" align="center" cellpadding="2">
<tr>
<td align="left">
</td>
<td align="right"><span class="gensmall">All times are GMT + 10 Hours</span></td>
</tr>
</table>
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<td class="catHead" colspan="2" height="28"><span class="cattitle"><a href="viewonline.php" class="cattitle">Who is Online</a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" rowspan="2"><img src="templates/subSilver/images/whosonline.gif" alt="Who is Online" /></td>
<td class="row1" align="left" width="100%"><span class="gensmall">Our users have posted a total of <b>2</b> articles<br />We have <b>2</b> registered users<br />The newest registered user is <b><a href="profile.php?mode=viewprofile&u=3">nath2099</a></b></span>
</td>
</tr>
<tr>
<td class="row1" align="left"><span class="gensmall">In total there is <b>1</b> user online :: 0 Registered, 0 Hidden and 1 Guest [ <span style="color:#FFA34F">Administrator</span> ] [ <span style="color:#006600">Moderator</span> ]<br />Most users ever online was <b>3</b> on Fri Aug 10, 2007 9:59 pm<br />Registered Users: None</span></td>
</tr>
</table>
<table width="100%" cellpadding="1" cellspacing="1" border="0">
<tr>
<td align="left" valign="top"><span class="gensmall">This data is based on users active over the past five minutes</span></td>
</tr>
</table>
<form method="post" action="login.php">
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<td class="catHead" height="28"><a name="login"></a><span class="cattitle">Log in</span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="28"><span class="gensmall">Username:
<input class="post" type="text" name="username" size="10" />
Password:
<input class="post" type="password" name="password" size="10" maxlength="32" />
Log me on automatically each visit
<input class="text" type="checkbox" name="autologin" />
<input type="submit" class="mainoption" name="login" value="Log in" />
</span> </td>
</tr>
</table>
</form>
<br clear="all" />
<table cellspacing="3" border="0" align="center" cellpadding="0">
<tr>
<td width="20" align="center"><img src="templates/subSilver/images/folder_new_big.gif" alt="New posts"/></td>
<td><span class="gensmall">New posts</span></td>
<td> </td>
<td width="20" align="center"><img src="templates/subSilver/images/folder_big.gif" alt="No new posts" /></td>
<td><span class="gensmall">No new posts</span></td>
<td> </td>
<td width="20" align="center"><img src="templates/subSilver/images/folder_locked_big.gif" alt="Forum is locked" /></td>
<td><span class="gensmall">Forum is locked</span></td>
</tr>
</table>
<div id='adsforum'><br /><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5430520938188588";
google_alternate_color = "ffffff";
google_ad_width = 800;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "ffffff";
google_color_bg = "FFFFFF";
google_color_link = "000000";
google_color_text = "000000";
google_color_url = "cccccc";
google_ui_features = "rc:6";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script> <br />
</div>
<div align="center"><span class="copyright"><br /><br />
<!--
We request you retain the full copyright notice below including the link to www.phpbb.com.
This not only gives respect to the large amount of time given freely by the developers
but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
reason) retain the full copyright we request you at least leave in place the
Powered by phpBB line, with phpBB linked to www.phpbb.com. If you refuse
to include even this then support on our forums may be affected.
The phpBB Group : 2002
// -->
Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> © 2001, 2005 phpBB Group<br /></span></div>
</td>
</tr>
</table>
</div>
</body>
</html>
Last edited by nate2099; Aug 21st, 2007 at 05:46.
|