Page 5 of 5

Re: Custom navigation Bar and DIV

Posted: Tue 23 Nov 2010 10:25 pm
by daj
pacificblue03 wrote:well i worked out my table problem i was missing

<tr class="td_wind_data">
Well not really....it was doing exactly what you asked.

Code: Select all

<tr>
<td>&nbsp;</td>
</tr>
This code tells the browser to create a new table row, then a new table cell within it. The contents of the cell to be a blank space (&nbsp) so there was never anything for it to display as a space is invisible by itself!

Re: Custom navigation Bar and DIV

Posted: Tue 23 Nov 2010 10:42 pm
by pacificblue03
David when i put in the tags for it to read and fill data into it was still not filled the i did the td class and it was filled i noticed per row there is a class

Antonio.