inherit
266343
0
Member is Online
Nov 22, 2024 14:00:39 GMT -8
giovanni79
587
May 2022
giovanni79
|
Post by giovanni79 on Nov 17, 2024 14:36:30 GMT -8
Forum URL: (private) ragazzi c'è qualcuno di voi che sa come si possono sovrapporre due scritte in questo forum avevo trovato un codice per farlo come potete vedere qui ho provato a mettere il codice nel mio forum ma le scritte non mi sono venute una sopra l'altra come si può modificare il codice per ottenere questo effetto tanto tempo fa mi funzionava
|
|
inherit
6871
0
Jun 10, 2024 2:25:35 GMT -8
bigballofyarn
"If you wish to make an apple pie from scratch, you must first invent the universe." -Carl Sagan
7,884
January 2003
bigballofyarn
|
Post by bigballofyarn on Nov 17, 2024 14:45:50 GMT -8
Is this something you want to appear only in a post or somewhere else on your forum?
|
|
inherit
266343
0
Member is Online
Nov 22, 2024 14:00:39 GMT -8
giovanni79
587
May 2022
giovanni79
|
Post by giovanni79 on Nov 17, 2024 15:05:03 GMT -8
ciao bigballofyarn io le scritte le avevo messe in una sezione del mio forum ma se volevo anche in un mio post era possibile è strano che qui non mi appaiono nel modo giusto il codice che avevo provato era quello all'epoca non c'era differenza potevi metterle dove volevi non lo so evidentemente quel codice non funziona sulla nostra piattaforma a meno che manca qualcosa magari ce ne può essere un altro
|
|
inherit
6871
0
Jun 10, 2024 2:25:35 GMT -8
bigballofyarn
"If you wish to make an apple pie from scratch, you must first invent the universe." -Carl Sagan
7,884
January 2003
bigballofyarn
|
Post by bigballofyarn on Nov 17, 2024 15:34:25 GMT -8
HTML won't work inside of posts. ProBoards posts understand message board code. I will allow someone who is more well-versed in message board code assist you further from here. They might be able to write something for you to use in posts.
|
|
inherit
250904
0
Nov 21, 2024 3:52:43 GMT -8
jessitap
41
November 2017
jessitap
|
Post by jessitap on Nov 17, 2024 21:19:03 GMT -8
Most HTML + in-line CSS (the parts in the quotations after style) are worked into Proboards' BBcode.
Looking at the code you posted above, this should be completely possible in posts. All you need to do is change the < to [ and > to ]
For example:
[font style="font-family: arial; color: red; font-size: 24px;"]text here[/font style]
Although personally I do div style usually, I tested both font style + p style, and they also work in Proboards posts. Just make sure to do [ square brackets ] instead of < these >, that's all.
|
|
inherit
266343
0
Member is Online
Nov 22, 2024 14:00:39 GMT -8
giovanni79
587
May 2022
giovanni79
|
Post by giovanni79 on Nov 17, 2024 22:36:42 GMT -8
TopScript forum jessitap il codice anche nei post non dà l'effetto desiderato le scritte devono essere una sopra l'altra non come sono venute sopra il codice l'ho modificato appunto mettendo [] così
[p align="center"] [font style="font-family: arial; font-size: 80px; color: #000; line-height: 5px"]TopScript[/font style] [font style="text-decoration: none; font-family: comic sans ms; color:#a3a3a3; font-size: 40px"]forum[/font style][/p]
non cambia niente c'è qualcosa nel codice che non va non so però che cosa
|
|
inherit
266343
0
Member is Online
Nov 22, 2024 14:00:39 GMT -8
giovanni79
587
May 2022
giovanni79
|
Post by giovanni79 on Nov 17, 2024 22:51:37 GMT -8
HTML won't work inside of posts. ProBoards posts understand message board code. I will allow someone who is more well-versed in message board code assist you further from here. They might be able to write something for you to use in posts. ti ringrazio questo lo sapevo sfortunatamente il problema non è dove metti il codice
|
|
inherit
217348
0
Jul 27, 2022 7:26:44 GMT -8
Lynx
5,846
January 2015
msg
|
Post by Lynx on Nov 18, 2024 5:40:28 GMT -8
TopScript forum jessitap il codice anche nei post non dà l'effetto desiderato le scritte devono essere una sopra l'altra non come sono venute sopra il codice l'ho modificato appunto mettendo [] così
[p align="center"] [font style="font-family: arial; font-size: 80px; color: #000; line-height: 5px"]TopScript[/font style] [font style="text-decoration: none; font-family: comic sans ms; color:#a3a3a3; font-size: 40px"]forum[/font style][/p]
non cambia niente c'è qualcosa nel codice che non va non so però che cosa
There is no [/font style] closing tag - it's just [/font]. I'm not saying that will fix it, but you'll want to get rid of the invalid closing tags to prevent any problems.
|
|
#e61919
Support Staff
224482
0
Member is Online
1
Nov 22, 2024 14:01:48 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,515
August 2015
socalso
|
Post by Scott on Nov 19, 2024 9:45:54 GMT -8
giovanni79 - Will this work for you? TopScriptforum
[div align="center" style="text-align:center;"] [span style="font-family:arial; font-size:80px; vertical-align:baseline;"]TopScript[/span][span style="font-family:'comic sans ms';font-size:40px; color:#a3a3a3; vertical-align:baseline;margin-left:-220px;"]forum[/span] [/div]
|
|