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 we split name in HTML
Include C++ header files in .Net Application
laptop setup win 7 64bit with 32bit xp pro emulator
Crystal Reports 11 (migrating from 8.5) and VB6 using RDO resultset as datasource
adding a mac to sbs 2003 network
Jumbo frame configuration is saved where?
PL/SQL Export table data to .csv file and save; launch Excel inside PL/SQL and load saved .csv file
How to change HEX value to EBCDIC char
Sql Subquires
Variable not defined error using VBA ExportAsFixedFormat Type:=xlTypePDF in excel 2003