antiy0u Posted December 5, 2006 Share Posted December 5, 2006 I have a navigation table problem.My website maker cannot fix it as she's had to give up her internet.The links are named 'link' and everytime I try to name them anything else, the size of the rows expand widthways.What's wrong with the HTML to cause this?[url=http://ultimatestorylist.awardspace.com/]http://ultimatestorylist.awardspace.com/[/url][quote]<TD width="162" valign="top"> <table width="100%"> <tr> <td width="100%"><div class="navtop">Navi Header</div><a href="http://" class="nav">link</a><br><a href="http://" class="nav">link</a><br>[/quote]You can see the entire HTML if needed.Thank you. Link to comment https://forums.phpfreaks.com/topic/29538-navigation-table-help/ Share on other sites More sharing options...
fenway Posted December 6, 2006 Share Posted December 6, 2006 I don't see what you're talking about. Link to comment https://forums.phpfreaks.com/topic/29538-navigation-table-help/#findComment-135979 Share on other sites More sharing options...
DeathStar Posted December 7, 2006 Share Posted December 7, 2006 Cool site!!The reson can be [code]<TD width="162" valign="top"> <table width="100%"> <tr> --->> <td width="100%"> <<--- \\100% :|<div class="navtop">Navi Header</div>linklink[/code] Link to comment https://forums.phpfreaks.com/topic/29538-navigation-table-help/#findComment-136791 Share on other sites More sharing options...
DeathStar Posted December 7, 2006 Share Posted December 7, 2006 Dude thats not the code ur using!!!this is!![code]<td valign="top" width="162"> <table width="162"> <tbody><tr> <td width="162"><div class="top"><div class="navitop">Ultimate Quizlist</div><a href="http://ultimatestorylist.awardspace.com/index.php?main" class="nav">Home</a><a href="http://ultimatestorylist.awardspace.com/index.php?about" class="nav">About Us</a><a href="http://ultimatexquizlist.proboards103.com" class="nav">The Messageboard</a><a href="http://ultimatestorylist.awardspace.com/index.php?staff" class="nav">Staff</a><a href="http://ultimatestorylist.awardspace.com/index.php?contact" class="nav">Contact Us</a><div class="navitop">The Talent Search</div><a href="http://ultimatestorylist.awardspace.com/index.php?categories" class="nav">Stories</a><a href="http://ultimatestorylist.awardspace.com/index.php?nominate" class="nav">Nominate</a><a href="http://ultimatestorylist.awardspace.com/index.php?topten" class="nav">TopTen</a><div class="navitop">Features</div><a href="http://ultimatestorylist.awardspace.com/index.php?monthlynewsletter" class="nav">Monthly Newsletter</a><a href="http://ultimatestorylist.awardspace.com/index.php?motm" class="nav">MOTM</a><a href="http://ultimatestorylist.awardspace.com/index.php?storyreview" class="nav">Reviews&Interviews</a><a href="http://ultimatestorylist.awardspace.com/index.php?tutorials" class="nav">Tutorials</a></div></td>[/code]Try This [code]<td><a href="http://ultimatestorylist.awardspace.com/index.php?main" class="nav">Home</a></td><td><a href="http://ultimatestorylist.awardspace.com/index.php?about" class="nav">About Us</a></td>[/code]<td>link</td> or els it will resize everything!!! :| Link to comment https://forums.phpfreaks.com/topic/29538-navigation-table-help/#findComment-136792 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.