home hardware prices news articles forums photos user reviews
Go Back   Tech Support Forums - TechIMO.com > PC Hardware and Tech > Webmastering and Programming
Ask a Tech Support Question (free)!

Problems with tables

Reply
Get bargains at  »  Dealighted.com
 
Thread Tools Search this Thread
Currently Active Users: 1472
Discussions: 200,927, Posts: 2,379,130, Members: 246,292
Old October 8th, 2002, 07:57 AM   Digg it!   #1 (permalink)
Member
 
RainFire's Avatar
 
Join Date: Sep 2002
Location: Charlotte, NC
Posts: 384
Send a message via ICQ to RainFire
Problems with tables

I can not seem to figure out what I am doing wrong with the the table on my site that creates a gap when it should be an autostreching table. I am using dreamweaver MX and when I preview it it looks fine at any screen size.

Can someone help please?

The site is http://www.Quicksitehost.com

Thanks for any and all help


RainFire
__________________
Finding new ways to do old things...

Innovation
RainFire is offline   Reply With Quote
Old October 8th, 2002, 05:56 PM     #2 (permalink)
Ultimate Member
 
crouse's Avatar
 
Join Date: Jun 2002
Location: Iowa
Posts: 2,879
Send a message via ICQ to crouse
Which table in particular are u having trouble with....... you have quite a few .......... ????
__________________
USA Linux Users Group
OpenSUSE.us
crouse is offline   Reply With Quote
Old October 8th, 2002, 06:14 PM     #3 (permalink)
Member
 
FritzJohn316's Avatar
 
Join Date: Oct 2002
Location: Houston, Texas
Posts: 68
Send a message via AIM to FritzJohn316
I c what you mean RF.
I have to ask first though. Do you really want it to be 100%? Seems to me your layout would be better served if you just made it a static 800 pxls. The 'strech' thing is nothing but trouble and not considered 'good web design' any longer.
Not cutting you down mind you, just a thought.

Id be happy to take a quick look at your site in Dreamweaver.

Fritz
Art is the demonstration that the ordinary is extraordinary.
Anedee Ozenfant--"Foundations of Modern Art"
__________________
Fritz
Art is the demonstration that the ordinary is extraordinary.
Anedee Ozenfant--"Foundations of Modern Art"
FritzJohn316 is offline   Reply With Quote
Old October 8th, 2002, 06:45 PM     #4 (permalink)
Ultimate Member
 
crouse's Avatar
 
Join Date: Jun 2002
Location: Iowa
Posts: 2,879
Send a message via ICQ to crouse
The only thing that I see that is out of alignment is the section where you have the redhat logo, ms logo etc....???

The code that looks like this:

Code:
<tr>
                      <td WIDTH="579" BGCOLOR="#ffffff" COLSPAN="2">
                        <p ALIGN=RIGHT><table WIDTH="370" BORDER="0" CELLSPACING="0"
                        CELLPADDING="4">
                          <tr>
                            <td WIDTH="13%" ALIGN="RIGHT"><img SRC="Resources/paypal_bottom.gif"
                              WIDTH="184" HEIGHT="33" ALIGN="BOTTOM" BORDER="0" NATURALSIZEFLAG="3"></td> 
                            <td WIDTH="12%"><img SRC="Resources/redhat.gif" WIDTH="91" HEIGHT="33"
                              ALIGN="BOTTOM" BORDER="0" NATURALSIZEFLAG="3"></td> 
                            <td WIDTH="25%" ALIGN="RIGHT"><img SRC="Resources/mysql.gif"
                              WIDTH="91" HEIGHT="33" ALIGN="BOTTOM" BORDER="0" NATURALSIZEFLAG="3"></td> 
                            <td WIDTH="25%" ALIGN="RIGHT"><img SRC="Resources/frontpage.gif"
                              WIDTH="91" HEIGHT="33" ALIGN="BOTTOM" BORDER="0" NATURALSIZEFLAG="3"></td> 
                          </tr>
Might be better off with this:

Code:
<tr>
                      <td WIDTH="579" BGCOLOR="#ffffff" COLSPAN="2">
                        <p ALIGN=CENTER><table WIDTH="370" BORDER="0" CELLSPACING="0"
                        CELLPADDING="4">
                          <tr>
                            <td WIDTH="13%" ALIGN="RIGHT"><img SRC="Resources/paypal_bottom.gif"
                              WIDTH="184" HEIGHT="33" ALIGN="BOTTOM" BORDER="0" NATURALSIZEFLAG="3"></td> 
                            <td WIDTH="12%"><img SRC="Resources/redhat.gif" WIDTH="91" HEIGHT="33"
                              ALIGN="BOTTOM" BORDER="0" NATURALSIZEFLAG="3"></td> 
                            <td WIDTH="25%" ALIGN="RIGHT"><img SRC="Resources/mysql.gif"
                              WIDTH="91" HEIGHT="33" ALIGN="BOTTOM" BORDER="0" NATURALSIZEFLAG="3"></td> 
                            <td WIDTH="25%" ALIGN="RIGHT"><img SRC="Resources/frontpage.gif"
                              WIDTH="91" HEIGHT="33" ALIGN="BOTTOM" BORDER="0" NATURALSIZEFLAG="3"></td> 
                          </tr>
the p align=right has switched to p align=center

you might also need to change the td tags to read align=center ........... just a thought........ I didn't download all your graphics to check this out.

