|
Posted by Patrick on February 16, 2005, 3:05 pm
Please log in for more thread options
Hi experts,
I am trying to help a guy fix up an incomplete site, other coder quit. I
have a question about how the site narrows the main page in a frame view.
The page is formatted to have large margins of blank (but colored) margins
and is centered. I am using a 17" monitor at high res, so I figure it's like
that so lesser resolutions can see the entire thing at once. Here is the
frameset index file:
/*entire index.htm file */
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
<HTML><HEAD><TITLE>Computer Parts Source.com</TITLE>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 6.00.2800.1458" name=GENERATOR></HEAD>
<FRAMESET border=0 frameSpacing=0 rows=5000,* frameBorder=0>
<FRAME src="cpsv1.htm">
<FRAME src="about:blank"></FRAMESET></HTML>
*/ top part of cpsv1, ie, frame one, and it's for the top and left menu
tables (omitted) */
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>ComputerPartsSource.com</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<LINK href="cps.css" type=text/css rel=stylesheet>
Most of the rest of the code is tables that set up top and lefthand menus.
But these tables have width=100% and yet are NOT 100% of the screen. Why not
is my q? The middle of the page is blank for new items etc.
The site may or may not be up right now: http://www.computerpartssource.com
TIA,
Patrick
psully at eatel dot net
ps: the css file doesn't seem to have anything to do with sizing or
whatever.
|
|
Posted by Dave Patton on February 16, 2005, 11:26 pm
Please log in for more thread options
> Hi experts,
>
> I am trying to help a guy fix up an incomplete site, other coder quit.
> The site may or may not be up right now:
> http://www.computerpartssource.com
Start over. Get rid of the use of frames.
Use valid HTML 4.01 and CSS.
--
Dave Patton
Canadian Coordinator, Degree Confluence Project
http://www.confluence.org/ My website: http://members.shaw.ca/davepatton/
|
|
Posted by Patrick on February 16, 2005, 10:39 pm
Please log in for more thread options
>
> > Hi experts,
> >
> > I am trying to help a guy fix up an incomplete site, other coder quit.
>
> > The site may or may not be up right now:
> > http://www.computerpartssource.com >
> Start over. Get rid of the use of frames.
> Use valid HTML 4.01 and CSS.
Beginning to sound like a good idea. Thanks.
Patrick
> Dave Patton
> Canadian Coordinator, Degree Confluence Project
> http://www.confluence.org/ > My website: http://members.shaw.ca/davepatton/
|
|
Posted by Patrick on February 16, 2005, 10:40 pm
Please log in for more thread options
Ok, i am thinking starting over is a good idea.
TY
Patrick
>
> > Hi experts,
> >
> > I am trying to help a guy fix up an incomplete site, other coder quit.
>
> > The site may or may not be up right now:
> > http://www.computerpartssource.com >
> Start over. Get rid of the use of frames.
> Use valid HTML 4.01 and CSS.
>
> --
> Dave Patton
> Canadian Coordinator, Degree Confluence Project
> http://www.confluence.org/ > My website: http://members.shaw.ca/davepatton/
|
| Similar Threads | Posted | | Frames Question | March 7, 2005, 1:43 am |
| Frames question | November 21, 2005, 1:48 pm |
| Another question on changing 2 frames | November 16, 2004, 7:42 am |
| Beginners question regarding FRAMES | April 14, 2005, 4:51 am |
| question about horizontal scrollbar in frames | August 11, 2006, 4:00 am |
| Question on frames within iframe and scrollbar issues | April 3, 2008, 2:15 pm |
| So, HOW should one do "frames" without Frames? | September 6, 2004, 7:30 pm |
| frames and N/FF/M | April 6, 2005, 2:38 pm |
| Re: CSS frames | April 17, 2006, 3:52 pm |
| frames/no frames | July 22, 2006, 9:47 am |
|