PHP Code:
<?php $title "MarkHost.Biz - Download"?>
<?php 
require("styles/top.php"); ?>
<div id='full'>
<?php
require("scripts/connect.php");
$query mysql_query("SELECT * FROM users WHERE username='$username'");
$numrows mysql_num_rows($query);
If(
$username)
echo 
"<a href='http://www.markhost.biz/'><img src='images/banner.gif'></img></a>"
echo 
"You have now got access to the members page well done!";
else
echo 
"You need to login to to view the content of this page.";
?>
</div>
<?php require("styles/bottom.php"); ?> #
also how do i do a line brake between the first echo and the second echo.?