Someone Tell Me What's Goin' On!

liunx

Guest
Someone tell me what to do and what i did wrong! PLEASE!<br />
Download <!--more--> this file to take a look-see:<!--content-->You have a big table in the middle of your cells. Remove this code from near the bottom of your page:<br />
<br />
<table width="80%" height="100%" border="1" cellspacing="1" cellpadding="1" bgcolor="#8993e4" bordercolor="#ffffff" align=right><!--content-->you need to learn colspan and rowspan. Click Here...<br />
<br />
<!-- m --><a class="postlink" href="http://www.htmlgoodies.com/tutors/ad_table.html">http://www.htmlgoodies.com/tutors/ad_table.html</a><!-- m --><br />
<br />
Good luck,<br />
<br />
Alex<!--content-->It looks like you're trying to put a turqoise page on a purple background. Could be something to do with the two tables stacking. Try nesting the buttons in their own table inside the first td of the main table, not one on top of the other.<br />
<br />
ie.<br />
<br />
<table><br />
<tr><br />
<td><br />
<!--NESTED TABLE--><br />
<table><br />
<tr><br />
<td>button</td><br />
</tr><br />
<tr><br />
<td>button</td><br />
</tr> <br />
<tr><br />
<td>button</td><br />
</tr><br />
</table><br />
<!--CLOSING NESTED TABLE--><br />
</td><br />
<td>main page</td><br />
</tr><br />
</table><br />
<br />
<br />
Is this the effect?<br />
:cheers:<!--content-->Now, I can't figure out how to put the text on the top of the table instead of the middle. I want it to say "Nav" and under that have all my links going from bottom to top. Look:<!--content-->Ok valign=top <br />
see atch.<br />
=========<br />
more code was not ok...<br />
get this editor:<br />
<!-- m --><a class="postlink" href="http://www.maxworld.co.yu/htmlbeauty/">http://www.maxworld.co.yu/htmlbeauty/</a><!-- m --><br />
editor htmlbeauty<br />
MAX's HTML Beauty++ ME is advanced HTML editor that can edit as many files at a time as you want, plus it has customizable syntax highlightning, unlimited undo / redo, drag & drop editing, right-click tag editing, template support, keyboard macros, auto updating code snippets, custom tag library, tag case changing capability, spelling & grammar check and more... There are also 28 Tag Designers for almost every HTML tag, a Power Toolbar that contains almost all HTML tags, Built-In Image Browser / Viewer with GIF Optimize function and ability to convert existing GIF / JPEGs to WBMP image format which is used by WAP-compatible mobile phones, Built-In Java Beauty Scripts (rollovers, DHTML menus, slideshows, etc.), Built-In Support for HTML TIDY, Internal Preview and much more... <br />
You can add your own Tips, simply by editing "tips.btp" file<br />
(located in the folder where MAX's HTML Beauty++ ME is installed)...<br />
Speed up the loading time of your web site! Use the "GIF Optimize" feature of the Image Beauty Browser/Viewer++ to reduce the size of GIF images!<!--content-->
 
Back
Top