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
Respose time slow
difference between AD integrated dns server and dns server
Can't install wifi printer MX870
Urgent: How to locate the current in use ID file in Lutus Notes 7
DNS Search List appending to all nebios / dns names
Selecting Multiple Fields Using MAX
Extract / Create thumbnails (1st page) for office documents using PHP on Windows or Linux/Mac server
ASA 8.3 NAT Configuration
MS Excel 2007 & PDF - Exporting to PDF takes long hours!
Is it possible to encrypt an email message using PHP?