1.

Solve : Image Is Shifted To The Middle?

Answer»

Hi

In the following webpage, I have an image(the product) in the left, and its description in the right.

View The Webpage



The problem is when i am viewing the webpage through Opera browser, the image is seen at the top, but when i see the webpage in internet explorer or firefox, the image is seen at the middle portion of the page, in the left side.

I want to see the image at the top portion of the page, in the left side for all browser. [highlight]How to achieve that??[/highlight]

You can see the source code of the page by right clicking.

Thanks  


A little EXCESSIVE, but in this case too much specification is better than too little.

Also, doesn't that block of "THIS IS THE DESCRIPTION" code hurt your eyes? :-/Sorry Dilbert - I don't think that's what he was looking for.  The issue VAS vertical alignment.

I've tidied up the code and corrected some syntactical errors.  Here you go:

Code: [Select]<table WIDTH=100% cellSpacing=8 cellPadding=0 border=0>
  <tr>
    <td valign='top'>
      <img src='http://www.geocities.com/onlinemarketeer/cd.jpg' border=0 width="413" height="450">
    </td>
    <td rowspan=2 valign='top'>
      <p style='text-align: justify;'>
        <blockquote>
          <u><b>Title</b></u><br /><br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
        </blockquote>
      </p>
    </td>
  </tr>
  <tr>
    <td valign='top' align='center'>
      <br /><br /><br />
      <font size='3'><b>(Retail PRICE= $37)</b></font><br />
      <font size='5' COLOR='#000099'>INTRODUCTION </font><br />
      <br /><br />
    </td>
  </tr>
</table>
<br />
<hr /><br /><br />I think you'll find that does the trick in all browsers.[size=14]Rob Pomeroy,

Thanks !  It has worked for all browser.  

However, Another think i need to do.

The Retail Price = $37  + INTRODUCTION part is not exactly below the image.

I want it to go below the picture.[/size] Quote

Sorry Dilbert - I don't think that's what he was looking for.

Oops, sorry. Quote
[size=14]Rob Pomeroy,

Thanks !  It has worked for all browser.  

However, Another think i need to do.

The Retail Price = $37  + INTRODUCTION part is not exactly below the image.

I want it to go below the picture.[/size]

Oh, right.  I'm glad of that, because this is much better:

Code: [Select]<table width=100% cellSpacing=8 cellPadding=0 border=0>
  <tr>
    <td valign='top'>
      <img src='http://www.geocities.com/onlinemarketeer/cd.jpg' border=0 width="413" height="450">
      <br /><br /><br />
      <font size='3'><b>(Retail Price= $37)</b></font><br />
      <font size='5' color='#000099'>INTRODUCTION </font><br />
      <br /><br />
    </td>
    <td valign='top'>
      <p style='text-align: justify;'>
          <u><b>Title</b></u><br /><br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
          This is the DESCRIPTION<br />
      </p>
    </td>
  </tr>
</table>
<br />
<hr /><br /><br />


Discussion

No Comment Found