Results 1 to 11 of 11

Thread: Pages do not publish in proper properties
      
   

  1. #1
    jcherry is offline Corporal
    Join Date
    Jun 2009
    Location
    Ontario, Canada
    Posts
    16

    Default Pages do not publish in proper properties

    Hi I am publishing my pages and some of them are not the full size that the properties are set at. I do not have a side bar at all and my width is to large. Any suggestions?

  2. #2
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Pages do not publish in proper properties

    would need a link.

  3. #3
    jcherry is offline Corporal
    Join Date
    Jun 2009
    Location
    Ontario, Canada
    Posts
    16

    Default Re: Pages do not publish in proper properties

    Chris

    I do not think that a link has anything to do with it. All my pages are set at 900 width and varying lenghts. Some of my pages are viewing proper but some are vewing smaller. Even if I go in and change the page size in properties, resave, republish and refresh it still does not change the view of the page. It does not fit.

  4. #4
    wysiwyg4 is offline Major
    Join Date
    Nov 2007
    Posts
    481

    Default Re: Pages do not publish in proper properties

    I agree with Collectors-info

    If you give out the URL,
    then someone can look at View/Page Source
    and see what is going on.

    We would be shooting in the dark
    without looking at it.

    Shafi

  5. #5
    jcherry is offline Corporal
    Join Date
    Jun 2009
    Location
    Ontario, Canada
    Posts
    16

    Default Re: Pages do not publish in proper properties

    Thanks Your Right

    http://www.energyandfuelsolutions.ca/automotive.html

    Notice to the right there is white. I would like to page to fit full, also when you click on the test results on the lower part of the page, when it comes up there is no side bar to scroll down the page.

    Thanks

  6. #6
    wysiwyg4 is offline Major
    Join Date
    Nov 2007
    Posts
    481

    Arrow Re: Pages do not publish in proper properties

    Your widest image is (I truncated other parameters)
    <img src="bv01189.gif" width="918" height="150"> What you can do is to change width to a bigger number.

    Use Trial and error method and see what width you are satisfied with.

    You can check other places and see where you can make the changes you want.

    When you display http://www.energyandfuelsolutions.ca/automotive.html

    on Firefox, click on View/Page Source and then
    slowly but surely examine all the dimensions.

    I hope that helps.

    Shafi

  7. #7
    wysiwyg4 is offline Major
    Join Date
    Nov 2007
    Posts
    481

    Arrow Re: Pages do not publish in proper properties

    For Test Results part of it,

    you are using Page Anchors.

    Instead why not use regular page and at
    some point bring the visitor back to the index page
    like a HOME link.

    I think that would be a clear cut - cut if you will.

    Page anchors are fine. I use them on my site but
    still I would suggest otherwise to use "regular" page structure.

    Shafi

  8. #8
    wysiwyg4 is offline Major
    Join Date
    Nov 2007
    Posts
    481

    Arrow Re: Pages do not publish in proper properties

    on the index file http://www.energyandfuelsolutions.ca/index.html,

    you have the width set for

    <img src="bv01162.gif" width="991" height="142">

    And I think that's what you want.

    However, for different screens and resolutions,
    it is always considered a good practice to go from
    left to right, meaning leave some space on the right
    to accommodate other screen sizes.


    Shafi

  9. #9
    jcherry is offline Corporal
    Join Date
    Jun 2009
    Location
    Ontario, Canada
    Posts
    16

    Default Re: Pages do not publish in proper properties

    Thanks for all the help but you are talking over my head.

    Why does me pages not have side bars allowing me to scroll down to the bottom of my page.

  10. #10
    wysiwyg4 is offline Major
    Join Date
    Nov 2007
    Posts
    481

    Arrow Re: Pages do not publish in proper properties

    This is what you have for the test button results; except for images all three are the same.

    Look at the reference in bold.

    <a href="#" onclick="javascript:open('http://www.energyandfuelsolutions.ca/autotestimonials.html', '', 'toolbar=no,menubar=no,location=no,scrollbars=no,re sizable=no,status=no,left=,top=,width=,height=')">

    Why make it so complicated when you can use simple page anchors.

    This is your file, right?
    http://www.energyandfuelsolutions.ca...timonials.html

    If you stick it into your browser address field, watch what happens. It is just a regular page.

    Is it a JavaScript you are using?

    Why not make it simple and use page anchors like the following.

    Your first test button would point to
    <a href="http://www.energyandfuelsolutions.ca...timonials.html#A">A</a> Instead of A you can call it anything you want. It just points to a location on the autotestimonials.html file. You must use the anchor # right before A.

    Now in the file itself, create that location. So for Dean Gulick
    it would be <a name="
    ">A</a>">A</a>. This would be at the top of that testimonials file right before Dean data. No anchor here.

    For the second button, you can point to a point B
    And on the testimonial file, have
    <a name="">B</a>. Place this right before the Cadillac description.

    And then the third one with the same procedure.

    Let us know if it works. Let us know if it doesn't.

    For the above instructions to work, you would use HTML boxes.

  11. #11
    wysiwyg4 is offline Major
    Join Date
    Nov 2007
    Posts
    481

    Default Re: Pages do not publish in proper properties

    Collectors-info has a better description of it.

    I didn't know BV has this feature.

    Bookmarks

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49