Computing desk | ||
---|---|---|
< October 28 | << Sep | October | Nov >> | October 30 > |
Welcome to the Wikipedia Computing Reference Desk Archives |
---|
The page you are currently viewing is an archive page. While you can leave answers for any questions shown below, please ask new questions on one of the current reference desk pages. |
x86 has real mode, protected mode, and a few others. Is this particular to x86 or do other architectures have them as well? — Melab±1 ☎ 02:51, 29 October 2015 (UTC)
Hi all! Title says it all - I've downloaded a responsive html email document that I'm currently editing and I have hit a roadblock.
I've got this set up as a media query (sorry if this is not formatted correctly for wiki):
@media only screen and (max-width: 480px)
{body, table, td, p, a, li, blockquote{-webkit-text-size-adjust:none !important;}
body{width:100% !important; min-width:100% !important;}
As well as this for my three column structure:
Extended content
|
---|
.templateColumnContainer{width:200px;}
#templateColumns{
/*@editable*/ background-color:#F4F4F4;
/*@editable*/ border-top:1px solid #FFFFFF;
/*@editable*/ border-bottom:1px solid #CCCCCC;
.leftColumnContent{
/*@editable*/ color:#505050;
/*@editable*/ font-family:Arial,Helvetica Neue,Helvetica,sans-serif;;
/*@editable*/ font-size:14px;
/*@editable*/ line-height:150%;
padding-top:0;
padding-right:20px;
padding-bottom:20px;
padding-left:20px;
/*@editable*/ text-align:left;
}
.leftColumnContent a:link, .leftColumnContent a:visited, /* Yahoo! Mail Override */ .leftColumnContent a .yshortcuts /* Yahoo! Mail Override */{
/*@editable*/ color:#99cc00;
/*@editable*/ font-weight:normal;
/*@editable*/ text-decoration:underline;
|
with the same set up for my center and right columns.
I've got this code set up for the actual columns. I'm trying to figure out how to make these columns stack when viewed from a mobile device - the three columns look fine in a browser, but they don't seem to actually be responsive when I reduce the window size. I'm also aware that Gmail is a common culprit here (I've read a lot of threads on this haha...), but viewing on an iPhone5 does not result in the columns stacking (it ends up looking the same as in a browser).
Extended content
|
---|
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateColumns">
<tr mc:repeatable>
<td align="center" valign="top" class="templateColumnContainer" style="padding-top:20px;">
<table border="0" cellpadding="20" cellspacing="0" width="100%">
<tr>
<td class="leftColumnContent">
<img src="X.jpg" style="max-width:160px;" class="columnImage" mc:label="left_column_image" mc:edit="left_column_image" />
</td>
</tr>
<tr>
<td valign="top" class="leftColumnContent" mc:edit="left_column_content">
<h3><strong>Text</strong></h3>
Text.</td>
</tr>
</table>
</td>
<td align="center" valign="top" class="templateColumnContainer" style="padding-top:20px;">
<table border="0" cellpadding="20" cellspacing="0" width="100%">
<tr>
<td class="centerColumnContent">
<img src="X.jpg" style="max-width:160px;" class="columnImage" mc:label="center_column_image" mc:edit="center_column_image" /> </td>
</tr>
<tr>
<td valign="top" class="centerColumnContent" mc:edit="center_column_content">
<h3><strong>text</strong></h3>
text.</td>
</tr>
</table>
</td>
<td align="center" valign="top" class="templateColumnContainer" style="padding-top:20px;">
<table border="0" cellpadding="20" cellspacing="0" width="100%">
<tr>
<td class="rightColumnContent">
<img src="X.jpg" style="max-width:160px;" class="columnImage" mc:label="right_column_image" mc:edit="right_column_image" /> </td>
</tr>
<tr>
<td valign="top" class="rightColumnContent" mc:edit="right_column_content">
<h3><strong>text</strong></h3>
text</td>
</tr>
</table>
</td>
</tr>
</table>
|
I know this is very complex problem with many different factors, but any push in the right direction would be appreciated! Thank you so much for anyone who reads! 74.69.117.101 (talk) 17:48, 29 October 2015 (UTC)
Sometimes when i scan for Wifis, one shows up directly with its MAC Adress and not the SSID. What kind of devices show a MAC Adress as the SSID? --87.140.193.156 (talk) 19:15, 29 October 2015 (UTC)
What is a good computer program to handle simple bookkeeping and accounting (invoices) for a small business? I don't know the first thing about this, and I don't know where to begin. Someone mentioned to me things like Quick Books? Or Quicken? Or Microsoft Money? (I forget the exact names.) Any suggestions or advice as to where I should begin? Thanks. — Preceding unsigned comment added by 2602:252:D13:6D70:7956:F92F:39F1:B5A (talk) 21:50, 29 October 2015 (UTC)
Thank you! — Preceding unsigned comment added by 2602:252:D13:6D70:9D35:567D:52D4:5E8A (talk) 03:40, 1 November 2015 (UTC)