Jump to content

help me plz


sama

Recommended Posts

hi,:)l have problems...how can i write the correct html for this page clipimage0026su.jpgi wrote html code but it have same problemsthis is my code

<html><body><table border="7" align="center" width=600 cellspacing=5 cellpading=5><caption> <font size="18">Table</font> </caption><tr><th> <font size="4"><b> ITCS</b></font> </th><th> <font size="4" ><b> 373</b> </font> </th><th colspan="2"> <font size="4"><b> Internet Technology</b> </font> </th><th> <font size="3"><b> Semester<br>1</b> </font> </th></tr>   <tr><td rowspan=3 colspan=2 align="right" valign="top"><img src="3.jpg" width="90" height="100" ></td><td align="center"> <font size="4"> <b>Sec1</b> </font> </td><td rowspan=3 colspan=2 align="left" valign="top"><img src="3.jpg" width="90" height="100" > </td></tr><tr><td align="center"> <font size="4"> <b>Sec2</b> </font> </td></tr>  <tr><td align="center"> <font size="4"> <b>Sec3</b> </font> </td></tr><tr><td rowspan=3 align="right"> <font size="12"><b> B</b> </font> </td><td rowspan=3 colspan=3 align="center"> <img src="cute.gif" width="90" height="60" > </td><td rowspan=3 align="left"><font size="12"><b>C</b></font></td></tr></table></body></html>
Link to comment
Share on other sites

my problem isinsize of box which wrote on it sec1 and sec2 and sec3it take a long size compare with the page which i put it upi went some one to help me to correct size table and make samiler to the table which i but in top>>the my problems is not in the image

Link to comment
Share on other sites

lol let me guess, that's a work you have to do for school or something. It looks a lot like the one we recently had (for the second year in a row) except ours was even easier. :)Anyway, try this

<center><h1>Table</h1></center><table border="7" align="center" width="600" cellspacing="5" cellpading="5"><colgroup>   <col span="2" width="100">   <col>   <col span="2" width="100"></colgroup><tr><th> <font size="4"><b> ITCS</b></font> </th><th> <font size="4" ><b> 373</b> </font> </th><th colspan="2"> <font size="4"><b> Internet Technology</b> </font> </th><th> <font size="3"><b> Semester<br>1</b> </font> </th></tr> <tr><td rowspan=3 colspan=2 align="right" valign="top"><img src="3.jpg" width="90" height="100" ></td><td align="center"> <font size="4"> <b>Sec1</b> </font> </td><td rowspan=3 colspan=2 align="left" valign="top"><img src="3.jpg" width="90" height="100" > </td></tr><tr><td align="center"> <font size="4"> <b>Sec2</b> </font> </td></tr><tr><td align="center"> <font size="4"> <b>Sec3</b> </font> </td></tr><tr><td align="right"> <font size="12"><b> B</b> </font> </td><td colspan=3 align="center"> <img src="cute.gif" width="90" height="60" > </td><td align="left"><font size="12"><b>C</b></font></td></tr></table>

Though I think a bit more CSS and less presentional tags/attributes would be better

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...