Announcement

Collapse
No announcement yet.

Page width constraints

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Page width constraints

    We have a flash logo at the top of our site and we wish the page to remain the same width as the width of the flash logo, currently when someone with a larger monitor views the site, the content of the page stretches to fill the width of the monitor but the flash logo stays the same, how do i stop the contents stretching??

    #2
    You need to provide it with a fixed pixel width rather that a % width. It will be the same size on all screens then.

    Comment


      #3
      how do i do that? ive found a thread that refers to actinic.css but i cant find this, where exactlly do i need to edit??

      Comment


        #4
        anyone please?

        Comment


          #5
          Can you provide a url or a mention of what you are using for your site. I'd imagine either a table as your outer layout or css styles with widths specified in the stylesheet. The stylesheet is available in the drop down box on the design tab. The outer layout can be viewed through either selecting it in the design library or selecting it in the design tree on the right hand side in design view.

          Comment


            #6
            http://www.matrixbathrooms.com/

            thats the site URL, i want the page width to be the same as the flash logo at the top, in other words i want a margin down the left and the right and the page centered no matter how wide the monitor.

            Comment


              #7
              Michael,

              That header has a width of 960. If you go to the 'Design' Tab then click in the preview, right at the left hand bottom of the screen, click on the yellow swirl 'Navigate To Parent Layout', click this till you are on the page overall layout. Line 1 on an overall layout would start with "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML ..... " etc.

              Scroll down till you see <body onload="PreloadImages">, in the <Table ..> tag you see a few lines below, replace "100%" for "960" and save. You will have to do this for all the overall layouts used on the site, check in 'Settings | Site Options | Layouts | Site'.

              Kind regards,
              Bruce King
              SellerDeck

              Comment

              Working...
              X