הרשם שאלות ותשובות רשימת חברים לוח שנה הודעות מהיום

חזור   הוסטס - פורום אחסון האתרים הגדול בישראל > עיצוב גראפי, תכנות על כל שפותיו וקידום ושיווק אתרים > פורום תיכנות

   
|!|

השב
 
כלים לאשכול תצורת הצגה
ישן 15-02-08, 18:32   # 1
uploa
חבר וותיק
 
מיני פרופיל
תאריך הצטרפות: Apr 2007
הודעות: 1,250
שלח הודעה באמצעות ICO אל uploa

uploa לא מחובר  

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

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
מה גורם לטבלה הזו לרדת שורה מבלי שאומרים לה, ואיך אני מבטול את זה מבלי לפגוע בתיפקוד ובפעולה?
תודה, שחר.
__________________
Online Games | | Funny Facebook Likes
  Reply With Quote
ישן 15-02-08, 18:34   # 2
FuZuL
חבר מתקדם
 
מיני פרופיל
תאריך הצטרפות: Oct 2006
הודעות: 354

FuZuL לא מחובר  

קוד:
        <td bgcolor="#FFFFFF"> 
            <p align="center"><b><a href="cat.php?cid=6"><font size="4;"> כתוב מה שכתוב;</font></a></b></td>
Human DeBuGeR
  Reply With Quote
ישן 15-02-08, 18:36   # 3
uploa
חבר וותיק
 
מיני פרופיל
תאריך הצטרפות: Apr 2007
הודעות: 1,250
שלח הודעה באמצעות ICO אל uploa

uploa לא מחובר  

מה?
לא הבנתי..
__________________
Online Games | | Funny Facebook Likes
  Reply With Quote
ישן 15-02-08, 18:38   # 4
FuZuL
חבר מתקדם
 
מיני פרופיל
תאריך הצטרפות: Oct 2006
הודעות: 354

FuZuL לא מחובר  

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

התיקון המלא..
קוד:
<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>
מה שבאדום גרם לירידת שורה אצלך..
שכחת ">
  Reply With Quote
ישן 15-02-08, 18:40   # 5
uploa
חבר וותיק
 
מיני פרופיל
תאריך הצטרפות: Apr 2007
הודעות: 1,250
שלח הודעה באמצעות ICO אל uploa

uploa לא מחובר  

ואיך אני מונע את זה עם השארת הגודל הנוכחי?
וכן, באמת לא הבנתי בהתחלה! תודה
__________________
Online Games | | Funny Facebook Likes
  Reply With Quote
ישן 15-02-08, 18:52   # 6
uploa
חבר וותיק
 
מיני פרופיל
תאריך הצטרפות: Apr 2007
הודעות: 1,250
שלח הודעה באמצעות ICO אל uploa

uploa לא מחובר  

ככה זה כשאני משמיט את החלק
וככה זה כשאני לא משמיט
ולא שכחתי את התג, פשוט הורדתי אותו כדי לחסוך פרטים (גם בתמונה הראשונה זה עם רווח, אבל שוב - הורדתי כדי לחסוך)
__________________
Online Games | | Funny Facebook Likes
  Reply With Quote
ישן 16-02-08, 11:20   # 7
uploa
חבר וותיק
 
מיני פרופיל
תאריך הצטרפות: Apr 2007
הודעות: 1,250
שלח הודעה באמצעות ICO אל uploa

uploa לא מחובר  

הוקפץ באישור

הנה הקוד שמופיע כרגע באתר
ציטוט:
<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>
__________________
Online Games | | Funny Facebook Likes
  Reply With Quote
השב

חברים פעילים הצופים באשכול זה: 1 (0 חברים ו- 1 אורחים)
 


חוקי פירסום
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is מופעל
סמיילים הם מופעל
[IMG] קוד מופעל
קוד HTML מכובה

קפיצה לפורום


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

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