Editing Talk:1110: Click and Drag

Jump to: navigation, search
Ambox notice.png Please sign your posts with ~~~~

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 72: Line 72:
 
</pre>
 
</pre>
 
:--[[Special:Contributions/132.230.1.28|132.230.1.28]] 09:58, 19 September 2012 (UTC)
 
:--[[Special:Contributions/132.230.1.28|132.230.1.28]] 09:58, 19 September 2012 (UTC)
:: I've created a file which looks the very same :-) The gaps between the rows seem to come from the <code>&lt;img&gt;</code> elements being displayed as inline content, adding some whitespaces to the cells. I now use this css code:
 
<pre style="margin-left:4em;">* {
 
padding: 0;
 
margin: 0;
 
border: 0;
 
}
 
table {
 
border-collapse: collapse;
 
border-spacing: 0;
 
table-layout: fixed;
 
}
 
td {
 
width: 2048px;
 
height: 2048px;
 
}
 
img {
 
display: block;
 
}</pre>
 
::--[[Special:Contributions/84.181.110.126|84.181.110.126]] 15:06, 19 September 2012 (UTC)
 
  
 
This is the best full-size view of the comic: http://xkcd-map.rent-a-geek.de/ [[Special:Contributions/77.191.21.108|77.191.21.108]] 15:02, 19 September 2012 (UTC)
 
This is the best full-size view of the comic: http://xkcd-map.rent-a-geek.de/ [[Special:Contributions/77.191.21.108|77.191.21.108]] 15:02, 19 September 2012 (UTC)

Please note that all contributions to explain xkcd may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see explain xkcd:Copyrights for details). Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel | Editing help (opens in new window)

Templates used on this page: