Web savy people! I have a question about page formatting w/ tables

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • IntenseCash
    Confirmed User
    • Apr 2003
    • 2421

    #1

    Web savy people! I have a question about page formatting w/ tables

    I have text going around a thumb picture... how do I get the text to automatically go around the picture without having to format into tables?

    Meaning without having to format the text myself to look good around the thumb picture. also so it changes automatically for different screen res.

    Thanks guys
    IntenseCash.com
    ~ Chuck | ICQ: 444887112
    Top converting sites:
    BrokeStraightBoys.com, CollegeDudes.com & CollegeBoyPhysicals.com
  • juicylinks
    So Fucking Banned
    • Apr 2001
    • 122992

    #2
    post some code or an example yo

    Comment

    • IntenseCash
      Confirmed User
      • Apr 2003
      • 2421

      #3
      bump !
      IntenseCash.com
      ~ Chuck | ICQ: 444887112
      Top converting sites:
      BrokeStraightBoys.com, CollegeDudes.com & CollegeBoyPhysicals.com

      Comment

      • IntenseCash
        Confirmed User
        • Apr 2003
        • 2421

        #4
        here is my example:

        Example


        I need the text to wrap around the picture without having to start a "td colspan=2"... so it automatically formats itself around the picture
        IntenseCash.com
        ~ Chuck | ICQ: 444887112
        Top converting sites:
        BrokeStraightBoys.com, CollegeDudes.com & CollegeBoyPhysicals.com

        Comment

        • Mr.Fiction
          Confirmed User
          • Feb 2002
          • 9484

          #5
          Put align="left" on in the image tag and put the image in the same cell?
          Don't be lazy, protect free speech: ACLU | Free Speech Coalition | EFF | IMPA

          Comment

          • iroc409
            Confirmed User
            • Jan 2003
            • 4728

            #6
            Originally posted by Mr.Fiction
            Put align="left" on in the image tag and put the image in the same cell?
            that acutally won't work out so hot. because presumably the text would be one item, and the image is one item, it would push them around accordingly. either the image would be after the text, or the image would be before the text, but it wouldn't wrap it like that.

            i imagine IE has some proprietary measures to do what you want, since IE sucks 10" dongs for breakfast.
            <a href="http://www.iroc409.com/"><img src="http://www.iroc409.com/adv/120x60.gif" border=0></a>


            icq: 1 7 6 4 2 0 9 6 0
            Gallery templates for ONLY $25! w00t!

            Comment

            • Mr.Fiction
              Confirmed User
              • Feb 2002
              • 9484

              #7
              Originally posted by iroc409


              that acutally won't work out so hot. because presumably the text would be one item, and the image is one item, it would push them around accordingly. either the image would be after the text, or the image would be before the text, but it wouldn't wrap it like that.

              i imagine IE has some proprietary measures to do what you want, since IE sucks 10" dongs for breakfast.
              I believe that if you left align the image, the text wil start at the top right of the image and then wrap around it once it gets past the image.

              One of the GFY graphic designers must know the right way to do it?
              Don't be lazy, protect free speech: ACLU | Free Speech Coalition | EFF | IMPA

              Comment

              • iroc409
                Confirmed User
                • Jan 2003
                • 4728

                #8
                Originally posted by Mr.Fiction


                I believe that if you left align the image, the text wil start at the top right of the image and then wrap around it once it gets past the image.

                One of the GFY graphic designers must know the right way to do it?

                yeah, i figured he wanted text on 3 sides of the image, in which case that wouldn't really work tho.

                also, it's kinda up to browser interpretation, so it's a pretty ungood way to build it.

                if the text were not one long paragraph, i'd just use tables.
                <a href="http://www.iroc409.com/"><img src="http://www.iroc409.com/adv/120x60.gif" border=0></a>


                icq: 1 7 6 4 2 0 9 6 0
                Gallery templates for ONLY $25! w00t!

                Comment

                • Mr.Fiction
                  Confirmed User
                  • Feb 2002
                  • 9484

                  #9
                  Originally posted by iroc409



                  yeah, i figured he wanted text on 3 sides of the image, in which case that wouldn't really work tho.

                  also, it's kinda up to browser interpretation, so it's a pretty ungood way to build it.

                  if the text were not one long paragraph, i'd just use tables.
                  I see what you mean. If he doesn't want the image at the top, then what? Maybe you could use CSS to fix the location of the image, but you'd have to worry about browser compatibility issues.
                  Don't be lazy, protect free speech: ACLU | Free Speech Coalition | EFF | IMPA

                  Comment

                  • IntenseCash
                    Confirmed User
                    • Apr 2003
                    • 2421

                    #10
                    I thought about using css... I want to be sure this page works with IE and Netscape. I have seen this done before somewhere...

                    anyone else have any ideas?
                    IntenseCash.com
                    ~ Chuck | ICQ: 444887112
                    Top converting sites:
                    BrokeStraightBoys.com, CollegeDudes.com & CollegeBoyPhysicals.com

                    Comment

                    • IntenseCash
                      Confirmed User
                      • Apr 2003
                      • 2421

                      #11
                      After doing some searching I found out how to do it... something so simple!

                      Check it out: Fixed Example
                      IntenseCash.com
                      ~ Chuck | ICQ: 444887112
                      Top converting sites:
                      BrokeStraightBoys.com, CollegeDudes.com & CollegeBoyPhysicals.com

                      Comment

                      • Mr.Fiction
                        Confirmed User
                        • Feb 2002
                        • 9484

                        #12
                        Originally posted by IntenseCash
                        After doing some searching I found out how to do it... something so simple!

                        Check it out: Fixed Example
                        <img src="http://www.gofuckyourself.com/images/icons/xyxthumbs.gif">

                        Isn't that the same as adding align="left" inside the img tag?

                        You might also want to add hspace and vspace so the text doesn't hit the image.
                        Don't be lazy, protect free speech: ACLU | Free Speech Coalition | EFF | IMPA

                        Comment

                        Working...