Shoutbox

Html help - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: Html help (/showthread.php?tid=40653)

Html help by Jhrono on 03-20-2005 at 02:12 AM

Hi folks :)...my doubt is..what tag or something do i insert in a html code to specify the size...like per example if i want it to appear in 800x600..thanks


RE: Html help by mwe99 on 03-20-2005 at 02:15 AM

You mean a table/frame or whole page?


RE: Html help by Jhrono on 03-20-2005 at 02:31 AM

Whole page..:)


RE: Html help by matty on 03-20-2005 at 03:00 AM

there isn't a specific tag you can put...

code:
<table border=0 width=800 height=100%>
<tr><td>gfgjf</td></tr>
</table>

RE: Html help by Chris.1 on 03-20-2005 at 01:05 PM

quote:
Originally posted by Matty
code:
<table border=0 width=800 height=100%>
<tr><td>gfgjf</td></tr>
</table>


100% heights only work in Internet Explorer. Just put the height to 640px