vote up 0 vote down star

I have just encountered a strange situation. I have some basic html:

<table bgcolor="#FFFFFF" width="774">
<tr>
    <td align=center valign="top">
        <br />

        <a href="../../images/backlarge.jpg" target="_blank">Click here to see larger view of scorecard</a><br />
        <img src="../../images/back_01.jpg" border="0" /><br />
        <img src="../../images/back_02.jpg" border="0" /><br />

        <br />

        <img src="../../images/front1.jpg" border="0" />
        <img src="../../images/front2.jpg" border="0" />
        <img src="../../images/front3.jpg" border="0" />
    </td>
</tr>
</table>

and for some reason only 1/2 of the front2.jpg image shows up in the browser. When i view it from disk, the image is perfect but for some reason when i upload and view in a browser it only shows 1/2 the image:

Any suggestions?

flag

1  
Why did you post the html code? According to you the problem has to do with the image, noth the html code. – Marius Aug 18 at 14:37
i thought it might be an html issue . . but as mentioned it was just a corrupt image – oo Aug 19 at 2:15

3 Answers

vote up 3 vote down check

Try uploading it again. There might have been some problems with the upload.

link|flag
deleted and reuploaded and it works fine – oo Aug 18 at 14:38
vote up 1 vote down

I would use FireBug as a starting point, to see if there are any CSS styles being applied to the image at runtime.

Other than that, I think it's hard to tell what the problem might be without viewing the live page ourselves.

link|flag
vote up 1 vote down

I downloaded image to disk and I only see 1/2 the image. It gives me gray in the other half. I would check the resolution of what you expect the image to be, checking I get W443 pixels by H192 Pixels. I would re-do the image. I doubt its a HTML problem.

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.