Customize your hosted online event

You can add HTML to decorate and make your description look better on the Starstream hosted event page:

You can insert emoji, title, stylize text and more. Here's a template:

<div>
    <div>
        <h2>🎤 Performance Overview</h2>
        <p style="font-style: italic;">DAY6 lit up the stage with their electrifying performance of "Welcome to the Show" on Music Bank, aired on KBS WORLD TV on March 22, 2024. This captivating performance showcased the band's dynamic energy and musical prowess.</p>
    </div>
    
    <div>
        <h2>👀 What Fans Are Saying</h2>
        <ul>
            <li>💖 "DAY6 makes me so happy I can't put it into words."</li>
            <li>🎉 "They belong on stage, they all look so happy performing again."</li>
            <li>🌟 "Props to the stylist for Wonpil's legendary look today!"</li>
        </ul>
    </div>
    
    <div>
        <h2>🔁 Replay Value</h2>
        <p style="font-weight: bold;">Fans can't get enough of the performance, with many replaying the video to catch every nuance of DAY6's exceptional live vocals and stage presence.</p>
    </div>
    
    <div>
        <h2>🎶 Behind the Music</h2>
        <p style="color: #007BFF;">The song "Welcome to the Show" continues to resonate with listeners, showcasing DAY6's versatility and deep musicality.</p>
    </div>
</div>

If you're good with HTML (the templating language), go ahead and insert whatever HTML you need to make your description pop!

If you're not familiar with HTML, a tool like ChatGPT can write HTML for you. Here's some prompts you can use to generate HTML:

Convert this event description into a concise HTML snippet using divs for structure. Breakdown themes into sections each with appropriate headings and paragraphs. Avoid using the head element or external stylesheets, ensuring the snippet is self-contained for easy integration. Add a representative emoji at the beginning of the title of each sections.

Here's the description to convert:

"
insert your description here
"

Last updated