HTML help

Evildoer

Well-known member
  • Dec 5, 2008
    4,311
    311
    83
    In Your Nightmares
    HTML ugathungen udauwak onaa,

    flg01y.jpg

    machanla meke image eka yatin tiyena black box eka venuvata lines 5ka vithara description ekak liyanna ona, kohomada eka html valin karanne, danna kenek kiyala denu manavi, :sorry:
     

    chirart1

    Well-known member
  • Jul 27, 2009
    3,445
    468
    83
    kotu kotu wen kale div walinda?

    ehema nam ee div athule image ekata yatin thawa div ekak dala text danna :D

    puluwannam ube HTML code eka dapan etha kota kiyanna lesi... ube structure eka danne nathuwa amarui kiyanna
     

    Evildoer

    Well-known member
  • Dec 5, 2008
    4,311
    311
    83
    In Your Nightmares
    kotu kotu wen kale div walinda?

    ehema nam ee div athule image ekata yatin thawa div ekak dala text danna :D

    puluwannam ube HTML code eka dapan etha kota kiyanna lesi... ube structure eka danne nathuwa amarui kiyanna

    Machang table ekak dala tiyenne, div valin karanna gihin maga hitta, eeta passe me table ekak dala karanna gatthe,

    <table width="780" height="861" border="2" align="center" cellpadding="2" cellspacing="2">
    <tr>
    <th height="41" colspan="3" scope="col"><img src="../Header2.jpg" width="780" height="100"></th>
    </tr>
    <tr>
    <td><img src="../Noimage2.jpg" width="250" height="200" longdesc="asd"></td>
    <td><img src="../Noimage2.jpg" width="250" height="200" longdesc="asd"></td>
    <td><img src="../Noimage2.jpg" width="250" height="200"></td>
    </tr>
    <tr>
    <td><img src="../Noimage2.jpg" width="250" height="200"></td>
    <td><img src="../Noimage2.jpg" width="250" height="200"></td>
    <td><img src="../Noimage2.jpg" width="250" height="200"></td>
    </tr>
    <tr>
    <td><img src="../Noimage2.jpg" width="250" height="200"></td>
    <td><img src="../Noimage2.jpg" width="250" height="200"></td>
    <td><img src="../Noimage2.jpg" width="250" height="200"></td>
    </tr>
    <tr>
    <td height="121" colspan="3"><div align="right"><img src="../LOGO.png" width="200" height="100" align="left"> <strong>xxxxxxxxx</strong><br>
    xxxxxxxxxxxxxxxxxxxxxxxxx.<br>
    xxxxxxxxxxxxxxxxxxxxxxxxx<br>
    xxxxxxxxxxxxxxxxxxxxxxxxx<br>
    xxxxxxxxxxxxxxxxxxxxxxxxx<br>
    xxxxxxxxxxxxxxxxxxxxxxxxx</div></td>
    </tr>
    </table>
     

    FoXm3D!A

    Well-known member
  • Dec 23, 2012
    2,157
    239
    63
    Matara
    html code tika hoo oya page eka dunnam danna ayata lesi mama phone eken inne bn gedara giyama help ekak dennam
     

    FoXm3D!A

    Well-known member
  • Dec 23, 2012
    2,157
    239
    63
    Matara
    machan code tika dakkama nam penne css bottom border eke ain karala thawa <td> tag ekak gahala eke <p> tag eka athule ona de daganin font size color ewath css walin hada ganin

    machan oka <td> nathuwa <div> daganin margin & pandding hadala ethakota wade lesi
     
    Last edited:

    chirart1

    Well-known member
  • Jul 27, 2009
    3,445
    468
    83
    Code:
    <table width="780" height="861" border="2" align="center" cellpadding="2" cellspacing="2">
    
    <tr>
    <th height="41" colspan="3" scope="col"><img src="../Header2.jpg" width="780" height="100"></th>
    </tr>
    <tr>
    <td><img src="../Noimage2.jpg" width="250" height="200" longdesc="asd">
    [COLOR="Red"]<div> <p> your discription goes here</p></div>[/COLOR]
    </td>
    <td><img src="../Noimage2.jpg" width="250" height="200" longdesc="asd">
    <div> <p> your discription goes here</p></div>
    </td>
    <td><img src="../Noimage2.jpg" width="250" height="200">
    <div> <p> your discription goes here</p></div>
    </td>
    </tr>
    
    <tr>
    <td><img src="../Noimage2.jpg" width="250" height="200" longdesc="asd">
    <div> <p> your discription goes here</p></div>
    </td>
    <td><img src="../Noimage2.jpg" width="250" height="200" longdesc="asd">
    <div> <p> your discription goes here</p></div>
    </td>
    <td><img src="../Noimage2.jpg" width="250" height="200">
    <div> <p> your discription goes here</p></div>
    </td>
    </tr>
    
    <tr>
    <td><img src="../Noimage2.jpg" width="250" height="200" longdesc="asd">
    <div> <p> your discription goes here</p></div>
    </td>
    <td><img src="../Noimage2.jpg" width="250" height="200" longdesc="asd">
    <div> <p> your discription goes here</p></div>
    </td>
    <td><img src="../Noimage2.jpg" width="250" height="200">
    <div> <p> your discription goes here</p></div>
    </td>
    </tr>
    
    <td height="121" colspan="3"><div align="right"><img src="../LOGO.png" width="200" height="100" align="left"> 
    
    <strong>xxxxxxxxx</strong><br>
    xxxxxxxxxxxxxxxxxxxxxxxxx.<br>
    xxxxxxxxxxxxxxxxxxxxxxxxx<br>
    xxxxxxxxxxxxxxxxxxxxxxxxx<br>
    xxxxxxxxxxxxxxxxxxxxxxxxx<br>
    xxxxxxxxxxxxxxxxxxxxxxxxx</div></td>
    </tr>
    </table>

    ratu patin dapu eka dapan hama <td> ekak assatama :D
     

    Evildoer

    Well-known member
  • Dec 5, 2008
    4,311
    311
    83
    In Your Nightmares
    Code:
    <table width="780" height="861" border="2" align="center" cellpadding="2" cellspacing="2">
    
    <tr>
    <th height="41" colspan="3" scope="col"><img src="../Header2.jpg" width="780" height="100"></th>
    </tr>
    <tr>
    <td><img src="../Noimage2.jpg" width="250" height="200" longdesc="asd">
    [COLOR="Red"]<div> <p> your discription goes here</p></div>[/COLOR]
    </td>
    <td><img src="../Noimage2.jpg" width="250" height="200" longdesc="asd">
    <div> <p> your discription goes here</p></div>
    </td>
    <td><img src="../Noimage2.jpg" width="250" height="200">
    <div> <p> your discription goes here</p></div>
    </td>
    </tr>
    
    <tr>
    <td><img src="../Noimage2.jpg" width="250" height="200" longdesc="asd">
    <div> <p> your discription goes here</p></div>
    </td>
    <td><img src="../Noimage2.jpg" width="250" height="200" longdesc="asd">
    <div> <p> your discription goes here</p></div>
    </td>
    <td><img src="../Noimage2.jpg" width="250" height="200">
    <div> <p> your discription goes here</p></div>
    </td>
    </tr>
    
    <tr>
    <td><img src="../Noimage2.jpg" width="250" height="200" longdesc="asd">
    <div> <p> your discription goes here</p></div>
    </td>
    <td><img src="../Noimage2.jpg" width="250" height="200" longdesc="asd">
    <div> <p> your discription goes here</p></div>
    </td>
    <td><img src="../Noimage2.jpg" width="250" height="200">
    <div> <p> your discription goes here</p></div>
    </td>
    </tr>
    
    <td height="121" colspan="3"><div align="right"><img src="../LOGO.png" width="200" height="100" align="left"> 
    
    <strong>xxxxxxxxx</strong><br>
    xxxxxxxxxxxxxxxxxxxxxxxxx.<br>
    xxxxxxxxxxxxxxxxxxxxxxxxx<br>
    xxxxxxxxxxxxxxxxxxxxxxxxx<br>
    xxxxxxxxxxxxxxxxxxxxxxxxx<br>
    xxxxxxxxxxxxxxxxxxxxxxxxx</div></td>
    </tr>
    </table>

    ratu patin dapu eka dapan hama <td> ekak assatama :D

    Line eka table eken aliye vatenne bn, :confused:
    Thanks for the reply macho.