 |
 |
table problems?
|
 |
|
 |
|
Fresh-Faced Recruit
Join Date: Jul 2003
Status:
Offline
|
|
I'm redesigning my website, and for the nav bar at the right, I want everything to be at the top. It renders in Safari correctly, however, in IE for both mac & win it spreads them out and fills the entire side. I found out I can just add a bunch of cells below the buttons, but each page is a varying length, and I don't want to add more cells each time a edit a page. Do I need to add a spacer.gif? I'm not really sure how it works. =) Thanks for you help in advance!
http://homepage.mac.com/hoofly/macnn/index1.html
|
|
|
| |
|
|
|
 |
|
 |
|
Fresh-Faced Recruit
Join Date: Feb 2003
Location: Norway
Status:
Offline
|
|
Originally posted by preacherman:
I'm redesigning my website, and for the nav bar at the right, I want everything to be at the top. It renders in Safari correctly, however, in IE for both mac & win it spreads them out and fills the entire side. I found out I can just add a bunch of cells below the buttons, but each page is a varying length, and I don't want to add more cells each time a edit a page. Do I need to add a spacer.gif? I'm not really sure how it works. =) Thanks for you help in advance!
http://homepage.mac.com/hoofly/macnn/index1.html
I'm a bit surprised that this validates, because there's something wrong with the table.
The problem begins at line 59/60. You close the td/tr tags too early. Instead you should move all the links inside the td-tag you create at line 59 (this is the menu cell). Separate the tags with br-tags instead of a cell for each link, and add valign=top in the td-tag at line 59 to make them stay at the top of the page. Then you can close the td/tr tags.
Hope that helps. I would paste code, but couldn't make the code-tag work.
|
|
|
| |
|
|
|
 |
|
 |
|
Dedicated MacNNer
Join Date: Aug 2002
Status:
Offline
|
|
code tag doesn't do much except indent, if you want to show html the [ php ] tags will allow you to put the >< brackets in your code
[php]
<td>
</td>
[/php]
--will
|
|
|
| |
|
|
|
 |
|
 |
|
Fresh-Faced Recruit
Join Date: Jul 2003
Status:
Offline
|
|
|
|
|
|
| |
|
|
|
 |
 |
|
 |
|
|
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |