Home News Forum Articles
  Welcome back Join CF
You are here You are here: Home | Forum | Dreamweaver/HTML table problem


You are currently viewing our boards as a guest which gives you limited access to view most of the discussions, articles and other free features. By joining our Virgin Media community you will have full access to all discussions, be able to view and post threads, communicate privately with other members (PM), respond to polls, upload your own images/photos, and access many other special features. Registration is fast, simple and absolutely free so please join our community today.


Welcome to Cable Forum
Go Back   Cable Forum > Computers & IT > Internet Discussion

Dreamweaver/HTML table problem
Reply
 
Thread Tools
Old 23-11-2004, 17:47   #1
cf.mega poster
 
Join Date: Jun 2003
Location: Glasgow
Age: 34
Posts: 1,746
aliferste has reached the bronze age
aliferste has reached the bronze agealiferste has reached the bronze agealiferste has reached the bronze age
Send a message via MSN to aliferste
Dreamweaver/HTML table problem

Hello ha...I have a problem with my website that is easier to show you

If you look at my first page http://www.theriverkelvin.co.uk/index.htm

and then look at another page http://www.theriverkelvin.co.uk/tips.htm

the menu is always in different places. This is even though the menu is in a table that is the same in all pages. Like this



Anyone good with dreamweaver know how to fix this?
__________________
The Urban Fly Fisher
aliferste is offline   Reply With Quote
Old 23-11-2004, 17:58   #2
Google it!!
 
Paul's Avatar
 
Join Date: Jun 2003
Location: Essex
Age: 34
Services: Sky Digital + 16Mb ADSL BT Telephone
Posts: 14,954
Paul is seeing silvered starsPaul is seeing silvered starsPaul is seeing silvered starsPaul is seeing silvered starsPaul is seeing silvered starsPaul is seeing silvered stars
Paul is seeing silvered starsPaul is seeing silvered starsPaul is seeing silvered starsPaul is seeing silvered starsPaul is seeing silvered starsPaul is seeing silvered starsPaul is seeing silvered starsPaul is seeing silvered starsPaul is seeing silvered stars
Re: Drramweaver/HTLML table problem

Hmmm well when I put Chimaeras' site together I built one basic main page and then launched the sub-pages into the main/centre frame so I didn't have to keep rebuilding the menus.
Are you using any formatting commands to centre text etc on the page as it could be throwing the page off slightly if the lines of text are different lengths on the different pages or image sizes are slightly different.
__________________
Paul is offline   Reply With Quote
Old 23-11-2004, 18:14   #3
cf.mega poster
 
Join Date: Jun 2003
Location: Glasgow
Age: 34
Posts: 1,746
aliferste has reached the bronze age
aliferste has reached the bronze agealiferste has reached the bronze agealiferste has reached the bronze age
Send a message via MSN to aliferste
Re: Dreamweaver/HTML table problem

The only difference is the amount of text on the different pages...but Im not sure why that would affect the menu system.
__________________
The Urban Fly Fisher
aliferste is offline   Reply With Quote
Old 23-11-2004, 18:19   #4
Google it!!
 
Paul's Avatar
 
Join Date: Jun 2003
Location: Essex
Age: 34
Services: Sky Digital + 16Mb ADSL BT Telephone
Posts: 14,954
Paul is seeing silvered starsPaul is seeing silvered starsPaul is seeing silvered starsPaul is seeing silvered starsPaul is seeing silvered starsPaul is seeing silvered stars
Paul is seeing silvered starsPaul is seeing silvered starsPaul is seeing silvered starsPaul is seeing silvered starsPaul is seeing silvered starsPaul is seeing silvered starsPaul is seeing silvered starsPaul is seeing silvered starsPaul is seeing silvered stars
Re: Dreamweaver/HTML table problem

Dunno to be honest, I'm no expert in html (as you can see from Chims' site) but I'm sure people will look in later that know a lot more than I do. It's more than likely an easy fix though, they often are
__________________
Paul is offline   Reply With Quote
Old 23-11-2004, 18:35   #5
Ghost Process Killer
 
MetaWraith's Avatar
 
Join Date: Oct 2003
Location: 2nd CPU to the right & past the cache
Posts: 1,864
MetaWraith has a bronzed appealMetaWraith has a bronzed appeal
MetaWraith has a bronzed appealMetaWraith has a bronzed appealMetaWraith has a bronzed appeal
Send a message via ICQ to MetaWraith Send a message via AIM to MetaWraith Send a message via MSN to MetaWraith Send a message via Yahoo to MetaWraith
Re: Dreamweaver/HTML table problem

Well as the menu system is not an independant table, of course it's affected.

I agree with Paul, in that I think it's easier to do that sort of layout with frames.

However if you want a frameless layout, one method you could try would be having a master table inside which are nested (as single columns) subtables for the menu and content) see below. Been over a year since last wrote HTML, forgive me if i'm rusty. Caveat Emptor etc.

Code:
<!-- master table -->
<table>
<TR>
 
<!-- Column 1, Menu -->
<TD>
<table>
<!-- Your menu TR,TD stuff goes here -->
</table>
</TD>
 
<!-- Column 2, Content -->
<TD>
<table>
<!-- Your content TR,TD stuff goes here -->
</table>
</TD>
</TR>
 
<!-- End main Table -->
</table>
If you want other methods, eg all CSS, then PM me or grab them from here (one of my pages)
__________________
Yesterday it worked. Today it is not working. VM is like that.
Three things are certain: Death, taxes and lost data. Guess which has occurred ?

Last edited by MetaWraith; 23-11-2004 at 18:45.
MetaWraith is online now   Reply With Quote
Old 23-11-2004, 18:52   #6
while(!naked){--clothes}
 
ikthius's Avatar
 
Join Date: Mar 2004
Location: Glasgow, Scotland
Services: anything for a new job
Posts: 4,100
ikthius is cast in bronzeikthius is cast in bronzeikthius is cast in bronzeikthius is cast in bronze
ikthius is cast in bronzeikthius is cast in bronzeikthius is cast in bronzeikthius is cast in bronzeikthius is cast in bronzeikthius is cast in bronzeikthius is cast in bronze
Re: Dreamweaver/HTML table problem

is all your width and height percentages the same? I see that in one you have a width of "18%" and on another you have "20%", try make both the same to see if it gets your result you want.

Personally I prefer to hand code web pages, its more fun and you can see problems as they arise.

ik
Edit: your table width and heights are not consistent, I know this does not matter for a lot of people, but this will let you have the same results all over.

e.g.
<table>
<tr>
<td width="10%" height="5%">something here</td>
<td> width="15%" height = 17%">something else here</td>
</tr>
</table>

amend the width and heights to be the sameas what you want.

<table>
<tr>
<td width="10%" height="5%">something here</td>
<td> width="10%" height = "5%">something else here</td>
</tr>
</table>
__________________
Let me guess, you picked out yet another colorful box with a crank that I'm expected to turn and turn until OOP! big shock, a jack pops out and you laugh and the kids laugh and the dog laughs and I die a little inside.

Last edited by ikthius; 23-11-2004 at 18:56.
ikthius is offline   Reply With Quote
Old 23-11-2004, 19:02   #7
while(!naked){--clothes}
 
ikthius's Avatar
 
Join Date: Mar 2004
Location: Glasgow, Scotland
Services: anything for a new job
Posts: 4,100
ikthius is cast in bronzeikthius is cast in bronzeikthius is cast in bronzeikthius is cast in bronze
ikthius is cast in bronzeikthius is cast in bronzeikthius is cast in bronzeikthius is cast in bronzeikthius is cast in bronzeikthius is cast in bronzeikthius is cast in bronze
Re: Dreamweaver/HTML table problem

or even this may work, i tested it looks fine for me, but you may have to play again with width and heights:

<table width ="10%" border="1"align="left">
<tr><td>data 1</td></tr>
<tr><td>data 2</td></tr>
<tr><td>data 3</td></tr>
</table>

<table width ="90%" border="1" align="right">
<tr><td>data 1 in the second table</td></tr>
<tr><td>data 2 in the second table</td></tr>
<tr><td>data 3 in the second table</td></tr>
<tr><td>data 4 in the second table</td></tr>
<tr><td>data 5 in the second table</td></tr>
</table>

ik

looking at your site it really only has 3 columns so you could make 3 tables for this:

<table width ="10%" border="1"align="left">
<tr><td>data 1</td></tr>
<tr><td>data 2</td></tr>
<tr><td>data 3</td></tr>
</table>

<table width ="10%" border="1"align="right">
<tr><td>data 1 in the 3rd table</td></tr>
<tr><td>data 2 in the 3rd table</td></tr>
<tr><td>data 3 in the 3rd table</td></tr>
</table>

<table width ="80%" border="1" align="center">
<tr><td>data 1 in the second table</td></tr>
<tr><td>data 2 in the second table</td></tr>
<tr><td>data 3 in the second table</td></tr>
<tr><td>data 4 in the second table</td></tr>
<tr><td>data 5 in the second table</td></tr>
</table>

notice how all the widths = 100%
__________________
Let me guess, you picked out yet another colorful box with a crank that I'm expected to turn and turn until OOP! big shock, a jack pops out and you laugh and the kids laugh and the dog laughs and I die a little inside.

Last edited by ikthius; 23-11-2004 at 19:15.
ikthius is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


All times are GMT +1. The time now is 11:39.


Links
Google
 
Web www.cableforum.co.uk


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0
Copyright © 2003 - 2008, Cable Forum.
(s204569790.onlinehome.info)