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
Should Sys Admins (Domain Admins) also have user accounts?
Access / how many users connected?
Cisco 851 router installation blocks XP File and Print Services functionality for attached client PC's.
Need a random list of 1000 geocoded locations in any one country
301 redirect non-www to www
Displaying GroupWise contacts in Exchange address book?
How to fix windows xp service pack 3 install error: "The system cannot find the file specified"
publishing websites in TMG 2010
Replace line from keyword
Does safari support sftp native?