You are not logged in.
Pages: 1
Writing my first BBcode sentence, hopefully in bold
Post preview suggests that it worked; now let's hope this sentence is in italics
Result. Bold, and italics seem straightforward enough; now for 'emphasis'
Interesting. What's the difference between italics and emphasis?
Now for strikethrough
This is fun. I'm using code. Next stop; Rule the Universe! Bob, you've created a MONSTER! Mwhahahahahahaha!
Last edited by paulb203 (2025-04-17 04:13:45)
Prioritise. Persevere. No pain, no gain.
Offline
Italics means sloping
Emphasis means bold
Monster? Nay! Admin have super powers to disintegrate unwanted characters. And a character has two meanings; both of which are vulnerable.
B
Children are not defined by school ...........The Fonz
You cannot teach a man anything; you can only help him find it within himself..........Galileo Galilei
Sometimes I deliberately make mistakes, just to test you! …………….Bob
Offline
Cheers, Bob.
And lol
**
You said emphasis is bold; I got sloping lines (same as italics) when I used the 'em' brackets etc
Also, is heading text just the same as bold?
Prioritise. Persevere. No pain, no gain.
Offline
Hello, ktesla39. Yes, it is fun, especially for me, as I've often never used any kind of code before.
Question for you, and Bob, and anyone else reading this. Have you memorised all the commands/tags/whatever it is you call the bracketed thingys, and now when you use it is as simple as typing any kind of text?
P.S. Why is this block of yellow text called 'inserted text'?
Prioritise. Persevere. No pain, no gain.
Offline
I dont remember the tags. I had used sympy and HTML before. In HTML, things are similar. You use <i>For italics </i>.<b>For bold </b>. And much more. HTML was even more powerful if you used JavaScript and CSS with it.
"Talent hits the target no one else can hit. Genius hits the target no one else can see." - Arthur Schopenhauer
Offline
Have I told you where to look for a long list of these?
Go to help and you'll find it in the third thread.
The thread existed long before I joined but it was hidden. I stumbled on it one day and copied it into the post in help.me
The whereabouts of the original is a mystery but I've added to my version so that's the place to go.
Do I know them all? Certainly not! I don't fill my head with stuff like that
No idea why they are given those names. Someone thought it was a good name I guess.
Bob
Children are not defined by school ...........The Fonz
You cannot teach a man anything; you can only help him find it within himself..........Galileo Galilei
Sometimes I deliberately make mistakes, just to test you! …………….Bob
Offline
{i} BBcode <i> html
{b} Bbcode <b> html
{url} ------> <a> /anchor
{u} ---------> <u>
{img} -------> <img>………
Some are similar in HTML and BBcode. Maybe they used those names because they were easy to remember and logical.
I know more HTML than BBcode. The names are logical in HTML:
<canvas> For drawing
<video> For videos
<script> For JavaScript
<title> For title
<font> To change font…………
"Talent hits the target no one else can hit. Genius hits the target no one else can see." - Arthur Schopenhauer
Offline
I googled it. bbcode is a subset of HTML used by forums
The code is passed to the browser to be implemented as HTML.
Used by forums for simplicity and to keep out malicious code.
Bob
Children are not defined by school ...........The Fonz
You cannot teach a man anything; you can only help him find it within himself..........Galileo Galilei
Sometimes I deliberately make mistakes, just to test you! …………….Bob
Offline
Offline
Have I told you where to look for a long list of these?
Go to help and you'll find it in the third thread.
Thanks, Bob
Do I know them all? Certainly not! I don't fill my head with stuff like that
So do you just get to know by heart the ones that you use frequently, without trying to memorise them; and consult the list when there's one you've either forgotten or didn't know by heart in the first place?
Prioritise. Persevere. No pain, no gain.
Offline
Pages: 1