הוסטס - פורום אחסון האתרים הגדול בישראל

הוסטס - פורום אחסון האתרים הגדול בישראל (https://hosts.co.il/forums/index.php)
-   פורום תיכנות (https://hosts.co.il/forums/forumdisplay.php?f=14)
-   -   מה גורם לרדת שורה בקוד הנ"ל (https://hosts.co.il/forums/showthread.php?t=60056)

uploa 15-02-08 18:32

מה גורם לרדת שורה בקוד הנ"ל
 
PHP קוד:

מה גורם לרדת שורה בקוד הזה:

<
table id="Table_01" width="140" height="92" border="0" cellpadding="0" cellspacing="0">
    <
tr>
        <
td colspan="3">
            <
p align="center"><b><font size="4">
            <
img src="http://emo.hair.style.googlepages.com/123456_01.gif" width="140" height="4" alt=""></font></b></td>
    </
tr>
    <
tr>
        <
td>
            <
p align="center"><b><font size="4">
            <
img src="http://emo.hair.style.googlepages.com/123456_02.gif" width="4" height="58" alt=""></font></b></td>
        <
td bgcolor="#FFFFFF">
            <
p align="center"><b><a href="cat.php?cid=6"><font size="4; כתוב מה שכתוב;</font></a></b></td>
        <td rowspan="
2">
            <p align="
center"><b><font size="4">
            <img src="
http://emo.hair.style.googlepages.com/123456_04.gif" width="3" height="88" alt=""></font></b></td>
    
</tr>
    <
tr>
        <
td>
            <
p align="center"><b><font size="4">
            <
img src="http://emo.hair.style.googlepages.com/123456_05.gif" width="4" height="30" alt=""></font></b></td>
        <
td>
            <
p align="center"><b><font size="4">
            <
img src="http://emo.hair.style.googlepages.com/123456_06.gif" width="133" height="30" alt=""></font></b></td

מה גורם לטבלה הזו לרדת שורה מבלי שאומרים לה, ואיך אני מבטול את זה מבלי לפגוע בתיפקוד ובפעולה?
תודה, שחר.

FuZuL 15-02-08 18:34

קוד:

        <td bgcolor="#FFFFFF">
            <p align="center"><b><a href="cat.php?cid=6"><font size="4;"> כתוב מה שכתוב;</font></a></b></td>

Human DeBuGeR

uploa 15-02-08 18:36

מה?
לא הבנתי..

FuZuL 15-02-08 18:38

רציני כאילו לא הבנת?

התיקון המלא..
קוד:

<table id="Table_01" width="140" height="92" border="0" cellpadding="0" cellspacing="0">
    <tr>
        <td colspan="3">
            <p align="center"><b><font size="4">
            <img src="http://emo.hair.style.googlepages.com/123456_01.gif" width="140" height="4" alt=""></font></b></td>
    </tr>
    <tr>
        <td>
            <p align="center"><b><font size="4">
            <img src="http://emo.hair.style.googlepages.com/123456_02.gif" width="4" height="58" alt=""></font></b></td>
        <td bgcolor="#FFFFFF">
            <p align="center"><b><a href="cat.php?cid=6"><font size="4;"> כתוב מה שכתוב;</font></a></b></td>
        <td rowspan="2">
            <p align="center"><b><font size="4">
            <img src="http://emo.hair.style.googlepages.com/123456_04.gif" width="3" height="88" alt=""></font></b></td>
    </tr>
    <tr>
        <td>
            <p align="center"><b><font size="4">
            <img src="http://emo.hair.style.googlepages.com/123456_05.gif" width="4" height="30" alt=""></font></b></td>
        <td>
            <p align="center"><b><font size="4">
            <img src="http://emo.hair.style.googlepages.com/123456_06.gif" width="133" height="30" alt=""></font></b></td>

מה שבאדום גרם לירידת שורה אצלך..
שכחת ">

uploa 15-02-08 18:40

ואיך אני מונע את זה עם השארת הגודל הנוכחי?
וכן, באמת לא הבנתי בהתחלה! תודה

uploa 15-02-08 18:52

ככה זה כשאני משמיט את החלק http://img88.imageshack.us/img88/4669/96389585wh3.png
וככה זה כשאני לא משמיט http://img114.imageshack.us/img114/417/44142794sf2.png
ולא שכחתי את התג, פשוט הורדתי אותו כדי לחסוך פרטים (גם בתמונה הראשונה זה עם רווח, אבל שוב - הורדתי כדי לחסוך)

uploa 16-02-08 11:20

הוקפץ באישור

הנה הקוד שמופיע כרגע באתר
ציטוט:

<table id="Table_01" width="140" height="92" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3">

<img src="http://emo.hair.style.googlepages.com/123456_01.gif" width="140" height="4" alt=""></td>
</tr>
<tr>
<td>
<center>
<img src="http://emo.hair.style.googlepages.com/123456_02.gif" width="4" height="58" alt=""></td>
<td bgcolor="#FFFFFF">
<center><a href="cat.php?cid=$cid">$catname</a></center></td>
<td rowspan="2">

<img src="http://emo.hair.style.googlepages.com/123456_04.gif" width="3" height="88" alt=""></td>
</tr>
<tr>
<td>

<img src="http://emo.hair.style.googlepages.com/123456_05.gif" width="4" height="30" alt=""></td>
<td>

<img src="http://emo.hair.style.googlepages.com/123456_06.gif" width="133" height="30" alt=""></td>


כל הזמנים הם GMT +2. הזמן כעת הוא 18:33.

מופעל באמצעות VBulletin גרסה 3.8.6
כל הזכויות שמורות ©
כל הזכויות שמורות לסולל יבוא ורשתות (1997) בע"מ