Skip to main content
Main Content

Lila's HTML Guide (Including Forum Tables!)

Posted 2020-10-10 19:20:27 (edited)

Oh Ashlynn, you need to make sure to click "View image" on imgur before copying the URL. So use this URL:

i.imgur.com



Lila
#225

Posted 2020-10-10 19:28:24

so <img src=https://i.imgur.com/eTQ9xmo.png



Ashlynn
#5284

Posted 2020-10-10 19:42:05

<img src="https://i.imgur.com/eTQ9xmo.png">

Like that :D


Lila
#225

Posted 2020-10-13 06:54:11

Uh, can I ask for help? I tried to link an image, but it doesn't work. It's clickable, but it doesn't teleport me to the page I want - the page "reloads" and shows the URL up the page but it doesn't teleport me anywhere.

Here's the HTML on my den:
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="%E2%80%9Dhttps%3A//www.wolvden.com/chatter/topic/6861%E2%80%9D"><img style="width:200px;" src="https://i.imgur.com/MvphG6E.png" alt=""><br></a></p>

And on my profile:
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="%E2%80%9Dhttps%3A//www.wolvden.com/chatter/topic/6861?page=1%E2%80%9D"><img style="width:438px;" src="https://i.imgur.com/uD6TX16.png" alt=""></a><br></p><p>Hi! I'm Comet, and someday I will be able to say that I'm on Wolvden from the beginning (Man, that feeling!), but currently I'm new (as everybody). I also have two Lioden accounts with the IDs #64664 (main) and #147563 (side). I can speak Polish and English (you can PM me in both languages), I'm also 9 hours ahead of Wolvden time. <br></p>

Please help!


Comet
#2419

Posted 2020-10-13 07:14:40

How do you put a CCS or anything in your den without getting rid of the art already in there? 


Ashlynn
#5284

Posted 2020-10-13 10:04:59

@ Comet

Looks like yours went kind of wack, aha! Here's a fix for your den (just copy/paste the URLs for both), make sure to delete everything currently in code view before doing this:

<a href="URL of topic"><img src="URL of image" width=200 > </a>

Profile:

<a href="URL of topic"><img src="URL of image" width=438 > </a><br><p>Hi! I'm Comet, and someday I will be able to say that I'm on Wolvden from the beginning (Man, that feeling!), but currently I'm new (as everybody). I also have two Lioden accounts with the IDs #64664 (main) and #147563 (side). I can speak Polish and English (you can PM me in both languages), I'm also 9 hours ahead of Wolvden time. <br></p>

@Ashlynn You'll have to make sure the CSS code is closed (</div> after the CSS) then do a break <br> then you can put anything in after that :)


Lila
#225

Posted 2020-10-14 06:38:44

My den has visible numbering on the sections of my code. How do I get it to go away?

💫Andromeda Eternal💫
#4369

Posted 2020-10-14 10:08:00

@Andromeda

It looks like the inline has element showing the decimals/list down the side of your den. I would add this to your code and see if that fixes it.

element {
    vertical-align: baseline;
    list-style-type: none !important;
   }


Lila
#225

Posted 2020-10-14 10:28:22

Where would I be adding it? Just copy and paste it in?

💫Andromeda Eternal💫
#4369

Posted 2020-10-14 13:47:08

Yeah, add it anywhere in the code and re-upload the CSS to dropbox!


Lila
#225

Search Topic