Complex HTML question, anyone got a sec to take a look?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • newbreed
    Confirmed User
    • Nov 2003
    • 9898

    #1

    Complex HTML question, anyone got a sec to take a look?

    I got a page that's fucking with my head and could use some input from one of you html pros.

    I have a graphic image set as the backgroud of a table. Image shows fine on some pages but not on others. Can anyone suggest a fool proof code to make this work consistently?

    Thanks,
    Bill

    Loryn ‎(3:16 PM):
    I love it, just as long as we keep the bedroom door closed from all ears then we can have throw down hard core sex that makes us money haha
    fuck it we can have sex on money never did that before
  • dav555add
    Confirmed User
    • Jun 2001
    • 3427

    #2
    url?
    ...

    Comment

    • newbreed
      Confirmed User
      • Nov 2003
      • 9898

      #3
      Originally posted by dav555add
      url?
      This page is (besides the graphics) a copy of my teen site movie page. The pink table in the middle should be a yeloow pic mathcing the top and bottom header of that table cluster.

      Also if you look at the very top graphic there are split (horizontal) in the header graphic. In DWMX the splits are not there and I cannot for the lif of figure out how to get rid of them.


      http://wildcollegeteens.com/members/video/ is the page.

      Loryn ‎(3:16 PM):
      I love it, just as long as we keep the bedroom door closed from all ears then we can have throw down hard core sex that makes us money haha
      fuck it we can have sex on money never did that before

      Comment

      • stephthegeek
        Registered User
        • Mar 2004
        • 402

        #4
        Browsers have always been really finicky about table backgrounds. Best to avoid if you want consistent behaviour. My recommendation is always layers, or try nesting.

        The bugginess explained

        Comment

        • stephthegeek
          Registered User
          • Mar 2004
          • 402

          #5
          And you have a whole extra blank row in the header, just look at the code (ctrl-~) and delete the extra TR tag with the empty TDs in it.

          Comment

          • newbreed
            Confirmed User
            • Nov 2003
            • 9898

            #6
            Originally posted by stephthegeek
            And you have a whole extra blank row in the header, just look at the code (ctrl-~) and delete the extra TR tag with the empty TDs in it.
            Looing for it now...

            Loryn ‎(3:16 PM):
            I love it, just as long as we keep the bedroom door closed from all ears then we can have throw down hard core sex that makes us money haha
            fuck it we can have sex on money never did that before

            Comment

            • newbreed
              Confirmed User
              • Nov 2003
              • 9898

              #7
              Originally posted by stephthegeek
              And you have a whole extra blank row in the header, just look at the code (ctrl-~) and delete the extra TR tag with the empty TDs in it.
              OK removed the extra (tr) and (td) tags, but no change in appearance.

              Loryn ‎(3:16 PM):
              I love it, just as long as we keep the bedroom door closed from all ears then we can have throw down hard core sex that makes us money haha
              fuck it we can have sex on money never did that before

              Comment

              • stephthegeek
                Registered User
                • Mar 2004
                • 402

                #8
                I just reloaded and it looks like that got rid of the space there.

                Also, one of your image paths is showing up as file:///C|Desktop/TD%20sites/wildcollegeteens.com/members/images/thumbs/JeanaV10004.jpg

                Make sure you upload that one and change it to a relative path.
                Last edited by stephthegeek; 04-06-2004, 07:07 AM.

                Comment

                • newbreed
                  Confirmed User
                  • Nov 2003
                  • 9898

                  #9
                  Originally posted by stephthegeek
                  I just reloaded and it looks like that got rid of the space there.

                  Also, one of your image paths is showing up as file:///C|/hahahahahahahahas%20and%20Settings/Louis%20Fine/Desktop/TD%20sites/wildcollegeteens.com/members/images/thumbs/JeanaV10004.jpg

                  Make sure you upload that one and change it to a relative path.
                  Yeah that image tag is from the Teen site. I'm not worried about putting the thumbs in yet.

                  The splits are still there on my screen unfortunatelt.

                  Hey, do me a favor and edit your post and take the name out of that path for me please (between settings and desktop in the first tag).

                  Loryn ‎(3:16 PM):
                  I love it, just as long as we keep the bedroom door closed from all ears then we can have throw down hard core sex that makes us money haha
                  fuck it we can have sex on money never did that before

                  Comment

                  • stephthegeek
                    Registered User
                    • Mar 2004
                    • 402

                    #10
                    My bad, sorry I should have caught the name.

                    Ahh you're right, I was in Firefox. What you need to do is create one large table with 3 rows (and border, cellpadding, etc. at 0 too) and nest each one of those tables in it.

                    Comment

                    • newbreed
                      Confirmed User
                      • Nov 2003
                      • 9898

                      #11
                      Originally posted by stephthegeek
                      My bad, sorry I should have caught the name.

                      Ahh you're right, I was in Firefox. What you need to do is create one large table with 3 rows (and border, cellpadding, etc. at 0 too) and nest each one of those tables in it.
                      That's what I thought also but I also thought I tried that last night and it did not work. I'll try it again in a little bit. This is the time at which it is best for me to walk away from my computer before something gets broke!

                      Thanks for your help and suggestions, I'll be back in a bit to follow up!

                      Bill

                      Loryn ‎(3:16 PM):
                      I love it, just as long as we keep the bedroom door closed from all ears then we can have throw down hard core sex that makes us money haha
                      fuck it we can have sex on money never did that before

                      Comment

                      • Ash@phpFX
                        Confirmed User
                        • Nov 2003
                        • 4292

                        #12
                        HTML does tables very poorly in my opinion, fucking around a lot and using nesting is usually the only way to get the desired result

                        Comment

                        • stephthegeek
                          Registered User
                          • Mar 2004
                          • 402

                          #13
                          Yes, HTML was never meant for layout design. Tables are nothing more than a hack. But nesting them will definitely work... although they really don't need to be in different tables to start with.

                          Comment

                          Working...