Corrected coding please for repeating image

I have searched the internet/the tutortials and cannot get the correct coding for a repeat image vertically in a table on the left hand side of the webpage.  I believe the coding should be repeat-y but I tried all the examples and could not get it to work.  I finally found a way to get it on but I know there is better coding.  This is what I have so far:
<tr><th width="526" height="865" valign="top" scope="row"><table width="121" height="864" border="0" align="left" cellpadding="0" cellspacing="0">
        <tr>
          <th width="121" height="864" valign="top" scope="row"><p><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" />
          <img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" />
          <img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /><img src="../Images/border.jpg" width="80" height="80" /></p></th>
        </tr>
      </table>

I do not want a complete page covered with this design, merely the left-hand border side.
as mentioned background-repeat:repeat-y; will do just that.
Some of us, especially in this economic times, cannot afford to spend thousands to have a website created, so we do the best we can.  While I agree tables are difficult for they were indeed designed to place data, and I have eliminated tables where ever I could, this was the only way I could get the result needed.
agreed times are tough, but seriously working in tables adds more time, more headaches and therefore costs more money.
Sorry to have bothered you.  Shame Dreamweaver was bought out by Adobe but then, there are other programs; perhaps there forums will have more tolerance for one of us old duffers.
whats with being all touchy? you asked for "correct coding please for repeating image?"
and thats what I gave you.
apart from that I mentioned not to use tables. which is a good thing to take on board.
for example
1. Tables are usually more bytes of markup. (Longer to download, and more bytes of traffic for the host.)
2. Tables usually prevent incremental rendering. (Takes longer for the user to see anything on the page.)
3. Tables may require you to chop single, logical images into multiple ones. (This makes redesigns total hell, and also increases page load time [more http requests and more total bytes].)
4. Tables break text copying on some browsers. (That's annoying to the user.)
5. Tables prevent certain layouts from working within them (like height:100% for child elements of <td>). (They limit what you can actually do in terms of layout.)
6. Once you know CSS, table-based layouts usually take more time to implement. (A little effort up-front learning CSS pays off heavily in the end.)
7. Tables are semantically incorrect markup for layout. (They describe the presentation, not the content.)
8. Tables make life hell for those using screen readers. (Not only do you get the other benefits of CSS, you're also helping out the blind/partially-sighted. This is a Good Thing.)
9. Tables lock you into the current design and make redesigns MUCH harder than semantic HTML+CSS. (Have you seen CSS Zen Garden?)
(source - http://phrogz.net/css/WhyTablesAreBadForLayout.html)

Similar Messages

  • I am using Adobe Pro 11 and on opening a pdf I am getting error 'Insufficient Data for an Image'. Please help and provide a workaround if the solution not there.

    Hi all,
    I am using Adobe Pro 11 and on opening a pdf I am getting error 'Insufficient Data for an Image'. Please help and provide a workaround if the solution not there.
    I have already set the preferences to for page view to low zoom settings, and page fit view settings, but it never opens the pdf. Please check and provide a solution asap.
    Thanks in advance!

    Most of the documents have sensitive info on them.  I will have to do some looking for some that i can share, but will get something to upload (dropbox) as soon as I can.
    Thanks for you help.

  • I've been sent a scan of a document as an attachment. Clicking on it, I get the message, "Pixel aspect ration correction is for preview purposes only. Turn it off for maximum image quality." What is pixel aspect ration and how do I turn it off?

    I've been sent a scan of a document as an attachment. Clicking on it, I get the message, "Pixel aspect ration correction is for preview purposes only. Turn it off for maximum image quality." What is pixel aspect ration and how do I turn it off?

    It's "aspect ratio", not aspect "ration". 
    It's what determines whether you have square pixels ("normal") or, if rectangular pixels, what the aspect ratio (width : length)  of that rectangle is.
    It's explained in the Help files.  I cannot go into more detail because you have neglected to provide information about your platform and exact version of Photoshop.
    Example in next post

  • Error - The software required for the ipod is not installed correctly.  Please reinstall itunes to install the required sotware

    When trying to load music from ITunes to my ipod I receive the error "The software required for the ipod is not installed correctly.  Please reinstall itunes to install the required sotware"
    What should I do to correct the error? 

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies. The notes below the box include tips on removing troublesome components.
    The further information area has direct links to the current and recent builds in case you have problems downloading, need to revert to an older version or want to try the iTunes for Windows (64-bit - for older video cards) release as a workaround for installation or performance issues, or compatibility with QuickTime or third party software.
    Your library should be unaffected by these steps but there also links to backup and recovery advice should it be needed.
    tt2

  • What do i do because whenever i click on itunes it says 'this version of itunes has not correctly been localized for this language. please run the english version. its in english already?

    what do i do because whenever i click on itunes it says 'this version of itunes has not correctly been localized for this language. please run the english version. its in english already? its only been doing this since today because i had to restore my laptop to a restore point, but itunes was working fine on that day?

    Hello yazzie-dee,
    I would recommend uninstalling, then downloading and reinstalling iTunes.
    Removing and Reinstalling iTunes and other software components for Windows XP
    http://support.apple.com/kb/HT1925
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    http://support.apple.com/kb/HT1923
    Cheers,
    Allen

  • TS2758 I need to know the correct account settings for my mail on my Iphone 3G please

    I need to know the correct account settings for my mail on my Iphone 3G please?

    How would anyone here know the correct settings for your mail account?

  • "The software required for this iPhone is not installed correctly. Please reinstall iTunes to install the required software." I get the same error on my iPad.

    I upgraded my itunes to 10.6 and now I get the error "The software required for this iPhone is not installed correctly. Please reinstall iTunes to install the required software." I get the same error on my iPad. I've tried uninstalling and reinstalling. Please help!!

    Edit: 10.6.3. I have uninstalled using the uninstall programs on itunes and then I downloaded again from the itunes website multiple times. This is not resolving the issue. The phone shows up in My Computer.

  • I have uninstalled and reinstalled iTunes multiple times.  When I connect my iPod Classic I get the following message:  The software for this iPod is not installed correctly.  Please reinstall iTunes to install the required software.  Any ideas?

    I have uninstalled and reinstalled iTunes multiple times.  When I connect my iPod Classic I get the following message:  The software for this iPod is not installed correctly.  Please reinstall iTunes to install the required software.  Any ideas?

    Assuming you have windows, try uninstalling iTunes and all of its components as by following this guide exactly: Windows XP or Windows Vista/7, then reinstall iTunes.  You must follow this guide exactly or it will not be successful.  Note: uninstalling iTunes will only remove the application; it will not touch your iTunes library or data.

  • Please make changes for contact image for for full screen... I bought Iphone Only for full screen contact image so please make changes for full screen contact image...

    Please make changes for contact image for for full screen... I bought Iphone Only for full screen contact image so please make changes for full screen contact image...

    I bought Iphone Only for full screen contact image
    Is that so? So you don't use ANY of the other features of the iPhone? You don't use the internet, apps, play games, make calls, take pictures, or ANYTHING else at all? You just wanted full-screen contact image?
    I don't believe you...
    Please make changes for contact image for for full screen
    Tell Apple: http://www.apple.com/feedback/

  • I tried to download the latest upgrade and got the following: "iTunes was not installed correctly. Please reinstall iTunes. Error 7 (Windows error 193).  Program Files/Common Files/Apple/Apple Application Support\ApplePushService.dll

    I tried to download the latest upgrade and I got a message telling me "The application or DLL ProgramFiles/CommonFiles/Apple/Applie Application Support\ApplePushService.dll is not a valid Windows image. Please check this against your installation diskette." and then below that another message "iTunes was no installed correctly. Please reinstall iTunes. Error 7 (Windows error 193).  I tried reinstalling and it still will not work.

    Taken at face value, you're having trouble with an Apple Application Support program file there. (Apple Application Support is where single copies of program files used by multiple different Apple programs are kept.)
    Let's try something relatively simple first. Restart the PC. If you're using Vista or 7,now head into your Uninstall a program control panel, select "Apple Application Support" and then click "Repair". If you're using XP,head into your Add or Remove Programs control panel, select "Apple Application Support", click "Change" and then click "Repair".
    If no joy after that, try the more rigorous uninstall/reinstall procedure from the following post. (If you've got XP, although the procedure is for Vista and 7, just read "Computer" as "My Computer", read "Uninstall a program control panel" as "Add or Remove programs control panel" and assume the system is 32-bit, and you'll be doing the right things.)
    Re: I recently updated to vista service pack 2 and I updated to itunes 10.2.1 and ever

  • How translate alts and titles for a images in dynamic content?

    Hi,
    I have a classic report with a column that shows diff. images based on decode expression for that column in report sql. Is there a way to translate alt and title for those images displayed dynamically?
    Thanks.

    Hello Edward,
    >> Is there a way to translate alt and title for those images displayed dynamically?
    Yes. You can use the APEX Dynamic Translation option:
    http://download.oracle.com/docs/cd/E17556_01/doc/user.40/e15517/global.htm#BABFHCJA
    Regards,
    Arie.
    &diams; Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.
    &diams; Author of Oracle Application Express 3.2 – The Essentials and More

  • Why no SCALE option for lightbox images?

    Need SCALE options for lightbox images!
    Must have SCALE DOWN option.
    Images must scale down to display correctly on a smaller screen.
    Currently Muse Lightbox FAILS on smaller browser screens.
    Adobe please include this feature ASAP!

    Thanks for the reply
    The problem with the Fullscreen Lightbox is that the images scale up and pixelate on a larger browser viewport.
    (To avoid this requires a very large image that makes loading slow)
    So for Fullscreen Lightbox I would like a SCALE DOWN ONLY option (requested previously). Then the images would not scale up above 100% and would float centred on larger browser viewports (FIT PROPORTIONALLY option used).
    And for the standard lightbox a scale option, as requested above, would mean the image doesn't overflow on a smaller browser viewport.
    The reason for asking for scale options is to keep images looking their best at 100%, and downscaling for smaller browser ports.

  • Image size for LOCAL images

    Is there still a size limit for the ZMG file for local images (not network
    installations)? I have a ZMG that is 2.17g that works fine using the
    network but I get the error message "end of archive" when using a dvd with
    that same image. I found several messages from last year that indicate
    that the zmg can not be greater than 2 gig for local installations. Is
    that still true? I am going to have to span my media?
    TIA,
    Sandy

    Sandy,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Advice needed about lens correction plugin's for Aperture 2.1

    Please can I have some advice about lens correction plugin's for Aperture 2.1?
    I see that the Apple Aperture Downloads site promotes two:
    1)LensFix 4.3
    An external editor. The Aperture Downloads site calls it Lens Fix 4.3 but when you go the developers site (Kekus Digital) it only shows LensFix CI is this the same thing? Am I supposed to download the PTLens database from epaperpress.com and install manually before it is any good?
    OR
    2)Edit FixLens 1.6
    Their site looks very poorly designed and the link from the Apple page does not go to the Aperture plugin, you have to drill down until you find it! Does it use the exif data about your lens and the zoom setting it was on automatically or do you need to configure it each time?
    Which one did you buy? Was it worth it?
    Thanks for your time!

    LensFix CI is the same thing. It has the standalone version, the PS plug-in and the Aperture plug-in.
    I've used LensFix via PS for a long time. It's great but... it can be a bit buggy if the image in use is 16-bit. Often it will work on the first image or two and then crash on the next.
    I am told it's not compatible with PS CS4.
    Another option is PTLens. It's also a PS plug-in and an Aperture plug-in. It's supposed to be CS4 compatible.
    http://epaperpress.com/ptlens/index.html
    It uses the same database of lens corrections as LensFix.
    FWIW, I've tended to do this kind of work in Photoshop, either round tripping an image in Aperture or exporting an image from Aperture. Since Aperture plug-ins are going to 16-bit Tiff files anyway and since most images (if they are final files for clients) need some more PS work, I just go that route.
    Jon Roemer
    site: http://www.jonroemer.com/
    blog: http://jonroemer.typepad.com/jon_roemer/

  • How to mention the occurences for repeated and/or optional segments in cc?

    Hi,
    How to mention the Record Structure occurences for repeated and/or optional segments in communication channel?
    Sample Structure of the Input Message Type:
    Invoic01 (Message Type)
    IDoc
      -E1EDK01 (1 occurence) (sub segment of IDoc)
      -E1EDP01 (0..unbounded occurences) (sub segment of IDoc)
         -E1EDP02 (0..1 occurence) (sub segment of E1EDP01)
         -E1EDP26 (0..2 occurence) (sub segment of E1EDP01)
         -E1EDPT1 (0..1 occurence) (sub segment of E1EDP01)
            -E1EDPT2 (0..1 occurence) (sub segment of E1EDPT1)
      -E1EDS01 (0..3 occurence) (sub segment of IDoc)
    Can anybody please give any idea?
    Yogi.

    Hi Yogi,
    Why you need adapter module?
    Actually this is called as module processor program which will be used to enhance the adapter functionality.
    Please see the following PDF documents to develop the Module processor programs.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/02706f11-0d01-0010-e5ae-ac25e74c4c81
    http://help.sap.com/saphelp_nw04/helpdata/en/0d/00453c91f37151e10000000a11402f/frameset.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/02706f11-0d01-0010-e5ae-ac25e74c4c81
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e21106cc-0c01-0010-db95-dbfc0ffd83b3
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9913a954-0d01-0010-8391-8a3076440b6e
    help : http://ifr.sap.com
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6f83d790-0201-0010-629d-ab5bf10c94e4
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f02d12a7-0201-0010-5780-8bfc7d12f891
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7bf6e190-0201-0010-83b7-cc557eb76abe
    Some weblogs for JAVA mapping for IDoc mapping
    /people/prasad.ulagappan2/blog/2005/06/29/java-mapping-part-i
    /people/prasad.ulagappan2/blog/2005/06/29/java-mapping-part-ii
    Difference in using java,xslt,message mapping
    Please clearly ask your question.
    What is your input file, and file structure you are receiving, and what is your scenario.
    Then only you will get correct solution.
    Regards
    Chilla..

Maybe you are looking for