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
E-Mail
Dynamically Label Radio Button Lists in ASP.net
No Networking Installed on Windows 2008 VM After Migrating From VMWARE Server to ESXi Server
530 error bounced email when sending to any sbcglobal.net address from our sbs 2003 server. The ISP is sbcglobal DSL line.
Blank screen After WIn XP splash screen.
SQL has slowed down after DPM agent install
ASP Connection String vs. Database Access DLL
Submit a Form Without Refresh
Win2000 Terminal Server and your terminal services client license will expire in x days
How do most developer handle localization in .NET?