Yeni sayfanın başxxxxxxxxlığı
Example HTML Code:<TABLE BORDER="0" CELLPADDING="2" WIDTH="50%"> <TR> <TD BACKGROUND="yourimage.gif"><FONT COLOR="White">This example displays your text over your image background.</FONT> </TD> </TR> </TABLE> |
Browser View:
This example displays your text over your image background. |
Example HTML Code:
<TABLE BORDER="0" CELLPADDING="2" WIDTH="50%"> <TR> <TD BACKGROUND="yourimage.gif" WIDTH="10%"> </TD> <TD WIDTH="40%">This example displays your text next to your image background. </TD> </TR> </TABLE> |
Browser View:
This example displays your text next to your image background. |