+1 717-843-4790
User Forums »
Customer Login »
Home : KioWare Kiosk Software
Products
KioWare Browser
KioWare Lite
KioWare Kiosk Basic
KioWare Full with Server
KioWare Server ASP
KioWare Server Add-Ons
KioWare Client Add-Ons
KioWare for Android™
Product Comparison
Software Selector
Annual Support
Licensing Options
Product Overview
Version History
Free Download
KioWare Lite
KioWare Kiosk Basic
KioWare Full with Server
KioWare Browser
KioWare Lite for Android™
KioWare Full for Android™ with Server
Resources
Purchase
KioWare Browser
KioWare Lite
KioWare Kiosk Basic
KioWare Full with Server
KioWare Server ASP
KioWare Server Add-Ons
KioWare Lite for Android™
KioWare Full for Android™ with Server
Pricing
Support
Annual Support
FAQs
User Forums
User Docs
Download Upgrade
Examples
Contact Us
Support Renewal
Supported Devices
Partners
Partner List
Benefits & Requirements
Examples
The following is a list of sample code for which our clients have asked. Feel free to use this as necessary with your KioWare project.
Remove Body Margins
Remove all spacing to left top and left of a picture:
Copy to Clipboard
|
View Code In Action
|
Back
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><head>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
</head><body>
<img src="/kwwmedia/KioWare_logo_602wide.png">
</body>
</HTML>