Print Worksheet Alignment Issue

Developer
Size
3,770 Kb
Views
16,192

How do I make an print worksheet alignment issue?

What is a print worksheet alignment issue? How do you make a print worksheet alignment issue? This script and codes were developed by Jennifer Tso on 11 September 2022, Sunday.

Print Worksheet Alignment Issue Previews

Print Worksheet Alignment Issue - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Print Worksheet Alignment Issue</title> <link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/foundation/6.2.3/foundation.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="body-wrap"> <div class="row large-collapse text-center"> <h2> <span id="lblGuestPass">Guest Pass</span></h2> <h3> <span id="lblClubName1">Minnesota Real Estate Investors Association, Inc.</span></h3> </div> <div class="row column userMessage"> <span id="lblUserMessage" class="no-print"></span> </div> <div class="row"> <div class="small-6 large-4 columns"> <div class="form print"> <div class="row"> <div class="small-4 large-5 columns"> <label>Name:</label> </div> <div class="small-8 large-7 columns input-border-bottom"> <span id="lblName">John Doe</span> </div> </div> <div class="row"> <div class="small-4 large-5 columns"> <label>Address:</label> </div> <div class="small-8 large-7 columns input-border-bottom"> <span id="lblAddress">1456</span> </div> </div> <div class="row"> <div class="small-4 large-5 columns"> <label>City, State, Zip:</label> </div> <div class="small-8 large-7 columns input-border-bottom"> <span id="lblCityStateZip">Brooklyn Park, MN 55455</span> </div> </div> <div class="row"> <div class="small-4 large-5 columns"> <label>Phone:</label> </div> <div class="small-8 large-7 columns input-border-bottom"> <span id="lblPhone"></span> </div> </div> <div class="row"> <div class="small-4 large-5 columns"> <label>Email:</label> </div> <div class="small-8 large-7 columns input-border-bottom"> <span id="lblEmail">[email protected]</span> </div> </div> </div> </div> <div class="hide-for-print large-4 columns"> <p> <a href="javascript: history.go(-1)" class="no-print">Back to Guest Pass</a> </p> <p> <a id="lnkPrintBlank1" class="no-print button" href="javascript:__doPostBack('lnkPrintBlank1','')">Print a Blank one for a Friend</a> </p> <p> <a id="lnkEvent" class="no-print" href="Events.aspx?ID=Main-Monthly-Meeting-Land-Trusts-10-2-7-2017">Go To Event Page</a> </p> <p> <a id="lnkHome" class="no-print" href="Default.aspx">Home Page</a> </p> </div> <div class="small-6 large-4 columns"> <a href="javascript:window.print()" class="no-print"> <img alt="Printer" src="Icons/Printer.png" border="0"><br> Print </a> <div class="row column log-in-form"> <div class="div-Inner"> <h4>Administration</h4> </div> </div> </div> </div> <hr class="print"> <section id="guest-info-details"> <div class="row"> <div class="small-4 large-3 columns"> <h5>How Did You Here About Us?</h5> </div> <div class="small-8 large-9 columns input-border-bottom"> <span id="lblReferredBy"></span> </div> </div> <div class="row column"> <h5>Check all that Apply:</h5> </div> <div class="row small-up-3 print-small"> <div class="column checkbox-fix"> <img id="imgBeginningInvestor" src="Icons/CheckBox1.png" style="border-width:0px;"> <p>Beginning Investor</p> </div> <div class="column checkbox-fix"> <img id="imgOwnSomeRentals" src="Icons/CheckBox1.png" style="border-width:0px;"> <p>I Own some Rentals</p> </div> <div class="column checkbox-fix"> <img id="imgRealtor" src="Icons/CheckBox1.png" style="border-width:0px;"> <p>I am a realtor</p> </div> <div class="column checkbox-fix"> <img id="imgDoneAFew" src="Icons/CheckBox1.png" style="border-width:0px;"> <p>Done a Few Investments</p> </div> <div class="column checkbox-fix"> <img id="imgWantToRehab" src="Icons/CheckBox1.png" style="border-width:0px;"> <p>I want to Rehab Properties</p> </div> <div class="column checkbox-fix"> <img id="imgMortgageBroker" src="Icons/CheckBox1.png" style="border-width:0px;"> <p>I am a Mortgage Broker</p> </div> <div class="column checkbox-fix"> <img id="imgSeasonedInvestor" src="Icons/CheckBox1.png" style="border-width:0px;"> <p>Seasoned Investor</p> </div> <div class="column checkbox-fix"> <img id="imgWantToWholesale" src="Icons/CheckBox1.png" style="border-width:0px;"> <p>want to Wholesale / Bird Dog</p> </div> <div class="column checkbox-fix"> <img id="imgContractor" src="Icons/CheckBox1.png" style="border-width:0px;"> <p>I am a Contractor</p> </div> </div> <hr class="print"> </section> <div class="row collapse"> <div class="small-12 large-8 columns event-details text-small"> <p> <span id="lblEvent" style="font-size:Large;">Main Monthly Meeting - Land Trusts</span> <br> <br> <span id="lblEventDate">Tuesday, February 07, 2017</span><br> <span id="lblEventTimes">6:00 PM - 9:00 PM</span> </p> <h5>Location:</h5> <p> <span id="lblLocationName" class="locationName">Random Location in a City</span><br> <span id="lblLocationAddress">1234 Blvd. N.E.</span><br> <span id="lblLocationCityStateZip">City, State Zip</span><br> <span id="lblLocationPhone"></span><br> </p> <hr class="print"> <p> <span id="lblClubShortName" class="locationName">MnREIA</span><br> <span id="lblClubName" class="locationName">Minnesota Real Estate Investors Association, Inc.</span><br> <span id="lblClubAddress">7040 Lakeland Ave N #200</span><br> <span id="lblClubCityStateZip">Brooklyn Park, MN 55428</span><br> <span id="lblClubPhone">Phone: (763) 432-2809</span><br> <span id="lblClubEmail">Email: [email protected]</span><br> <span id="lblClubURL">Website: www.MnREIA.com</span> </p> </div> <div class="small-12 large-4 columns" style=" width: 33.33333%!important;
"> <a id="lnkGoogleMap" href="https://maps.google.com/?sourceid=navclient&amp;q=1330+Industrial+Blvd.+N.E.,Minneapolis,MN 55413" target="_blank"><img src="https://maps.google.com/maps/api/staticmap?size=375x300&amp;markers=size:mid%7Ccolor:red%7C1330+Industrial+Blvd.+N.E.,Minneapolis,MN,55413&amp;sensor=false" alt="" style="border-width:0px;"></a> </div> </div> <div class="row text-small collapse"> <div class="small-12 large-8 columns"> <p> ***Praesent gravida diam a blandit tempus. Donec hendrerit ex ut venenatis pretium.<br> ***Aenean ex ante, hendrerit sed elit quis, scelerisque convallis elit. Morbi sodales libero vel libero auctor consectetur. (See Above)<br> ***Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p> </div> <div class="small-12 large-4 columns"> <a id="lnkPrintBlank2" class="no-print button" href="javascript:__doPostBack('lnkPrintBlank2','')">Print a Blank one for a Friend</a> </div> </div> </div> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/foundation/6.3.0/js/foundation.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Print Worksheet Alignment Issue - Script Codes CSS Codes

