×

Langue

Fermer
Atelier 801
  • Forums
  • Dev Tracker
  • Connexion
    • English Français
      Português do Brasil Español
      Türkçe Polski
      Magyar Română
      العربية Skandinavisk
      Nederlands Deutsch
      Bahasa Indonesia Русский
      中文 Filipino
      Lietuvių kalba 日本語
      Suomi עברית
      Italiano Česky
      Hrvatski Slovensky
      Български Latviešu
      Estonian
  • Langue
  • Forums
  • /
  • Atelier 801
  • /
  • Discussions
  • /
  • Forum FAQ
« ‹ 61 / 63 › »
Forum FAQ
Velvette
« Citoyen »
1596219660000
    • Velvette#7288
    • Profil
    • Derniers messages
#1201
  0
i was so different yesteryear, lol
Fem31415
« Citoyen »
1601179920000
    • Fem31415#9265
    • Profil
    • Derniers messages
    • Tribu
#1202
  0
Does anyone know the dimensions of a forum page? I'm looking to make a banner that stretches out to fit the entire horizontal length of the page.
Syrius
« Consul »
1601210940000
    • Syrius#8114
    • Profil
    • Derniers messages
    • Tribu
#1203
  0
Anything above 1170px should do fine.
Purple_days
« Citoyen »
1604498820000
    • Purple_days#2627
    • Profil
    • Derniers messages
#1207
  0
Syrius a dit :
Anything above 1170px should do fine.

^^^^^^^^^^
Hallucination
« Censeur »
1605104220000
    • Hallucination#0000
    • Profil
    • Derniers messages
    • Tribu
#1208
  0
Edit: Nevermind, I found it. o/

Dernière modification le 1605107520000
Fem31415
« Citoyen »
1605590460000
    • Fem31415#9265
    • Profil
    • Derniers messages
    • Tribu
#1210
  0
Syrius a dit :
Anything above 1170px should do fine.

Purple_days a dit :
Syrius a dit :
Anything above 1170px should do fine.

^^^^^^^^^^

Thanks for your responses!
Purple_days
« Citoyen »
1605617160000
    • Purple_days#2627
    • Profil
    • Derniers messages
#1211
  0
Fem31415 a dit :
Syrius a dit :
Anything above 1170px should do fine.

Purple_days a dit :
Syrius a dit :
Anything above 1170px should do fine.

^^^^^^^^^^

Thanks for your responses!

That's what i'm here for! <3
L1v_9
« Consul »
1606068840000
    • L1v_9#0000
    • Profil
    • Derniers messages
    • Tribu
#1212
  0
Nvm wrong thread, sorry

Dernière modification le 1606070160000
Purple_days
1610473800000
    • Purple_days#2627
    • Profil
    • Derniers messages
#1213
[Modéré par Charlen, raison : Spam.]
Iamx
« Citoyen »
1611354960000
    • Iamx#1414
    • Profil
    • Derniers messages
#1214
  0
How to set image and spoiler (or two spoilers, one above another) next to each other but to make them centered?

Like here:


https://i.imgur.com/SxvQfSC.jpg


Dernière modification le 1611355080000
Vinxa
« Citoyen »
1611367980000
    • Vinxa#0000
    • Profil
    • Derniers messages
    • Tribu
#1215
  2
Iamx a dit :
How to set image and spoiler (or two spoilers, one above another) next to each other but to make them centered?

I'm not aware of any tag or injection for horizontal alignment, so there are three approaches

1. Just put a bunch of linebreaks (press enter a bunch) after an imgleft tag

Code BBCode

1
2
3
4
5
6
7
8
9
10
11
12
13
[img align=left]http://i.imgur.com/LdaJjIZ.png[/img]










[spoiler]text[/spoiler]
[spoiler]text[/spoiler]

http://i.imgur.com/LdaJjIZ.png










text

text


2. Use a table with 1 row, the image in the first column and the text in the second column. Downside is there is less control of the table as the image forces the use of 1 row with same height as image
Code BBCode

1
2
3
4
5
6
7
8
9
10
11
12
13
[table]
[row][cel][img]http://i.imgur.com/LdaJjIZ.png[/img][/cel][cel][color=#1C3C41]x
x
x
x
x
x
x
x
x
x
x[/color][spoiler]text text text[/spoiler][/cel][/row]
[/table]

http://i.imgur.com/LdaJjIZ.pngx
x
x
x
x
x
x
x
x
x
x
text text text



3. Use the imgleft tag again but insert a table to have greater control over how big the spoiler tag is and where it is placed. Use text for spacing.
Code BBCode

1
2
3
4
5
[img align=left]http://i.imgur.com/LdaJjIZ.png[/img][color=#1C3C41]
[table][row][cel]x[/cel][/row][row][cel]x[/cel][/row][row][cel]x[/cel][/row][row][cel]x[/cel][/row][row][cel]x[/cel][/row][row][cel]x[/cel][/row][row][cel]x[/cel][/row][row][cel]x[/cel][/row][row][cel]x[/cel][/row]
[row][cel]xxxxxxxxx[/cel][cel]
[spoiler]text[/spoiler][color=#1C3C41]xxxxxxxxxxxxxxxxxxxxx[/color][/cel][/row]
[/table]



http://i.imgur.com/LdaJjIZ.png
x
x
x
x
x
x
x
x
x
xxxxxxxxx
text
xxxxxxxxxxxxxxxxxxxxx

Dernière modification le 1611368580000
Radiohead
« Citoyen »
1611419820000
    • Radiohead#2334
    • Profil
    • Derniers messages
    • Tribu
#1216
  0
Thanks Vinxa. That was me asking the question above, just forgot to switch to main account. :-)
Radiohead
« Citoyen »
1611448260000
    • Radiohead#2334
    • Profil
    • Derniers messages
    • Tribu
#1217
  0
Hi can someone tell me how to make changes inside spoiler tag [*spoiler=test][/spoiler]. I tried to change color and font size but it's just not working inside 1st spoiler tag. It only works between spoiler tags, like here:

https://i.imgur.com/F4HII4F.png
Vinxa
« Citoyen »
1611476580000
    • Vinxa#0000
    • Profil
    • Derniers messages
    • Tribu
#1218
  1
Radiohead a dit :
Hi can someone tell me how to make changes inside spoiler tag [*spoiler=test][/spoiler]. I tried to change color and font size but it's just not working inside 1st spoiler tag. It only works between spoiler tags, like here:

https://i.imgur.com/F4HII4F.png

You can put the [color=#tag] inside the [spoiler=__] so like [spoiler=[color=#tag]text[/color]]

For example:

Code BBCode

1
2
3
4
5
[spoiler=[color=#ED67EA]First Title[/color]]

[color=#30BA76]text[/color]

[/spoiler]

First Title


text

Radiohead
« Citoyen »
1611507600000
    • Radiohead#2334
    • Profil
    • Derniers messages
    • Tribu
#1219
  1
Thanks, that worked!
Khonshu
« Sénateur »
1613146860000
    • Khonshu#7689
    • Profil
    • Derniers messages
    • Tribu
#1220
  0
How do I make something like this?
https://cdn.discordapp.com/attachments/435831729346052109/809821340080013322/unknown.png
  • Forums
  • /
  • Atelier 801
  • /
  • Discussions
  • /
  • Forum FAQ
« ‹ 61 / 63 › »
© Atelier801 2018

Equipe Conditions Générales d'Utilisation Politique de Confidentialité Contact

Version 1.27