Jump to content


Align nav with news


2 replies to this topic

#1 ___DaviD___

    Young Padawan

  • Members
  • Pip
  • 2 posts

Posted 02 December 2005 - 08:44 AM

<div id="content">
  <div class="feature">
	<?PHP
 $number = "5";
 include("/home/stupido/public_html/ashnews.php");
?>
  </div>
</div>
<!--end content -->
<div id="navBar">
  <table width="100%" border="0" cellspacing="0" cellpadding="5">
	  <td valign="top"> <tr>
	  <td><img src="image/test_03.gif" width="193" height="27" /></td>
	</tr>
	<tr>
	  <td><a href="http://www.stupid-nubs.com"><img src="image/home.gif" width="192" height="37" /></td>
	</tr>
	<tr>
	  <td><a href="http://www.stupid-nubs.com"><img src="image/forum.gif" width="193" height="35" /></td>
	</tr>
	<tr>
	  <td><a href="http://www.stupid-nubs.com"><img src="image/shoutbox.gif" width="193" height="40" /></td>
	</tr>
	<tr>
	  <td><a href="http://www.stupid-nubs.com"><img src="image/downloads.gif" width="192" height="37" /></td>
	</tr>
	<tr>
	  <td><a href="http://www.stupid-nubs.com"><img src="image/games.gif" width="192" height="44" /></td>
	</tr>
	<tr>
	  <td><a href="http://www.stupid-nubs.com"><img src="image/upload.gif" width="192" height="32" /></td>
	</tr>
	<tr>
	  <td><a href="http://www.stupid-nubs.com"><img src="image/contact.gif" width="192" height="33" /></td>
	</tr>
	<tr>
	  <td><a href="http://www.stupid-nubs.com"><img src="image/links.gif" width="193" height="34" /></td>
	</tr>
	<tr>
	  <td><img src="image/test_17.gif" width="193" height="27" /></td>
	</tr></td>
  </table>
</div>

Attached File  help.JPG   105.73K   149 downloads

theres some of the code and pic...i want nav aligned with the news so nav on left and news on right.

im using css too so if i need to changed that lemme know :D

thanks for any help i get :lol: :P

#2 rc69

    PHP Master PD

  • P2L Staff
  • PipPipPipPip
  • 3,827 posts
  • Gender:Male
  • Location:Here
  • Interests:Web Development

Posted 02 December 2005 - 05:23 PM

<div id="content">
  <div class="feature" style="float:right;">
	<?PHP
$number = "5";
include("/home/stupido/public_html/ashnews.php");
?>
  </div>
</div>
<!--end content -->
<div id="navBar">
  <table width="100%" border="0" cellspacing="0" cellpadding="5">
	  <td valign="top"> <tr>
	  <td><img src="image/test_03.gif" width="193" height="27" /></td>
	</tr>
	<tr>
	  <td><a href="http://www.stupid-nubs.com"><img src="image/home.gif" width="192" height="37" /></td>
	</tr>
	<tr>
	  <td><a href="http://www.stupid-nubs.com"><img src="image/forum.gif" width="193" height="35" /></td>
	</tr>
	<tr>
	  <td><a href="http://www.stupid-nubs.com"><img src="image/shoutbox.gif" width="193" height="40" /></td>
	</tr>
	<tr>
	  <td><a href="http://www.stupid-nubs.com"><img src="image/downloads.gif" width="192" height="37" /></td>
	</tr>
	<tr>
	  <td><a href="http://www.stupid-nubs.com"><img src="image/games.gif" width="192" height="44" /></td>
	</tr>
	<tr>
	  <td><a href="http://www.stupid-nubs.com"><img src="image/upload.gif" width="192" height="32" /></td>
	</tr>
	<tr>
	  <td><a href="http://www.stupid-nubs.com"><img src="image/contact.gif" width="192" height="33" /></td>
	</tr>
	<tr>
	  <td><a href="http://www.stupid-nubs.com"><img src="image/links.gif" width="193" height="34" /></td>
	</tr>
	<tr>
	  <td><img src="image/test_17.gif" width="193" height="27" /></td>
	</tr></td>
  </table>
</div>
Try that, i just floated the news to the right.

#3 ___DaviD___

    Young Padawan

  • Members
  • Pip
  • 2 posts

Posted 03 December 2005 - 06:47 AM

That worked fine tyvm man





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users