Janitsu: No worries :3 I'm not on MobaFire 24/7, so if there is a request here that you can code and you want to help out, that's perfectly fine. Welcomed, even!
Doom: Naw, if anything, it'd be the gameplay section that reads similarly :)
Joxuu: :D Anytime ^^ Building up the coding bank is my top priority at MobaFire, at the moment. I enjoy helping people out :)
Doom: Naw, if anything, it'd be the gameplay section that reads similarly :)
Joxuu: :D Anytime ^^ Building up the coding bank is my top priority at MobaFire, at the moment. I enjoy helping people out :)
jhoijhoi wrote:
Janitsu: No worries :3 I'm not on MobaFire 24/7, so if there is a request here that you can code and you want to help out, that's perfectly fine. Welcomed, even!
Doom: Naw, if anything, it'd be the gameplay section that reads similarly :)
Joxuu: :D Anytime ^^ Building up the coding bank is my top priority at MobaFire, at the moment. I enjoy helping people out :)
I'm sorry lord jhoi! *kneels* Being a marksman is almost the same with all the champs. You doing guide reviews?
Janitsu wrote:
I saw that but I didn't know if she was still checking it and reviewing guides :P. Thanks!

Example:



![]() |
|

|
space![]() |
Things to note:
1. It looks slightly different, because the forums comments section is actually wider than the guide viewing section. Also the guide background color is black, while the forum's color is grey, so [color=black][/color] is not invisible on forums.
2. If you want to duplicate this, it is recommended to put one space above images and 2 spaces below (basically, hit enter once above your image, and twice below your image). This will prevent images from being smashed (I did not do this, because the guide author did not do this).
3. The code: [space] does NOT need a [/space]. Don't ask me why, it just doesn't. You can also modify this by saying [space=x], where x is the pixel number. Edit: After testing, this appears to be glitched. When you do [space=x], for example, [space=50], you need to add a [/space]. However, this [/space] is visible. However, 50 pixels is the default when doing just [space], which is pretty standard for guides.
4. As a sidenote, for some reason the defense tree image keeps jumping leftwards, which creates an awkward space on the right. I have no idea why that is happening, but it should be fine in a guide.
Hope that helped!
@Jhoi
I hope you didn't mind me answering the question. I had some spare time and it seemed like fun.

If I helped you, click that +rep!
If you don't mind looking at my guide for a few seconds, I have replicated something like that but I want to switch the defense so that the image is on the right and the text on the left. Sort of like above. How would I do this? I can send you the coding through a PM if you would be as so kind to tell me how to do it :)
It would be easier if I saw the code, because there are several different ways to create that sort of mastery setup. However, your problem is pretty easy, just put all of your columns for your text before the image. For example, from that code you wanted me to decode:
Code
I don't know if you can tell, but I start out the columns with some blank space (to shift it off of the left edge), and then I do the text. Other than that, it's nearly identical to your setup. To fix your code, just copy your code for your image and make it the last column you have, instead of the first.
Again, hope you don't mind Jhoi. If you want, I'll stop posting.

I don't know if you can tell, but I start out the columns with some blank space (to shift it off of the left edge), and then I do the text. Other than that, it's nearly identical to your setup. To fix your code, just copy your code for your image and make it the last column you have, instead of the first.
Again, hope you don't mind Jhoi. If you want, I'll stop posting.

If I helped you, click that +rep!
You need to log in before commenting.
(Sorry jai, if you don't want me to answer, I will delete this comment if you just ask me to)
She probably did it with code like this:
Thanks :) Didn't think it was going to be that simple. I could have done that myself :P. Hopefully using it in my guide won't make people think "You copied that right off of jhoi's guide!" "Lame!" xD
Thanks though.