Thuum.org

A community for the dragon language of The Elder Scrolls V: Skyrim

Thuum.org

A community for the dragon language of The Elder Scrolls V: Skyrim

Question Board


Rahvaatzul
November 27, 2014

What tags can be used in the user bio

It would also be helpful to know, does the <a> tag only point to pages on thuum.org?

Category: General


1


hiith
November 28, 2014

I know first-hand that <font>, <button>, <img>, <a>, <hr> & <select>, (which is in my mad-libs bio :D), <textarea>, and <input> work. It seems to me that <imbed> would work, too, though you might not be able to resize it. But try out what you want; see if it works. But some admins and mods might not want you using too much html (so tell no-one). Also, you have to stay within a character limit, so you can't really go too crazy (if you could, then my bio would be much longer and more interesting).


0


DovahKiinZaan
November 27, 2014

Tags are: <b> and <i>.

Answer to your second question: I don't know, I got a button to point to point to facebook, and I managed to make all of the links in a thread to point to nyan cat. My current button points to the wall, as for links, they don't work.

Yes, I just contradicted myself.


0


Rahvaatzul
November 27, 2014

I know that we can use <center> too, but I shall wait wait for

P1R TH6 NAX
, he will probably provide me with a list.

I believe you would change all the links with this javascript (asuming there is jQuery here, which there is) :

$('a').each(function(){

    $(this).attr("href", "http://nyan.cat");

});


0


DovahKiinZaan
November 27, 2014

Yeah, pretty much

 


0


Foduiiz
December 16, 2014

Tags like <font> and <center> aren't supported in HTML5. Use CSS, which can be done within HTML like so:

<p font=""Arial" Arial, sans-serif">Fus ro dah </p>

That said, I don't think thuum.org runs HTML5 (yet?) so this won't work in your bio, but just a heads up.