flyoffacliff
Junior Member
My post count here is 592 posts too low.
Posts: 261
inherit
182684
0
Jul 23, 2015 21:30:54 GMT -8
flyoffacliff
My post count here is 592 posts too low.
261
September 2012
flyoffacliff
|
Post by flyoffacliff on Dec 1, 2012 10:37:36 GMT -8
I don't know why this was not implemented. There should be a text wigit for custom pages. Kind of like the "Visual" mode on the topic/post maker. Their is an HTML one, but I don't know HTML.
|
|
Kami
Forum Cat
Posts: 40,201
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,201
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Dec 1, 2012 10:44:23 GMT -8
You can input plain text on the HTML page. You don't HAVE to use HTML.
|
|
flyoffacliff
Junior Member
My post count here is 592 posts too low.
Posts: 261
inherit
182684
0
Jul 23, 2015 21:30:54 GMT -8
flyoffacliff
My post count here is 592 posts too low.
261
September 2012
flyoffacliff
|
Post by flyoffacliff on Dec 1, 2012 11:23:59 GMT -8
You can input plain text on the HTML page. You don't HAVE to use HTML. I know, but you can't do any formatting. When posting a message, you can change text size, alignment, and much more. This is even more important for custom pages.
|
|
Kami
Forum Cat
Posts: 40,201
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,201
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Dec 1, 2012 11:54:36 GMT -8
You can input plain text on the HTML page. You don't HAVE to use HTML. I know, but you can't do any formatting. When posting a message, you can change text size, alignment, and much more. This is even more important for custom pages. Ah, I see. I can see the benefit of a text widget, I suppose, but if you know how to format your post using UBBC, then you can do it using HTML, just change all the [ and ] to < and >, for the most part. For example, [b][/b] for bold, <b></b> for bold. V5's changed their UBBC as well, for a bit of it, so it's more aligned with HTML eg instead of [size][/size] like in v4, it's now [font size="x][/font], which is like how it is with HTML's <font size="x"></font>. Basically, if you can format your post in v5 with UBBC, you can format text with HTML in the custom page.
|
|
flyoffacliff
Junior Member
My post count here is 592 posts too low.
Posts: 261
inherit
182684
0
Jul 23, 2015 21:30:54 GMT -8
flyoffacliff
My post count here is 592 posts too low.
261
September 2012
flyoffacliff
|
Post by flyoffacliff on Dec 1, 2012 12:08:33 GMT -8
I know, but you can't do any formatting. When posting a message, you can change text size, alignment, and much more. This is even more important for custom pages.
Ah, I see. I can see the benefit of a text widget, I suppose, but if you know how to format your post using UBBC, then you can do it using HTML, just change all the [ and ] to < and >, for the most part.
For example, [b][/b] for bold, <b></b> for bold. V5's changed their UBBC as well, for a bit of it, so it's more aligned with HTML eg instead of [size][/size] like in v4, it's now [font size="x][/font], which is like how it is with HTML's <font size="x"></font>. Basically, if you can format your post in v5 with UBBC, you can format text with HTML in the custom page.
I can't really format with UBBC either. I looked up those HTML tags online, and most of the formatting ones said "Not Supported in HTML5." here: www.w3schools.com/tags/tag_center.asp . Why is this?
|
|
Kami
Forum Cat
Posts: 40,201
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,201
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Dec 1, 2012 12:15:43 GMT -8
Ah, I see. I can see the benefit of a text widget, I suppose, but if you know how to format your post using UBBC, then you can do it using HTML, just change all the [ and ] to < and >, for the most part.
For example, [b][/b] for bold, <b></b> for bold. V5's changed their UBBC as well, for a bit of it, so it's more aligned with HTML eg instead of [size][/size] like in v4, it's now [font size="x][/font], which is like how it is with HTML's <font size="x"></font>. Basically, if you can format your post in v5 with UBBC, you can format text with HTML in the custom page.
I can't really format with UBBC either. I looked up those HTML tags online, and most of the formatting ones said "Not Supported in HTML5." here: www.w3schools.com/tags/tag_center.asp . Why is this?
Because it's depreciated. Like all technology, HTML standards change over time into things that are more efficient and make more sense. If you look at the UBBC in v5 for centring text, its: [div align="center"][/div].
|
|
flyoffacliff
Junior Member
My post count here is 592 posts too low.
Posts: 261
inherit
182684
0
Jul 23, 2015 21:30:54 GMT -8
flyoffacliff
My post count here is 592 posts too low.
261
September 2012
flyoffacliff
|
Post by flyoffacliff on Dec 2, 2012 9:27:34 GMT -8
I can't really format with UBBC either. I looked up those HTML tags online, and most of the formatting ones said "Not Supported in HTML5." here: www.w3schools.com/tags/tag_center.asp . Why is this?
Because it's depreciated. Like all technology, HTML standards change over time into things that are more efficient and make more sense. If you look at the UBBC in v5 for centring text, its: [div align="center"][/div]. If its depreciated, how much longer will browsers support it for? What on earth is a div? Why do they keep making basic scripts, such as text alignment more and more complicated?
|
|
Kami
Forum Cat
Posts: 40,201
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,201
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Dec 2, 2012 10:23:24 GMT -8
Because it's depreciated. Like all technology, HTML standards change over time into things that are more efficient and make more sense. If you look at the UBBC in v5 for centring text, its: [div align="center"][/div]. If its depreciated, how much longer will browsers support it for? What on earth is a div? Why do they keep making basic scripts, such as text alignment more and more complicated? Dunno. You're asking questions about a nebulous 'they' like I know who controls the coding of the internet. xD A div is a ... a div. That's just what it is. The proper definition is that it's a block-level element but that likely won't make sense to you, yeah? It's easier to think of it as just a tag that helps you style your post. If you think about it, though, it's not more complicated at all. Say for instance you want to apply a font face, a colour, and text alignment to a particular thing. Before you'd need three different tags - the font tag, the colour tag, and the alignment tag. Now wrap everything up in <div style="font-face: times new roman; font-color: #FF0000; text-align: center;"> </div> and you have one tag that accomplishes three different things. It's much less convoluted than before.
|
|
#FF6600
16715
0
1
Nov 26, 2024 18:23:25 GMT -8
Patrick [ASE]
Ancient Geek
46,300
November 2003
allseeingeyes2
|
Post by Patrick [ASE] on Dec 2, 2012 10:42:44 GMT -8
Couple of tips, on custom pages, if you hit the html tab, then put your content above the zone tag, html will work just like a norrmal webpage, including stylesheets. But if you want to be ahead of the game, on the w3schools site, read the html tutorial along with the html5 section, html5 is newer There's also a section on using div's, and info on inline stlyesheets (like the example Kami gave)
Don't worry, your not alone, i don't like div's either, especially for making tables, so i have a lot to learn.
|
|
inherit
The Dream Crusher (Ret.)
164921
0
Apr 1, 2014 11:00:25 GMT -8
Tim Camara
Teach a man to fish, etc., etc.
1,721
March 2011
tcamara
|
Post by Tim Camara on Dec 3, 2012 10:13:13 GMT -8
|
|
inherit
Graphics Ninja
3
0
Nov 19, 2012 12:17:26 GMT -8
Ryan Roos
Wordsmyth
35,133
November 2003
ryan
|
Post by Ryan Roos on Dec 3, 2012 10:16:43 GMT -8
As for the WYSIWYG editor we will need to discuss that.
It's not as simple as your request, which is why it doesn't exist already. Simply, adding the existing editor to the page would just place the BBCode on the page, which you've already noticed doesn't render. We would need to then process your BBCode into HTML. Which isn't the hardest thing to do, but this would all need to be built into the custom page itself. This gets very complex when combined with all the other widgets and the actual HTML.
Thank you for the idea.
|
|
flyoffacliff
Junior Member
My post count here is 592 posts too low.
Posts: 261
inherit
182684
0
Jul 23, 2015 21:30:54 GMT -8
flyoffacliff
My post count here is 592 posts too low.
261
September 2012
flyoffacliff
|
Post by flyoffacliff on Dec 3, 2012 17:26:53 GMT -8
Ryan RoosThanks for considering it. everyone Else This for helping me understand the code. EDIT NOTE: By "everyone else", I was referring to ASE and Kami. I did intend to make the first Tag for Ryan since he said "Thank you for the idea.". I am reverting this edit because I really think it is a mistake
|
|
Kami
Forum Cat
Posts: 40,201
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,201
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Dec 3, 2012 19:50:08 GMT -8
wow, there is a nebulous 'they'. i was just being flippant, but colour me impressed ;x
|
|