Microsoft
Software
Hardware
Network
Question : want to align the iframe to the right of the td
<td style="text-align:right;bo
rder:solid
2px #600;"><iframe height="100px" width="200px" frameborder="1" scrolling="no" src="iframe.php" style="text-align:right;">
</iframe>
</td>
want to align the iframe to the right of the td
Answer : want to align the iframe to the right of the td
you need to give iframe's margin-right:0;
<td style="border:solid 2px #600;">
<div style='margin-right:0px;'>
<iframe height="100px" width="200px" frameborder="1" scrolling="no" src="iframe.php" style="text-align:right;"></
iframe>
</div>
</td>
Random Solutions
can't find Printer Setup Utility in Mac OS X 10.5.8
Count consecutive values in MS SQL Server 2005
Limit Files on a Samba Share - Oppisite of veto files
storing multiple image in one field
VMWare 4 Error parsing the servers clients.xml file
How to open .BMP file with Internet Explorer in Windows XP OS.
C# delete empty rows in excel
Windows Time Issue for 2003 Server
Javascript... add onmouseover .... variable not working
Display a form within a Panel. How to hide caption bar?