Results 1 to 15 of 15

Thread: Layout

  1. #1
    DGTALGOODIES is offline Active Member
    Join Date
    Jun 2007
    Location
    Quebec
    Posts
    242

    Default Layout

    Hi can some one please help me out on this!

    I have a picture on my home page from index.html template53.jpg

    <div id="welcome">
    <%$hook_html_index_welcome%>
    <img src="<%$tpl_base%>/images/template_53.jpg" alt="" />
    <%t a=$site_name%>

    Problem is under IE6 my hole center gets pushed down under my sidebar.

    using #main2 {
    float: left;
    margin: 0 0 0px 7px;
    width: 561px;
    height: 1%; /* Holly hack for Peekaboo Bug */

    I tried removing the margin but it does not help it still as a space after sidebar on the left side. Only in IE6!

    My center is in middle of sidebar left and a sidebar right.

    Bruceper as said.

    You have something blocking the CSS. All I can see is

    #main2 {
    float: left;
    margin: 0 0 0px 7px;
    width: 575px;
    height: 1%; /* Holly hack for Peekaboo Bug */
    }

    There is no image listed there. But it looks like your margin might be causing the issue.

    And

    The image in the middle is 561px wide. Your table in the middle is 561px wide. IE assumes that an image has to have a border of 1px around it (total of 563px) even if there is no hyperlink.

    Adding border="0" MAY fix the issue, or simply increase the width of the table to 565 under main2 in layout.css

    Nothing works.

  2. #2
    Bruceper is offline Active Member
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    Sorry for not replying to your message. Just too damn busy.

    I haven't been able to figure it out, it's kind of weird. I'll look into it again today.

    Edit: The authentication fails now, so I cannot see the page.

  3. #3
    DGTALGOODIES is offline Active Member
    Join Date
    Jun 2007
    Location
    Quebec
    Posts
    242

    Default

    It should work i have just test it sometimes you need to try twice.

  4. #4
    Bruceper is offline Active Member
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    I was using a capitol instead of lower case, simply ignore me

    Looking now, I'll let you know in a bit

  5. #5
    Bruceper is offline Active Member
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    At first I assumed it was an image problem, but I got to looking and there are TONS of HTML issues.

    Multiple head tags, misplaced javascript, incomplete tags (not the end of the world, but should be fixed), a broken form (two /form tags), misplaced CSS, and a missing /div tag somewhere at the bottom which is probably causing most of the issues.

    Check your site against The W3C Markup Validation Service and start to fix all the errors you can. Once you fix them you'll find that the issue will fix itself.

  6. #6
    DGTALGOODIES is offline Active Member
    Join Date
    Jun 2007
    Location
    Quebec
    Posts
    242

    Default

    Thanks Bruceper for looking into it. I PM you with a offer.

  7. #7
    Bruceper is offline Active Member
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    uh oh lol

  8. #8
    DGTALGOODIES is offline Active Member
    Join Date
    Jun 2007
    Location
    Quebec
    Posts
    242

    Default

    Its up to you.

  9. #9
    DGTALGOODIES is offline Active Member
    Join Date
    Jun 2007
    Location
    Quebec
    Posts
    242

    Default

    i guess thats a no! Any one else think they can help me?

  10. #10
    Bruceper is offline Active Member
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    I haven't thought about it yet, I'll send you an answer tonight. It's been busy again these last two days but Mom is fine this time. Since it's spring break and I have my kids here I decided we should all go out and help sandbag some homes that may be affected by flooding soon.

  11. #11
    DGTALGOODIES is offline Active Member
    Join Date
    Jun 2007
    Location
    Quebec
    Posts
    242

    Default

    No problem Glad to hear she's doing better!

  12. #12
    Bruceper is offline Active Member
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    Thanks, as a follow up she's going to be starting dialysis which should eliminate the issues she's been having over the last few months with water buildup issues and the problems that water in the body can cause.

  13. #13
    DGTALGOODIES is offline Active Member
    Join Date
    Jun 2007
    Location
    Quebec
    Posts
    242

    Default

    I wish her good luck!

  14. #14
    FSGDAG's Avatar
    FSGDAG is offline Moderator
    Join Date
    May 2007
    Location
    NJ, United States
    Posts
    1,651

    Default

    *thread hijacker* -- My grandfather is on dialysis and has been for the last 8 years. He's 88 years old

    I dont know if your Mom is anything like my grandfather, but for a man that is 88, is a WWII Vet, lost his wife 2 years ago, and lost alot of the freedoms he use to enjoy, he is happier than a lark at dialysis. Nothing makes him happier than when the nurses keep coming around giving him attention
    FSGDAG | IndexU Hosting | Owner
    Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
    Follow Us On Twitter | FaceBook Profile | YouTube Videos

  15. #15
    Bruceper is offline Active Member
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    lol nice

Similar Threads

  1. Different Layout for Listings
    By Morphe in forum v5.x
    Replies: 8
    Last Post: 04-07-2008, 03:31 AM
  2. Layout issue : Help and advice please
    By mainman in forum v5.x
    Replies: 7
    Last Post: 03-10-2008, 01:44 AM
  3. layout problems
    By zupi in forum v5.x
    Replies: 13
    Last Post: 12-14-2007, 01:48 AM
  4. Changing Category Layout
    By xealinc in forum Blocks and Modification
    Replies: 4
    Last Post: 04-24-2007, 01:49 AM
  5. need to change layout of indexu
    By janewest in forum Tutorials, Hints & Tips
    Replies: 3
    Last Post: 05-13-2003, 11:03 PM

Posting Permissions

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