Jump to content

Navigation table help


antiy0u

Recommended Posts


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

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>
link

link[/code]
Link to comment
https://forums.phpfreaks.com/topic/29538-navigation-table-help/#findComment-136791
Share on other sites

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&amp;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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.