Skip to main content
Main Content

Lila's HTML Guide (Including Forum Tables!)

Posted 2022-07-10 18:20:11
I can't seem to use an image as a background. I'm using urls ending with .png and it doesn't work for some reason, it just leaves the background blank. Any idea as to why this is happening?

·˖˚ Rainii ˚˖·
#20486

Posted 2022-07-20 15:40:29 (edited)

Basic
text text text text



ignore this!!

✦ coyote ✦
#77326

Posted 2023-04-16 12:46:12
does anyone know how to change the highlighted background on the box? what my code looks like is underneath of the photo, i've tried placing the background colour everywhere in the code + read over this thread many times but can't seem to figure it out ^^'
☁️drowsy | HIATUS☁️
#100876

Posted 2023-04-16 21:41:09
It's the background:#ededed;

fireflii
#757

Posted 2023-04-17 05:46:34
ohh thank you so much! i'll try that out once i'm back on my pc! ^^
☁️drowsy | HIATUS☁️
#100876

Posted 2023-04-29 11:41:42
how do i make two columns of text inside a box??

CyberDelusion
#100735

Posted 2023-04-29 23:24:04
Here's the simplest code using Wolvden's shorthand code provided to us:

Preview

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla non odio et massa rutrum maximus vitae quis mi. Sed id urna nisi. Phasellus molestie laoreet ipsum quis blandit. Sed arcu tellus, sodales feugiat volutpat sed, ornare ut mi.


Curabitur vitae tempus tellus, sit amet tempor magna. Nam posuere dui et tellus vestibulum suscipit. Aliquam eget mattis lorem. Nullam molestie accumsan orci, ac gravida dolor volutpat a. Donec blandit dui eu vestibulum ultrices.


Code
<div class="row border m-2 p-2">
<div class="col-6">Left column.</div>

<div class="col-6">Right column.</div>
</div>

fireflii
#757

Posted 2023-04-30 11:24:01
thank you sm!!

CyberDelusion
#100735

Posted 2023-09-10 17:43:45
I have tried to figure out how to use the image linking, but I cannot figure out how to do it! Could anybody help me? Thank you

labeskimo
#24826

Posted 2023-09-10 17:45:03
For just an image or like attaching a link to the photo??

CyberDelusion
#100735

Search Topic