# Fancy Web Elements

## Make Your Portal Page Shine

When editing a block of text on your portal's Bulletinboard, look for the HTML button. From there, you can drop in snippits of code like, `<a href="https://google.com" target="_blank" class="btn btn-success btn-lg" style="width:100%;">Take me to Google</a>`to make cool buttons on the site.

{% hint style="info" %}

### **Keep it platform agnostic**&#x20;

When developing content for your classes, the clever teacher tries to build content that will require minimal migration should our school change service providers. This GitBook, for instance, is a more stable container for our lesson content than our LMS.&#x20;
{% endhint %}

## Screen Record GIFs

[Mac](https://apps.apple.com/us/app/giphy-capture-the-gif-maker/id668208984?mt=12) or [PC](https://www.screentogif.com/)

{% hint style="danger" %}
**Want more of this page? Have feedback?**\
If you see an error or have a suggestion, [please submit a response to this short form](https://forms.gle/3CPXVUTGU2iwcAWq5).&#x20;
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gilmour.online/lancertech/educators/advanced/fancy-web-elements.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