@media print { div.form.print label, .checkbox-fix p { font-size: 0.95rem!important; /*color: blue!important;*/ } .input-border-bottom { border-bottom: 1px solid #333; max-width: 100%; min-height: 30px; } .checkbox-fix p { width: 90%; } .event-details p { margin-bottom: 0; } .div-Inner { padding: 10px 15px; /*padding: 0px;*/ } hr.print { margin: 10px 0; } /* Modified Columns */ .large-1 { width: 8.33333%; } .large-2 { width: 16.66667%; } .large-3 { width: 25%; } .large-4 { width: 33.33333%; } .large-5 { width: 41.66667%; } .large-6 { width: 50%; } .large-7 { width: 58.33333%; } .large-8 { width: 66.66667%; } .large-9 { width: 75%; } .large-10 { width: 83.33333%; } .large-11 { width: 91.66667%; } .large-12 { width: 100%; }
}

Print Worksheet Alignment Issue - Script Codes JS Codes

$(document).foundation();
Print Worksheet Alignment Issue - Script Codes
Print Worksheet Alignment Issue - Script Codes
Home Page Home
Developer Jennifer Tso
Username jen188
Uploaded September 11, 2022
Rating 3
Size 3,770 Kb
Views 16,192
Do you need developer help for Print Worksheet Alignment Issue?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Jennifer Tso (jen188) Script Codes
Create amazing SEO content with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!