Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Set Resolution to 800x600 with L margin justified


datoupee

Recommended Posts

Posted

Hello all... this is my 1st post on the board and I would like to say that I was able to find answers to just about every question I ran into during the creation of my site by using the search feature on the boards. A little searching goes an extremely long way. There were too many threads/posts I read over to thank everyone who helped in answering my questions.

 

With that said, I am down to my final puzzlements in the creation of my store. I would like to know the best way to:

 

1. Set the resolution to 800 x 600.

2. Justify the site so it is stays flush against the left margin with the new resolution.

3. I have removed the right column entirely by commenting (//) it out. I would now like to take the center column and stretch it past where the right column is. (Hopefully without having to go into each page and manually delete the right column.)

 

Any help is greatly appreciated !

Posted

(1) You cannot force your customers to use any particular resolution. You can put a note in the footer stating 'This site best viewed in ...' or even use a JS popup upon entry stating: 'Your resolution is currently set to x. This site is best viewed in Y.'

 

(2) I would think after the response to #1, #2 would be a moot point but if you'd like to do it, check out the contribution for centering the page and simply align left instead.

 

(3) All pages contain <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> You can't simply pretend it isn't there. ;) You will need to remove that column.

Posted

I find it hard to believe that there is no way to get the site set to 800 x 600 resolution. There has got to be a way to do this. Possibly by setting pixel lenghs for the header and footer ?

Posted

I don't think you understand my question in full as I did not present it correctly. Let me try again...

 

I would like to have the length of the site be set to 800 pixels. That is all.

Archived

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

×
×
  • Create New...