The following warnings occurred:
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message



GetSimple Support Forum
Table question - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: Table question (/showthread.php?tid=2588)



Table question - artzii - 2012-01-08

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?


Table question - Connie - 2012-01-08

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?


Table question - artzii - 2012-01-09

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>



Table question - Ampersand - 2012-01-09

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.


Table question - artzii - 2012-01-10

i use that insacademy template