putting frame around announcment (example included)

Here is the code they are using by editing their styles navbar

Code:
<!-- // Start Welcome Headers // -->



	
		<!-- guest welcome message -->
		<br />

		<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
		<tr> 
			<td class="alt1">
				<center><a href="http://www.warezscene.org/register.php"><big><big><big><big>Attention Guest: Please Register!</a><br /></big></big></big></big>This enables access to exclusive features such as viewing over 280,000 downloads, posting, and joining our <strong>200,000</strong> strong community!</center>
			</td>
		</tr>
		</table>

		<!-- / guest welcome message -->
	

	

	
	
				
	
					



<!-- // End Welcome Headers // --></div>

Under your breadcrumb login add that code and edit it to your liking.. Make sure before you do that you save your previous navbar setup so you can always revert back to the original.
 
txbritt said:
Here is the code they are using by editing their styles navbar

Code:
<!-- // Start Welcome Headers // -->



	
		<!-- guest welcome message -->
		<br />

		<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
		<tr> 
			<td class="alt1">
				<center><a href="http://www.warezscene.org/register.php"><big><big><big><big>Attention Guest: Please Register!</a><br /></big></big></big></big>This enables access to exclusive features such as viewing over 280,000 downloads, posting, and joining our <strong>200,000</strong> strong community!</center>
			</td>
		</tr>
		</table>

		<!-- / guest welcome message -->
	

	

	
	
				
	
					



<!-- // End Welcome Headers // --></div>

Under your breadcrumb login add that code and edit it to your liking.. Make sure before you do that you save your previous navbar setup so you can always revert back to the original.

I did that and it shows for everyone.
 
Back
Top