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
How do I change default email address in site on sharepoint 2007 moss
Vmware standalone convertor error
IIS - Host header Value basic question
Windows 2008 32bit to 2008 64 bit R2 upgrade
Repair exchange database on difference server ?
Expression Blend - Bind Visibility to item in Combo Box.
How do I resolve this error "javax.xml.ws.WebServiceEx
ception .... Place the resource correctly in the classpath.?
Windows 7 dual boot after the fact
System Config utility opens at login everytime
how do you read a list of links from a sql database SP and print the list on a aspx .NET ASP page C#