|
Post by John Marston on Jun 14, 2021 6:37:07 GMT
|
|
|
Post by John Marston on Jun 14, 2021 6:39:26 GMT
Here's mine - If you put the code ["marquee"] ["/marquee], without the " and the text in the middle (Something like this - ["marquee"] Test ["/marquee]), the result will be -
|
|
|
Post by 𝘛𝘳𝘰𝘵𝘴𝘬𝘺 on Jun 14, 2021 10:32:37 GMT
If you want a piece of your text not converted put it between a [ code] tag.
|
|
|
Post by John Marston on Jun 14, 2021 12:57:30 GMT
If you want a piece of your text not converted put it between a [ code] tag. Not converted? What exactly?
|
|
|
Post by 𝘛𝘳𝘰𝘵𝘴𝘬𝘺 on Jun 14, 2021 14:12:26 GMT
I am still searching the reference, but just this: The board uses simple HTML 4.1 with [ ] instead of < >. No scripting, annimation, embedding or absolute positioning is allowed, but practical 99% of html standard is supported. I use inline-styles for formating.
It looks similar to the not standarized BBC, and a few BBC-codes are also supported - so we use this term, but look about html and you can see much better, what the board supports.
|
|
|
Post by John Marston on Jun 14, 2021 14:21:32 GMT
I am still searching the reference, but just this: The board uses simple HTML 4.1 with [ ] instead of < >. No scripting, annimation, embedding or absolute positioning is allowed, but practical 99% of html standard is supported. I use inline-styles for formating. It looks similar to the not standarized BBC, and a few BBC-codes are also supported - so we use this term, but look about html and you can see much better, what the board supports. How about putting some basic BBCode effects?
|
|
|
Post by 𝘛𝘳𝘰𝘵𝘴𝘬𝘺 on Jun 14, 2021 14:41:42 GMT
I am still searching the reference, but just this: The board uses simple HTML 4.1 with [ ] instead of < >. No scripting, annimation, embedding or absolute positioning is allowed, but practical 99% of html standard is supported. I use inline-styles for formating. It looks similar to the not standarized BBC, and a few BBC-codes are also supported - so we use this term, but look about html and you can see much better, what the board supports. How about putting some basic BBCode effects? Do you haven an Idea how many settings and tags exist? But marquee is a relic out of the Great browser war. So it fits here perfect. Html is static. As I wrote this, I see: The implementation in the board is incomplete. And we can't use css-animations. Examples from www.w3schools.in/html-tutorial/marquee-tag/
|
|
|
Post by John Marston on Jun 14, 2021 14:46:57 GMT
WAOW! 𝘛𝘳𝘰𝘵𝘴𝘬𝘺! Your organizational and technical skills are finger licking good!
|
|
|
Post by 𝘛𝘳𝘰𝘵𝘴𝘬𝘺 on Jun 14, 2021 15:13:08 GMT
|
|
|
Post by Navia Lanoira on Jun 14, 2021 16:39:23 GMT
How about putting some basic BBCode effects? Do you haven an Idea how many settings and tags exist? But marquee is a relic out of the Great browser war. So it fits here perfect. Html is static. As I wrote this, I see: The implementation in the board is incomplete. And we can't use css-animations. Examples from www.w3schools.in/html-tutorial/marquee-tag/
|
|
|
Post by 𝘛𝘳𝘰𝘵𝘴𝘬𝘺 on Jun 15, 2021 3:37:45 GMT
A small guide to basic formation with the board. If we want to give a special format to an BBC-tag we can use 'Inline-styles' with the attriibute style="" inside this tag we can place many of the CSS3 styles. Usually all static CSS attributes work, some are deactivated for security reasons. A formated Block for headlines etc: with many of the most of the relevant formation styles: [div style="width:90%; color:blue; text-align:center; font-size:1.25em; font-weight:800; text-decoration: underline overline wavy green; padding:1em; background-color:#222; border:solid 0.1em red; border-radius:0.5em; box-shadow: 5px 10px 18px #888888;"]Enjoy EFC ![/div] Enjoy EFC ! All css-styles you find here: www.w3schools.com/cssref/default.asp
|
|
|
Post by John Marston on Jun 15, 2021 4:09:38 GMT
Yeah 𝘛𝘳𝘰𝘵𝘴𝘬𝘺, ProBoards forums support CSS also. So that's how you format your tables I see.
|
|
|
Post by 𝘛𝘳𝘰𝘵𝘴𝘬𝘺 on Jun 15, 2021 4:33:55 GMT
Yeah 𝘛𝘳𝘰𝘵𝘴𝘬𝘺, ProBoards forums support CSS also. So that's how you format your tables I see. Yes, thats all. Just css, we are on a Proboards forum. The only problem: inline styles work on one tag, and its childs. If you want 5 header, you need 5 times the styles - this is not really the power of css. Usually you do one CSS declaration outside the document in a so called style-sheet, and format the whole document in one time. With another style-sheet the same content can get a complete different layout, without touching the content. This is Cascading Style Sheets
|
|