HTML Printout
 Posted: 21 Apr 2017, 06:50
Posted: 21 Apr 2017, 06:50Hey, not sure how many others use this function but I absolutely love it.
Wondering though, could we not simplfy the code in it from each line having the image sizes/margins to simply:
I'd love to have a look cause atm it only does main board. It doesn't check commander/sideboard.
I'd love if it did, cause then I'd mess around with the code for the text at the bottom so I can print my deck lists for events by scrapping the image codes bahahaha
Dunno if others would find that to be useful, but I'd love it personally.
			Wondering though, could we not simplfy the code in it from each line having the image sizes/margins to simply:
- Code: Select all
- <style>
 img{
 height: 319px;
 width: 222px;
 margin: 0 0px 0px 0;
 }
 </style>
I'd love to have a look cause atm it only does main board. It doesn't check commander/sideboard.
I'd love if it did, cause then I'd mess around with the code for the text at the bottom so I can print my deck lists for events by scrapping the image codes bahahaha
Dunno if others would find that to be useful, but I'd love it personally.