PDA

View Full Version : Expandble Box



Rockstar
30-09-2007, 06:12 PM
Ok Im n00b at coding and have been looking at some tuts and have dont this
.
Is this an expandble frame.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<body>
<table width="211" height="66" border="0" cellpadding="0">
<tr>
<td><p>HIII</p>
<p>LOL TEST</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp; </p></td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
</table>
</body>
</html>

Eccentric
30-09-2007, 07:33 PM
http://www.dynamicdrive.com/dynamicindex17/iframessi2.htm
may not be wat ure after but its expandable and a (i)frame

Invent
30-09-2007, 08:32 PM
<table width="211" height="66" border="0" cellpadding="0">

It has a height tag; therefore it isn't expandable.

Rockstar
01-10-2007, 04:36 PM
<table width="211" height="66" border="0" cellpadding="0">

It has a height tag; therefore it isn't expandable.

So if its.
<table width="211" border="0" cellpadding="0">

Mr Macro
01-10-2007, 05:32 PM
<table width="211" height="66" border="0" cellpadding="0">

It has a height tag; therefore it isn't expandable.

But if it does have a height attribute but not a width, it is still expandable.

Eccentric
01-10-2007, 06:02 PM
But if it does have a height attribute but not a width, it is still expandable.height wise not width wise ;)

Rockstar
02-10-2007, 04:07 PM
So Is it right like that 2 post above :D

Want to hide these adverts? Register an account for free!