moviemedia2 New User
Posts : 2 Join date : 2013-03-06
| Subject: New Template "wide table" Thu Mar 21, 2013 11:02 pm | |
| Outputs a wider table (width is adjustable in the table properties, default is 1200 if you don't know HTML. For a table with your screen width you should change it to width="99%") btw, how can I output the filesize? - Code:
-
<title>Wide Table</title> <<MC HTML Page>> <<header>> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> <link href="moviecard.css" rel="stylesheet" type="text/css"> <</header>>
<<body>> <table align="center" border="0" width="1200" bgcolor="#e0e0e0" cellspacing="0" cellpadding="0">
<tr ><td rowspan="7" valign="top"><img src="<<smallimage>>" width="150" height="200" hspace="10" border="1"></td> <td align="left" colspan ="4" width="800" height="1" bgcolor="#000000"><font color="#ffffff" class="headingfont" ><b> <<title>></b></font></td></tr>
<tr height="1" ><td colspan="4" width ="100%" ><hr></td></tr> <tr class="bigfont" height="1"><td width="15%"> Year:</td><td width="35%"><b><<movieyear>></b></td><td width="15%">Director:</td><td><b><<director>></b></td></tr> <tr class="bigfont" height="1"><td> Genre:</td><td><b><<moviegenre>></b></td><td>Duration:</td><td><b><<runtime>></b></td></tr> <tr><td colspan="4" width ="100%"><hr></td></tr> <tr class="bigfont" valign="top"><td colspan="4" width ="100%"><b>Description:</b><br><font class="smallfont"><<outline>> <a href="<<imdb_url>>">More info</a></td></tr> </table> <center><hr width="1200"></center> <</body>> <<footer>><p><<moviecount>> movies</p><</footer>> <</MC HTML Page>>
<<css>> <filename>moviecard.css</filename> @charset "utf-8"; .smallfont { font-family: Arial, Helvetica, sans-serif; font-size: 14px; } .bigfont { font-family: Arial, Helvetica, sans-serif; font-size: 16px; } .headingfont { font-size: 26px; } <</css>> | |
|