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
A component's file does not match the verification information present in the component manifest
Full Cone Nat on a Cisco router
Cast Question for Crystal Reports
Formula to split Names
How to delete "Clean Registry for Free"
Do I have to be on domain to FTP?
Cannot install programs as Administrator in Windows 7
Virtual Deskop and VMView Client question...
How can I prevent my object being overwritten in a for loop?
Keep file ownership when using Rsync