×

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
« ‹ 47 / 63 › »
Forum FAQ
Toffeetiny
« Consul »
1505391060000
    • Toffeetiny#0000
    • Profil
    • Derniers messages
#921
  0
I've tried using the table function for putting images on the right side while having the text on the left side. However, is the image supposed to get smaller/go to its original size depending on how much I write in one cel?
Another thing I noticed is that when i write the [row] thing, the row doesnt work and just shows the tags.
this is how the coding looks:
http://img.atelier801.com/fb24f30f.png

and the preview:
http://img.atelier801.com/faa4f30f.png

I've been struggling with this for a while now and I still have no idea how this shit works. It only partially works when i remove the row tags. but then i cant add more rows below without moving the text and image and having the tags. I'd really appreciate if someone made this more clearer!
Batt_mellamy
« Consul »
1505424360000
    • Batt_mellamy#0015
    • Profil
    • Derniers messages
    • Tribu
#922
  0
Tables work like that. If you add lots of images in one row of a table, the images will shrink, in order to fit them all in.

Have you tried using the img align tag? For some reason very few seem to know about it, and it can work better than using tables.

[img align=left][/img] = left aligned
[img align=right][/img] = right aligned
[p=center][img][/img][/p] = centered

An example on where I use this is here; in the code below you can see the second fur down (owl) uses the [img align=left][/img] tag (the first one doesn't need it, as the text isn't long enough):
Code BBCode

