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
turn off Translating " "...domain server (255.255.255.255)
SBS2k8 E-mail alias already exists
Exchange Tabs not showing in Active Directory on new Domain Controller
basic question about graphs and gradients
setup two NIC with same IP address for load balancing
Exchange 2007 OWA causes 2 audit failures on failed login attempt
How do I add a second domain controller for OWA authentiion on Exchange 2007?
Can't Add User in Active Directory
dateDiff - combining a date selection and a time selection
How does the pointers of an inode's data block relattes to the logical block address of a SCSI device?