Help - Search - Members - Calendar
Full Version: Need Help with Table Set Up on Webstie
HTMLHelp Forums > Web Authoring > Markup (HTML, XHTML, XML)
duran0800
I currenntly am workin on a just mess around blog type web site. I'm using HTML to write the site.
Here is a link to the home page.
http://nerdloft.webs.com/home1.htm

I would like to yellow table with the this is text text to apper to the left of the green table and still have the banner above. But i don't know how to make that happen? Can anyone help me??

This is the coding if that helps!

<html>
<head>
</head>
</script>

<body marginwidth="0" marginheight="0">
<table width="800" border="0" cellspacing="0" cellpadding="0" align="center" height="100%">

<!-- header -->
<tr align="left" valign="top">
<td colspan="3" height="200">
<a name="top"><img src="http://nerdloft.webs.com/Banner.jpg" width="1000" height="200"></a>
</td>
</tr>


<!-- left column -->
<tr>
<td width="125" height="360" align="left" valign="top" bgcolor="FFCC33" class="leftcolumn">
<p> Check Check this is text. This is text! </p>
</td>
</tr>


<!-- middle column -->
<tr>
<td width="500" align="left" bgcolor="CCFF33" valign="top">
</td>
</tr>
Darin McGrew
If you want the table cells to be in the same row, then put them in the same tr element. When they're in different tr elements, then they will be in different rows.
duran0800
QUOTE(Darin McGrew @ Dec 25 2008, 03:47 PM) *

If you want the table cells to be in the same row, then put them in the same tr element. When they're in different tr elements, then they will be in different rows.


Thanks for the help! I'm just getting back into HTML after a long tech break! tr=table row! cool!

Last question. How about that white space between the header and green/ yellow tables how can i get rid of that?
Darin McGrew
Please see the FAQ entry How do I eliminate the space around/between my images?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.