Zamples, Inc. logo
 Home   Search   Solutions   My Zamples   FAQ   News   Contact 
Zamples ID:
Password:
   
0 anonymous users;
28 users logged in.

Live Samples
Live APIs

HTML or JSP Frag
Java Servlet Frag
HTML & Applet
Bash
C# (Mono)
C++ (gcc)
Groovy
Haskell (Hugs98)
J2SE 1.4 Class
J2SE 1.4 Fragment
J2SE 5.0 Class
J2SE 5.0 Fragment
J2SE 6.0 Class
J2SE 6.0 Fragment
Perl
Python
Ruby
 

Zamples Program Fragments for HTML and Cascading Style Sheets

Zamples provides a nice interactive way to handcraft HTML and CSS.

IFrame

IFrames are now supported by all popular browsers.

<iframe src="/news/mono.jsp" 
        width='300' height='400' 
        align='right'></iframe>

Redefine PRE

<style type="text/css">
<!--
pre {
   background-color: #CCCCCC;
   white-space: pre;
   border: 1px solid #009900;
   left: 5px;
   right: 5px;
   margin-left: 15px;
   padding-left:5px;
   padding-right:5px;
}
-->
</style>
<p>Line above</p>
<pre>blah blah blah blah blah blah blah blah blah blah blah blah blah 
blah blah blah blah blah blah blah blah blah blah blah blah blah 
blah blah blah blah blah blah blah blah blah blah blah blah blah </pre>
<p>Line below</p>

Output

Line above

blah blah blah blah blah blah blah blah blah blah blah blah blah
blah blah blah blah blah blah blah blah blah blah blah blah blah
blah blah blah blah blah blah blah blah blah blah blah blah blah 

Line below

Add New Code Samples Here

If you have code samples that don't fit into any of the topics above which you would like to contribute, please put them here.  This page is also a good place to post Ajax code.  We'll sort them out into their own sections as appropriate later.

0 Quality Tested Examples 0 Problems & Suggestions 0 Closed Issues
to add a new posting or reply to an existing posting.