Help needed please

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Xenthan
    Registered User
    • Dec 2004
    • 66

    #1

    Help needed please

    I am using both Photoshop and Dreamweaver.I build my pages in PS then use DW to add the finishing touches...ie adding links and code to the final product(drawing layers in DW).
    Here is my problem.My pages come out perfect in 600X800 but when the resolution is upped to 1024X768 and beyond chaos ensues.BUT ONLY after I add links and layers in DW!
    If anyone has the time or willingness to view my pages in multiple resolutions and has ANY suggestions it would be greatly appreciated!
    The base page that has no issues in whatever resolution:
    http://www.xenthan.com/TXS.html
    The final product which I am having problems with:
    http://www.xenthan.com/TXS1.htm
    Notice how in 600X800 all the DW by-products are centered(links and banners)...but when you go to a higher resolution it is offset to the left a bit!
    I have a feeling its just a line or two of code that can correct this...but after hours of trying I can't get there!
    Please help if you have the time!
    Thank you
  • AaronM
    GFY Royality ;)
    • Oct 2001
    • 46917

    #2
    I'm at 1024x768 and the pages look identical to me.

    Comment

    • jawanda
      Confirmed User
      • Feb 2003
      • 6040

      #3
      Welll ..

      That's your "finished" page? The thumbs aren't even real thumbs, and they don't link to anything ... ?

      Anyway, just try throwing a straight up <center></center> around those broken links .. the div's seem to be fucking up.

      Good luck man.

      -p

      Comment

      • Xenthan
        Registered User
        • Dec 2004
        • 66

        #4
        but at the bottom of the page is the banner and text link offset to the left?....in 600X800 they are both centered!
        In a higher res they are not!
        TY for your time!

        Comment

        • jawanda
          Confirmed User
          • Feb 2003
          • 6040

          #5
          Here's your problem:

          <DIV id=Layer1
          style="Z-INDEX: 1; LEFT: 238px; WIDTH: 350px; POSITION: absolute; TOP: 863px; HEIGHT: 29px">

          Just do a Div align=center instead of 238px Left, etc.

          Comment

          • Xenthan
            Registered User
            • Dec 2004
            • 66

            #6
            Originally posted by jawanda
            Welll ..

            That's your "finished" page? The thumbs aren't even real thumbs, and they don't link to anything ... ?

            Anyway, just try throwing a straight up <center></center> around those broken links .. the div's seem to be fucking up.

            Good luck man.

            -p
            this was just put up to try to get this issue taken care of before I post the actual page linking the thumbs to higher res pics....
            Thnx

            Comment

            • jawanda
              Confirmed User
              • Feb 2003
              • 6040

              #7
              Originally posted by Xenthan
              this was just put up to try to get this issue taken care of before I post the actual page linking the thumbs to higher res pics....
              Thnx

              Got ya. See above ;)

              -p

              Comment

              • Rantan
                Confirmed User
                • Aug 2004
                • 714

                #8
                you need to learn to read HTML and CSS

                and both of these look fine if a little uninspired to me.
                www.jesusjohnson.com

                Comment

                • AaronM
                  GFY Royality ;)
                  • Oct 2001
                  • 46917

                  #9
                  Originally posted by Xenthan
                  but at the bottom of the page is the banner and text link offset to the left?....in 600X800 they are both centered!
                  In a higher res they are not!
                  TY for your time!

                  So I copied your source and put it in Dreamweaver.

                  It amazxes me how difficult people tend to make the simplest things.

                  It's a fucking gallery for Christ's sake. K.I.S.S.

                  Comment

                  • Xenthan
                    Registered User
                    • Dec 2004
                    • 66

                    #10
                    Originally posted by jawanda
                    Here's your problem:

                    <DIV id=Layer1
                    style="Z-INDEX: 1; LEFT: 238px; WIDTH: 350px; POSITION: absolute; TOP: 863px; HEIGHT: 29px">

                    Just do a Div align=center instead of 238px Left, etc.
                    so...div align center...then delete the rest of the specs and just have that?
                    Wont that stick the banner at the top of the page...in the center yes but at the top?

                    Comment

                    • Rantan
                      Confirmed User
                      • Aug 2004
                      • 714

                      #11
                      Originally posted by Xenthan
                      so...div align center...then delete the rest of the specs and just have that?
                      ya, you're getting a little advanced with the CSS in this situation, just center it and it should be fine.
                      The Z-index, and id=layer crap isnt needed unless you're talking a big site.

                      ~AaronM "K.I.S.S"
                      www.jesusjohnson.com

                      Comment

                      • AaronM
                        GFY Royality ;)
                        • Oct 2001
                        • 46917

                        #12
                        Originally posted by Rantan
                        ya, you're getting a little advanced with the CSS in this situation, just center it and it should be fine.
                        The Z-index, and id=layer crap isnt needed unless you're talking a big site.

                        ~AaronM "K.I.S.S"

                        Exactly.

                        Comment

                        • jawanda
                          Confirmed User
                          • Feb 2003
                          • 6040

                          #13
                          Yeah, you don't need css in a gallery like this ...

                          Use tables, and put the ads underneath the thumbs centered.

                          By using css attributes such as "Left=" you are making the location of those elements of the page static, meaning regardless of width that ad will be 238px from the Left edge.

                          Just center it.

                          Comment

                          • Xenthan
                            Registered User
                            • Dec 2004
                            • 66

                            #14
                            Ty all for your time...very much appreciated!

                            Comment

                            • Xenthan
                              Registered User
                              • Dec 2004
                              • 66

                              #15
                              Originally posted by Xenthan
                              so...div align center...then delete the rest of the specs and just have that?
                              Wont that stick the banner at the top of the page...in the center yes but at the top?
                              when using div align center ...it is now centered but at the top of the page!Not where it is supposed to be.

                              Comment

                              • Rantan
                                Confirmed User
                                • Aug 2004
                                • 714

                                #16
                                /sigh

                                forget the freaking css, you don't know it well enough and it's too much for this project anyway. just put everything into tables.
                                www.jesusjohnson.com

                                Comment

                                • jawanda
                                  Confirmed User
                                  • Feb 2003
                                  • 6040

                                  #17
                                  Here dude, you owe me one:

                                  http://thongpeak.com/txs/

                                  Look how fuckin' simple it is with tables.

                                  :food-smil

                                  -p

                                  Comment

                                  • Xenthan
                                    Registered User
                                    • Dec 2004
                                    • 66

                                    #18
                                    Originally posted by Rantan
                                    /sigh

                                    forget the freaking css, you don't know it well enough and it's too much for this project anyway. just put everything into tables.
                                    I did not realize CSS was involved here...I was just using...or so I thought...basic DW design.Just trying to get this down!

                                    Comment

                                    • Xenthan
                                      Registered User
                                      • Dec 2004
                                      • 66

                                      #19
                                      Originally posted by jawanda
                                      Here dude, you owe me one:

                                      http://thongpeak.com/txs/

                                      Look how fuckin' simple it is with tables.

                                      :food-smil

                                      -p
                                      TY so much jawanda...and yes...I owe you one.I will not forget.
                                      TY again for your time!

                                      Comment

                                      • jawanda
                                        Confirmed User
                                        • Feb 2003
                                        • 6040

                                        #20
                                        Originally posted by Xenthan
                                        I did not realize CSS was involved here...I was just using...or so I thought...basic DW design.Just trying to get this down!
                                        copy what i made for you, insert another table for the thumbs (break off the header... and save the bg.jpg that i have there for the thumb-table bg (border))and youll be all set.

                                        Comment

                                        • jawanda
                                          Confirmed User
                                          • Feb 2003
                                          • 6040

                                          #21
                                          Originally posted by Xenthan
                                          TY so much jawanda...and yes...I owe you one.I will not forget.
                                          TY again for your time!
                                          No problemo.

                                          Comment

                                          • Xenthan
                                            Registered User
                                            • Dec 2004
                                            • 66

                                            #22
                                            Originally posted by jawanda
                                            No problemo.
                                            No really ...I could kiss ya right now.I sooo owe you one.
                                            TY very much

                                            Comment

                                            • jawanda
                                              Confirmed User
                                              • Feb 2003
                                              • 6040

                                              #23
                                              Originally posted by Xenthan
                                              No really ...I could kiss ya right now.I sooo owe you one.
                                              TY very much
                                              We all start somewhere.

                                              Good luck man

                                              -p

                                              Comment

                                              • NaughtyRob
                                                Two fresh affiliate progs
                                                • Nov 2004
                                                • 29602

                                                #24
                                                That was really nice of you Jawanda.
                                                Kudos to you. If more people were nice on this board instead of being worthless sigwhores and trolls maybe people would stop jumping to other boards. Good job.

                                                [email protected]
                                                Skype: 17026955414
                                                Vacares Web Hosting - Protect Your Ass with Included Daily Backups

                                                Comment

                                                Working...