Shoutbox

HTML Table 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 Table Help (/showthread.php?tid=41355)

HTML Table Help by Ash_ on 03-28-2005 at 01:27 PM

code:
<form name='installer' method='post' action='install.php'>
<table name='inst' width='50%' cellspacing=2 border=1 cellpadding=4>
<tr>
<td>
Installer
</td></tr>
<tr><td width='20%'>
The following files will be installed
</td><td width='30%'>
Blah
</td></tr>
</table>
</form>


ok well i want the top table to go all the way across, and still have the second row have two td's.


type it into notepad and save as .html to see what i mean.

thanks
RE: HTML Table Help by Dempsey on 03-28-2005 at 01:29 PM

code:
<form name='installer' method='post' action='install.php'>
<table name='inst' width='50%' cellspacing=2 border=1 cellpadding=4>
<tr>
<td colspan="2">
Installer
</td></tr>
<tr><td width='20%'>
The following files will be installed
</td><td width='30%'>
Blah
</td></tr>
</table>
</form>
i think
RE: HTML Table Help by M73A on 03-28-2005 at 01:30 PM

if your using dreamweaver couldn't you just add another cloumn, delete them all except the top and them merge the top line of cells so its longer?

or as dempsey said obv(A), lol


RE: RE: HTML Table Help by Ash_ on 03-28-2005 at 01:32 PM

quote:
Originally posted by may73alliance
if your using dreamweaver couldn't you just add another cloumn, delete them all except the top and them merge the top line of cells so its longer?


no im a real man, i use notepad :P

and thanks alot Dempsey it worked ;)
RE: HTML Table Help by M73A on 03-28-2005 at 01:39 PM

quote:
Originally posted by Ash_
no im a real man, i use notepad :P

and thanks alot Dempsey it worked ;)

yea and im a lazy one. dreamweaver is piss easy, you don't have to do anything, why make life harder for yourself(A)
RE: HTML Table Help by Ahmad on 03-28-2005 at 01:40 PM

quote:
Originally posted by Ash_
no im a real man, i use notepad :P
Real men use Notepad++ :P

http://prdownloads.sourceforge.net/notepad-plus/n...aller.exe?download
RE: RE: HTML Table Help by Ash_ on 03-28-2005 at 01:53 PM

quote:
Originally posted by Ahmad
quote:
Originally posted by Ash_
no im a real man, i use notepad :P
Real men use Notepad++ :P

http://prdownloads.sourceforge.net/notepad-plus/n...aller.exe?download


i have notepad 2. :cheesy: :P
RE: HTML Table Help by segosa on 03-28-2005 at 02:11 PM

EditPlus2 > Notepad2 | Notepad++


RE: HTML Table Help by Eljay on 03-28-2005 at 03:11 PM

original notepad owns all ¬¬