<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[About Bootstrap CSS]]></title><description><![CDATA[<p dir="auto">about bootstrap in office-web I download v.4 file then I unzip and replace<br />
in mango/web/resource/bootstrap but why in the editpage still not work.<br />
code like this</p>
<pre><code>&lt;link rel="stylesheet" href="/resources/bootstrap/css/bootstrap.min.css"&gt;&lt;/link&gt;

&lt;div class="card-deck"&gt;
  &lt;div class="card"&gt;
    &lt;img class="card-img-top" src="https://semantic-ui.com/images/wireframe/image.png" alt="Card image cap"&gt;
    &lt;div class="card-body"&gt;
      &lt;h5 class="card-title"&gt;Card title&lt;/h5&gt;
      &lt;p class="card-text"&gt;This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.&lt;/p&gt;
      &lt;p class="card-text"&gt;&lt;small class="text-muted"&gt;Last updated 3 mins ago&lt;/small&gt;&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="card"&gt;
    &lt;img class="card-img-top" src="https://semantic-ui.com/images/wireframe/image.png" alt="Card image cap"&gt;
    &lt;div class="card-body"&gt;
      &lt;h5 class="card-title"&gt;Card title&lt;/h5&gt;
      &lt;p class="card-text"&gt;This card has supporting text below as a natural lead-in to additional content.&lt;/p&gt;
      &lt;p class="card-text"&gt;&lt;small class="text-muted"&gt;Last updated 3 mins ago&lt;/small&gt;&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="card"&gt;
    &lt;img class="card-img-top" src="https://semantic-ui.com/images/wireframe/image.png" alt="Card image cap"&gt;
    &lt;div class="card-body"&gt;
      &lt;h5 class="card-title"&gt;Card title&lt;/h5&gt;
      &lt;p class="card-text"&gt;This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.&lt;/p&gt;
      &lt;p class="card-text"&gt;&lt;small class="text-muted"&gt;Last updated 3 mins ago&lt;/small&gt;&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;
</code></pre>
<p dir="auto">screenshot like this<br />
<img src="https://camo.nodebb.org/9b837e8301f18c842fd67bf68540f1eec540e993?url=https%3A%2F%2Fi.imgur.com%2Fdhc4GJL.png" alt="0_1520334655540_boot01.PNG" class=" img-fluid img-markdown" /></p>
<p dir="auto">but when I use cdn.</p>
<pre><code>&lt;link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" crossorigin="anonymous"&gt;
</code></pre>
<p dir="auto">It will be work<br />
<img src="https://camo.nodebb.org/411dacf934689f155d4a70eb29b5f9abafd91814?url=https%3A%2F%2Fi.imgur.com%2FbpuECrt.png" alt="0_1520334711837_boot02.PNG" class=" img-fluid img-markdown" /></p>
<p dir="auto">How do I do to use in resource bootstrap ?</p>
]]></description><link>https://forum.mango-os.com/topic/3325/about-bootstrap-css</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Jul 2026 16:38:25 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/3325.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 06 Mar 2018 11:13:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to About Bootstrap CSS on Tue, 06 Mar 2018 17:05:51 GMT]]></title><description><![CDATA[<p dir="auto">Use the developer tools of your browser to check the CSS file is being loaded.</p>
]]></description><link>https://forum.mango-os.com/post/17594</link><guid isPermaLink="true">https://forum.mango-os.com/post/17594</guid><dc:creator><![CDATA[Jared Wiltshire]]></dc:creator><pubDate>Tue, 06 Mar 2018 17:05:51 GMT</pubDate></item></channel></rss>