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
SBS 03 with AD/DC is automaticall re-generated A Host Records
Bouncebacks from distribution group
Blank screen After WIn XP splash screen.
Service policy is in suspended mode
ASP Connection String vs. Database Access DLL
Group Policy Home Page.
how to use CFCONTENT to deliver files from a folder outside web root, to a web browser? and loop through a series of fileIDs associated with a DocumentID
How to diagnose hard disk physical & logical errors ?
How to make Delphi 2007 application compatible with Windows 7 OS?
PHP.ini file 'display_errors' is set to Off but errors still appear on page?