This is a Welcome Box For Everyone...I don't have a preview for this.
With Image:
Code:
<div class="tableborder">
<div class='maintitle'>Welcome Back</div>
<table width="100%" border="0" cellspacing="1" cellpadding="4">
<tr>
<th align="center" width="2%" class='titlemedium'><img src='IMGHERE' alt="width="28" height="1" /></th>
<th align="left" width="59%" class='titlemedium'>YOUR TILE HERE</th>
<th align="left" width="7%" class='titlemedium'>Log-In</th>
<tr>
<td class="row4" align="center"><img src='IMAGE URL'border='0' alt='Posted by Admin' /></td>
<td class="row2" width="100%"><center><marquee height="120" onmouseover="this.stop()" onmouseout="this.start()" scrollamount="1" direction="up">YOUR NEWS</marquee><br><br>
...::: <a href="NEWS FORUM URL">News</a> .:. <a href="URL FOR VEIW NEW POST">View New Posts</a> .:. <a href="URL FOR THIS">Today's active topics</a> :::...</center>
</td>
<td class="row4" width="55%" align="right">
<form style='display:inline' action="BOARDNAME/index.php?act=Login&CODE=01&CookieDate=1" method="post">
<table border="0" cellspacing="0" cellpadding="1">
<tr>
<td>ID:</td>
<td><input type="text" width="90" class="forminput" size="10" name="UserName" onfocus="this.value=''" value="Name" /></td>
</tr>
<tr>
<td>Code:</td>
<td><input type='password' width="90" class='forminput' size='10' name='PassWord' onfocus="this.value=''" value='password' /></td>
</tr>
</table>
<input type='submit' class='forminput' value='Access' />
</form>
</td>
</div>
<tr>
<td class='darkrow2' colspan="5"></td>
</tr>
</table>
</div>
W/O Image:
Code:
<div class="tableborder">
<div class='maintitle'>Welcome Back</div>
<table width="100%" border="0" cellspacing="1" cellpadding="4">
<tr>
<th align="left" width="59%" class='titlemedium'>YOUR TILE HERE</th>
<th align="left" width="7%" class='titlemedium'>Log-In</th>
<tr>
<td class="row4" align="center"><img src='IMAGE URL'border='0' alt='Posted by Admin' /></td>
<td class="row2" width="100%"><center><marquee height="120" onmouseover="this.stop()" onmouseout="this.start()" scrollamount="1" direction="up">YOUR NEWS</marquee><br><br>
...::: <a href="NEWS FORUM URL">News</a> .:. <a href="URL FOR VEIW NEW POST">View New Posts</a> .:. <a href="URL FOR THIS">Today's active topics</a> :::...</center>
</td>
<td class="row4" width="55%" align="right">
<form style='display:inline' action="BOARDNAME/index.php?act=Login&CODE=01&CookieDate=1" method="post">
<table border="0" cellspacing="0" cellpadding="1">
<tr>
<td>ID:</td>
<td><input type="text" width="90" class="forminput" size="10" name="UserName" onfocus="this.value=''" value="Name" /></td>
</tr>
<tr>
<td>Code:</td>
<td><input type='password' width="90" class='forminput' size='10' name='PassWord' onfocus="this.value=''" value='password' /></td>
</tr>
</table>
<input type='submit' class='forminput' value='Access' />
</form>
</td>
</div>
<tr>
<td class='darkrow2' colspan="5"></td>
</tr>
</table>
</div>