1
2
3
4
5
6
[# #76 - #90]
[img]http://img.atelier801.com/0a24f0c5.png[/img][color=#313131]313131[/color]/[color=#171612]171612[/color]/[color=#8c4230]8C4230[/color]/[color=#eeeeec]EEEEEC[/color]/[color=#4b3c39]4B3C39[/color]/[color=#ce234d]CE234D[/color]/[color=#e96491]E96491[/color]/[color=#e0e0e0]E0E0E0[/color]/[color=#e86723]E86723[/color]/[color=#367d31]367D31[/color]/[color=#244916]244916[/color]: 76th fur (Pantherlily Fur)
[img align=left]http://img.atelier801.com/4524f0ee.png[/img]


[color=#E9E9E9]#E9E9E9[/color] / [color=#403634]#403634[/color] / [color=#766D6E]#766D6E[/color] / [color=#52453C]#52453C[/color] / [color=#94877E]#94877E[/color] / [color=#000000]#000000[/color] / [color=#FFE420]#FFE420[/color] / [color=#4A433F]#4A433F[/color] / [color=#766D6E]#766D6E[/color] / [color=#4B3C39]#4B3C39[/color] / [color=#FFFFFF]#FFFFFF[/color]: 77th fur (Owl fur)

You'll need to do a few pagebreaks for it to be in the middle, otherwise it will start at the top, and the text will go gradually down as you add more text.

And this works the same if you try doing right-aligned images
https://image.prntscr.com/image/GFRFXdWnSpaXyn1vU-H5yw.png

:]
Purpledimond
« Censeur »
1505425080000
    • Purpledimond#0000
    • Profil
    • Derniers messages
    • Tribu
#923
  0
pffft ninja'd
Have you tried using it without numbers for the cells and rows? This is what it would look like when used correctly:

code
Code BBCode

1
2
3
4
5
6
[table]
[row][cel][size=12]Hello there! My name is Emilie but you can call me toffee or Clover! I'm a 13-year-old girl from Sweden![/size][/cel]
[cel][img]http://img.atelier801.com/e324f30f.png[/img][/cel]
[/row]
[row][cel]hiiiiii[/cel][cel]sup[/cel][/row]
[/table]


preview
Hello there! My name is Emilie but you can call me toffee or Clover! I'm a 13-year-old girl from Sweden!http://img.atelier801.com/e324f30f.png
hiiiiiisup


If you want your pictures to go on the right side, you should probably use [img align=right][/img] as it is the most efficient and easiest way possible from what I see. However, you can still use the Table method if you wish:

code & example: table align method
Code BBCode

1
2
3
[table align=right]
[row][cel][img]http://img.atelier801.com/e324f30f.png[/img][/cel][/row]
[/table]
http://img.atelier801.com/e324f30f.png


code & example: img align method
Code BBCode

1
[img align=right]http://img.atelier801.com/e324f30f.png[/img]
http://img.atelier801.com/e324f30f.png


Hopefully this helped, if not feel free to ask again

Dernière modification le 1505425260000
Meisterthief
« Citoyen »
1505438820000
    • Meisterthief#0000
    • Profil
    • Derniers messages
    • Tribu
#924
  0
Winjid a dit :
Well, you need to have a certain ending code of the video URL.

https://www.youtube.com/watch?v=f2xGxd9xPYA.
Copy the code that looks like the highlighted part and paste it as shown below after selecting a proper video format for it. In this case, youtube.

[video]http://www.youtube.com/embed/f2xGxd9xPYA[/video]

It should look like this
1
[video]http://www.youtube.com/embed/f2xGxd9xPYA[/video]

Thanks!
Toffeetiny
« Consul »
1505455320000
    • Toffeetiny#0000
    • Profil
    • Derniers messages
#925
  0
@Batt_mellamy
I did try writing more text in the cel but I was wondering more about why the row tag wouldn't work. And I didn't really think about the img align thing since i don't use it often.

@Purpledimond
Yes, I did try without the numbers (by going what was provided in the OP) but didn't seem to work.

Thank you both for the help (in advance)! I'll try both methods when I come home and edit this post if it worked or not.
EDIT: So I tried using the img align menthod without the table and it actually works somewhat better. I just need to find a smaller version of the image lol-
But I havent tried the second method yet (i only did the img one because it was easier to code

Dernière modification le 1505464860000
Pastel_grief
« Consul »
1505483160000
    • Pastel_grief#0000
    • Profil
    • Derniers messages
    • Tribu
#926
  0
Phanghuang a dit :
use imgur or tinypic to work. example:
http://oi59.tinypic.com/33mbryv.jpg

you see i used tinypic and you do put the link between the tags. Try selecting http://oi59.tinypic.com/33mbryv.jpg (or some other tinypic or imgur link) and clicking the image button. It should work.

were you actually perm banned lmfao
Antonio
« Sénateur »
1505494980000
    • Antonio#9975
    • Profil
    • Derniers messages
    • Tribu
#927
  0
how to float make one thing on he same lines with one thing all the way on the left and other on the right? I forgot how to.
+Riannaleo
« Citoyen »
1505742480000
    • +Riannaleo#0000
    • Profil
    • Derniers messages
    • Tribu
#928
  0
^ If i'm understanding right, you want one image/text on one side, and another image/text on the other side, both being level?

If yes, you'll want to put the right img align tag/right align tag first, then the left one.
Antonio
« Sénateur »
1505756640000
    • Antonio#9975
    • Profil
    • Derniers messages
    • Tribu
#929
  0
I figured that out! My next question is what are the levels for the forums and how do you achieve it.
Ash_willow_iz
« Consul »
1505759100000
    • Ash_willow_iz#9815
    • Profil
    • Derniers messages
    • Tribu
#930
  1
Nekotonyy a dit :
I figured that out! My next question is what are the levels for the forums and how do you achieve it.

Level 1 - Prestige 0
« Citizen »

Level 2 - Prestige 250
« Censor »

Level 3 - Prestige 1000
« Consul »

Level 4 - Prestige 4000
« Senator »

Level 5 - Prestige 15000
« Archon »

Level 6 - Prestige 60000
« Heliast »
Hermionechua
« Citoyen »
1505827320000
    • Hermionechua#0000
    • Profil
    • Derniers messages
    • Tribu
#931
  0
what is prestige?
Kit
« Archonte »
1505827380000
    • Kit#9532
    • Profil
    • Derniers messages
    • Tribu
#932
  1
Hermionechua a dit :
what is prestige?

the amount of likes your posts get

Dernière modification le 1505827440000
Antonio
« Sénateur »
1506707880000
    • Antonio#9975
    • Profil
    • Derniers messages
    • Tribu
#933
  0
How do i center spoiler in middle of page
Honorabilis
« Consul »
1506709020000
    • Honorabilis#0000
    • Profil
    • Derniers messages
    • Tribu
#934
  2
Nekotonyy a dit :
How do i center spoiler in middle of page

Quote this.
Antonio
« Sénateur »
1506956460000
    • Antonio#9975
    • Profil
    • Derniers messages
    • Tribu
#935
  0
What's the url to inbox me again? The one that allows to set a username and title and possibly prefix?
Batt_mellamy
« Consul »
1506960540000
    • Batt_mellamy#0015
    • Profil
    • Derniers messages
    • Tribu
#936
  1
Nekotonyy a dit :
What's the url to inbox me again? The one that allows to set a username and title and possibly prefix?

http://atelier801.com/new-dialog?ad=USERNAME&subject=SUBJECT
Ramuffingm
« Citoyen »
1506960780000
    • Ramuffingm#0000
    • Profil
    • Derniers messages
    • Tribu
#937
  0
how do i make tabs on a thread to post for advertising my tribe? i cant find the thread to help me
Batt_mellamy
« Consul »
1506960960000
    • Batt_mellamy#0015
    • Profil
    • Derniers messages
    • Tribu
#938
  0
Ramuffingm a dit :
how do i make tabs on a thread to post for advertising my tribe? i cant find the thread to help me

Check out the "BBCodes" tab in the first post of this thread ;)
Antonio
« Sénateur »
1507139340000
    • Antonio#9975
    • Profil
    • Derniers messages
    • Tribu
#939
  0
http://img.atelier801.com/60a4f33d.png


Is there a way to move the text to the middle of the page without pressing enter a lot?. Current bbcode:

Code BBCode

1
2
3
[img align=right]http://img.atelier801.com/56a4f33d.png[/img]

[p=center][img]http://img.atelier801.com/5624f33d.png[/img][/p]
Kit
« Archonte »
1507149240000
    • Kit#9532
    • Profil
    • Derniers messages
    • Tribu
#940
  1
like this?
Code BBCode

1
2
3
[table align=center]
[row][cel][p=center][img]http://img.atelier801.com/5624f33d.png[/img][/p][/cel][cel][img align=right]http://img.atelier801.com/56a4f33d.png[/img][/cel][/row]
[/table]
  • Forums
  • /
  • Atelier 801
  • /
  • Discussions
  • /
  • Forum FAQ
« ‹ 47 / 63 › »
© Atelier801 2018

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

Version 1.27