Hope that was what you were refering too......

If not............let us know..... we can try again

Last edited by crouse : October 8th, 2002 at 06:47 PM.
crouse is offline   Reply With Quote
Old October 8th, 2002, 06:52 PM     #5 (permalink)
Ultimate Member
 
crouse's Avatar
 
Join Date: Jun 2002
Location: Iowa
Posts: 2,879
Send a message via ICQ to crouse
Quote:
Originally posted by FritzJohn316
The 'strech' thing is nothing but trouble and not considered 'good web design' any longer.
Not cutting you down mind you, just a thought.

I would have to disagree.

I think that is an opinion, not a fact........

My site stretches......... I consider it pretty good web design......... www.crouse.ws although "most" of mine don't...........this one does.

Alot of sites incorporate "stretching" into their designs.............or they might build a site that remains 800 pixels wide........ or they might use seperate pages for different screen resolutions. None of these options is right or wrong... it usually just depends on the design and individual preferences.

Just imo
crouse is offline   Reply With Quote
Old October 8th, 2002, 06:59 PM     #6 (permalink)
Member
 
thisiszero's Avatar
 
Join Date: Apr 2002
Location: Detroit
Posts: 237
Send a message via AIM to thisiszero Send a message via Yahoo to thisiszero
Awesome site Crouse! I want one just like it How did you make it?
thisiszero is offline   Reply With Quote
Old October 8th, 2002, 07:01 PM     #7 (permalink)
Ultimate Member
 
crouse's Avatar
 
Join Date: Jun 2002
Location: Iowa
Posts: 2,879
Send a message via ICQ to crouse
Thanks!

myphpnuke and alot of spare time
crouse is offline   Reply With Quote
Old October 8th, 2002, 07:18 PM     #8 (permalink)
Member
 
RainFire's Avatar
 
Join Date: Sep 2002
Location: Charlotte, NC
Posts: 384
Send a message via ICQ to RainFire
Yes I must agree Crouse impressive site....

Thanks for the help too by the way...

I am going to be working on that code shortly...



If you are looking for some extra cash in your spare time I might have a couple of projects for you.....


RainFire
RainFire is offline   Reply With Quote
Old October 9th, 2002, 12:11 AM     #9 (permalink)
Member
 
FritzJohn316's Avatar
 
Join Date: Oct 2002
Location: Houston, Texas
Posts: 68
Send a message via AIM to FritzJohn316
Quote:
Originally posted by crouse


I would have to disagree.

I think that is an opinion, not a fact........

Agreed Crouse, but it is an educated opinion with 18 years of design and 7 years of web design experience as to what works and what dosent.
Preference is an issue for sure. But you have to look at who your audience is and what they expect from your site.

Streching works for your site ok but it isnt a consumer site. The site in question is more a consumer site and there are lots of other variables to consider. Your site is guided by an audience that is programmer based, as such, most of those coming to your site will have the best of everything as far as computer equip.

Besides, there are web sites that are Designed...
and there are web sites that are "programmed"

There is usually a difference.

IMHO

FritzJohn316 is offline   Reply With Quote
Old October 9th, 2002, 12:51 AM     #10 (permalink)
ph34r t3h g04t
 
Whir's Avatar
 
Join Date: Oct 2001
Location: Kingsford, MI
Posts: 19,531
Blog Entries: 7
Also, it probably isn't affecting the site at all, but you might want to look into that table only adding up to 75% width. It'll get rendered 100% regardless, just might not look exactly like you want.
Whir is online now   Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Most Active Discussions
Is It Just Me? (2865)
Obama the Muslim (14)
Is the PSU I received dead? (10)
windows vista security holes (9)
HIS HD5770 graphic card question (15)
Foreign voltage (10)
Print spooler problem (13)
Install XP pro and a Vista laptop ?.. (10)
Dept. of HS: NSA 'Helped' Develop V.. (15)
A good PSU? (10)
Ideal cheap graph card for PC-Gamin.. (15)
New Computer wont recognize XP disc (7)
EVGA 9800 gtx help with finding a g.. (8)
World's largest Monopoly Game using.. (331)
Recent Discussions
Regular Build (0)
Modern Warfare For the PC (33)
radeon x850xt platinum & shader 3 (3)
Have you switched yet? (84)
Install XP pro and a Vista laptop ?? (10)
Wireless Router+Cable Modems and Much.. (0)
Optical Audio A-B Switch (1)
windows vista security holes (9)
Fire in DVD (0)
The NTDVM CPU has encountered an ille.. (24)
[F@H SPAM 11/16/09] ! 1/2 months to r.. (34)
Wireless speakers for PC? (11)
Print spooler problem (13)
Help getting around port 80 for camer.. (2)
Display shows 3x5 inch in middle of s.. (3)
monitor will not turn on at all, (1)
World's largest Monopoly Game using G.. (331)
Foreign voltage (10)
FiOS modem/router interfering with ne.. (7)
Browsers wont load websites (2)
Virus Doctor Popup? (1)
Dept. of HS: NSA 'Helped' Develop Vis.. (15)
EVGA 9800 gtx help with finding a goo.. (8)
Problem with speed step/turbo boost? (1)
Modern Warfare 2: Who Bought It? (61)


All times are GMT -4. The time now is 01:45 AM.
TechIMO Copyright 2009 All Enthusiast, Inc.



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28