Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Table question
#1
What I need to do?... I add, but it not show correct in firefox and IE. Chrome its looks like it should be and also editor show that i want it to be. Wheres the problem?
Reply
#2
Welcome here!

The problem is that nobody will understand your problem if you do not show us the URL of your page

how can we understand your questions without any proof?
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply
#3
Code:
<table border="1">
    <tbody>
        <tr>
            <td rowspan="6">
                <img alt="" src="http://i43.tinypic.com/35a3tbc.jpg" style="width: 120px; height: 120px; " /></td>
            <td>
                1. example</td>
        </tr>
        <tr>
            <td>
                2. example</td>
        </tr>
        <tr>
            <td>
                3. example</td>
        </tr>
        <tr>
            <td>
                4. example</td>
        </tr>
        <tr>
            <td>
                5. example</td>
        </tr>
    </tbody>
</table>
Reply
#4
To me it looks like CSS or DOCTYPE issue. Hard to tell without looking at the code of whole page. It is also worth being polite to the browser and declare width and height attributes directly in the image tag.
Reply
#5
i use that insacademy template
Reply




Users browsing this thread: 1 Guest(s)