ChatGPT can take any block of plain text—whether it’s a paragraph, a list, or a set of instructions—and convert it directly into HTML/CSS code ready for insertion into LibGuides content boxes.
Any plain text you’d normally paste into a guide:
Convert the text between <PLAIN_TEXT> tags into a LibGuides-ready HTML block: - Use a small gradient banner (UF blue by default), pastel cards, no external JS - All text ≥16px; lists are verb-first and concise - Include optional <details> toggles labeled “Show preview” and “Show code” - Output must be self-contained (inline styles OK); expose CSS tokens as custom properties - Add a short Quick Start checklist (3–5 steps) - Provide a CTA row (I will edit URLs) <PLAIN_TEXT> [Paste your paragraph/list/instructions here...] </PLAIN_TEXT>
<pre> in a dark code panel<details>/<summary> toggleChange --accent1/--accent2 at the top of a block to match any guide’s branding (e.g., Copilot blues, Perplexity purple, department colors).
This page helps you find recent business articles about your company. 1) Open Business Source Ultimate via Library A–Z. 2) Search Company Name + limit to last 12 months. 3) Add one industry keyword and filter to Trade Publications. 4) Save two relevant articles and export citations. 5) Ask ChatGPT for one stronger search string.
Use Business Source Ultimate to pull the latest coverage, then refine with AI.
<div style="--accent1:#3b82f6; --accent2:#2563eb; --border:#eaeaea; --radius:14px; font-size:16px; line-height:1.6;">
<div style="background:linear-gradient(90deg,var(--accent1),var(--accent2)); color:#fff; padding:16px; border-radius:12px; margin:0 0 10px 0;">
<h3 style="margin:0 0 4px 0; font-size:20px;">Find Recent Articles on Your Company</h3>
<p style="margin:0;">Use Business Source Ultimate to pull the latest coverage, then refine with AI.</p>
</div>
<div style="background:#ffffff; border:1px solid var(--border); border-radius:12px; padding:12px;">
<h4 style="margin:0 0 6px 0; font-size:18px;">Quick Start</h4>
<ol style="margin:0; padding-left:18px;">
<li><strong>Open</strong> Business Source Ultimate (Library A–Z).</li>
<li><strong>Search</strong> Company + limit to last 12 months.</li>
<li><strong>Add</strong> one industry keyword; <strong>filter</strong> to Trade Pubs.</li>
<li><strong>Save</strong> two relevant articles; <strong>export</strong> citations.</li>
<li><strong>Ask ChatGPT</strong> for one stronger search string.</li>
</ol>
</div>
</div>
<details> “Show code”.