Click to open network menu
Join or Log In
Mobafire logo

Join the leading League of Legends community. Create and share Champion Guides and Builds.

Create an MFN Account






Or

's Forum Avatar

Small & Quick coding question :3

Creator: Joxuu May 14, 2014 2:42am
1 2
Joxuu
<Fabulous>
Joxuu's Forum Avatar
Show more awards
Posts:
4103
Joined:
Apr 7th, 2012
Permalink | Quote | PM | +Rep May 14, 2014 2:42am | Report


Code:
[columns][icon=greater mark of hybrid penetration size=60] [nextcol][color=transparent]sp[/color] [nextcol width=275][color=#ff0000]Hybrid pen marks[/color] [font=raleway]I take 9x of these marks to simply increase the damage of [[teemo]]. He benefits from both AD and AP so you benefit more from hybrid pen than from simply AD or AP penetration. Situationally you can just take 9x [[greater mark of attack damage]][/font] [nextcol width=20] [nextcol width=285][icon=greater glyph of magic resist size=60] dasignasjognsf [/columns]

How to match glyph explanation with the marks ?

"A person giving you advice isn't perfect and has their own shortcomings but they may give you the piece that you're missing."
Jovy
<Admin>
Jovy's Forum Avatar
Posts:
9609
Joined:
Nov 18th, 2011
Permalink | Quote | PM | +Rep May 14, 2014 2:55am | Report
I don't understand what you're asking.
Joxuu
<Fabulous>
Joxuu's Forum Avatar
Show more awards
Posts:
4103
Joined:
Apr 7th, 2012
Permalink | Quote | PM | +Rep May 14, 2014 2:57am | Report
I can't get text: "Glyph of magic resist" and explanation of the pick to align same way as hybrid pen mark's explanation. "dasignasjognsf" is just a filler that shows where my text is currently going. I want it at the same level as mark's.

"A person giving you advice isn't perfect and has their own shortcomings but they may give you the piece that you're missing."
jhoijhoi
<MOBAFire Mother>
jhoijhoi's Forum Avatar
Show more awards
Posts:
14438
Joined:
Mar 20th, 2011
Permalink | Quote | PM | +Rep May 14, 2014 3:02am | Report
Joxuu wrote:
greater mark of hybrid penetration Hybrid pen marks
I take 9x of these marks to simply increase the damage of Teemo. He benefits from both AD and AP so you benefit more from hybrid pen than from simply AD or AP penetration. Situationally you can just take 9x Greater Mark of Attack Damage
Hybrid pen marks
I take 9x of these marks to simply increase the damage of Teemo. He benefits from both AD and AP so you benefit more from hybrid pen than from simply AD or AP penetration. Situationally you can just take 9x Greater Mark of Attack Damage

Or did you mean:
jhoijhoi wrote:
greater mark of hybrid penetration Hybrid pen marks
I take 9x of these marks to simply increase the damage of Teemo. He benefits from both AD and AP so you benefit more from hybrid pen than from simply AD or AP penetration. Situationally you can just take 9x Greater Mark of Attack Damage

Hybrid pen marks
I take 9x of these marks to simply increase the damage of Teemo. He benefits from both AD and AP so you benefit more from hybrid pen than from simply AD or AP penetration. Situationally you can just take 9x Greater Mark of Attack Damage

By the way, that font is really ugly in my opinion. It hurts my eyes :/
guide writing tips 'n tricksashes to ashesfancy a sig?

♡ sig by arrizen ♡
Jovy
<Admin>
Jovy's Forum Avatar
Posts:
9609
Joined:
Nov 18th, 2011
Permalink | Quote | PM | +Rep May 14, 2014 3:11am | Report
Joxuu wrote:

I can't get text: "Glyph of magic resist" and explanation of the pick to align same way as hybrid pen mark's explanation. "dasignasjognsf" is just a filler that shows where my text is currently going. I want it at the same level as mark's.

Ah, I see. You need the same amount of text in both, pretty much. 6 lines of text, or if you have to do less add some transparent text to fill in the missing lines.
Joxuu
<Fabulous>
Joxuu's Forum Avatar
Show more awards
Posts:
4103
Joined:
Apr 7th, 2012
Permalink | Quote | PM | +Rep May 14, 2014 3:13am | Report
The upper case.

About the font: I was looking for something different rather than having the same boring font 99% of the users use. That font looked different and cool enough so I took it.

@Maw The text continues to go downwards if I add more text messing up rest of the coding :/

"A person giving you advice isn't perfect and has their own shortcomings but they may give you the piece that you're missing."
jhoijhoi
<MOBAFire Mother>
jhoijhoi's Forum Avatar
Show more awards
Posts:
14438
Joined:
Mar 20th, 2011
Permalink | Quote | PM | +Rep May 14, 2014 3:17am | Report
Read what Jovana wrote: You need the same amount of text in both, pretty much. 6 lines of text, or if you have to do less add some transparent text to fill in the missing lines. A guide that explains columns and text within them really well is this one: http://www.mobafire.com/league-of-legends/build/of-coding-bbcoding-373264 > You want to read the "Evening Out Columns" subchapter.

The reason why this text at MobaFire is chosen is because it's easy to read. You don't need a different font to engage readers, your words should do that ^^
guide writing tips 'n tricksashes to ashesfancy a sig?

♡ sig by Jovy ♡
Joxuu
<Fabulous>
Joxuu's Forum Avatar
Show more awards
Posts:
4103
Joined:
Apr 7th, 2012
Permalink | Quote | PM | +Rep May 14, 2014 4:19am | Report
Is not working :(


"A person giving you advice isn't perfect and has their own shortcomings but they may give you the piece that you're missing."
Jovy
<Admin>
Jovy's Forum Avatar
Posts:
9609
Joined:
Nov 18th, 2011
Permalink | Quote | PM | +Rep May 14, 2014 4:24am | Report
You need to put the text in a [nextcol], obviously. Right now you have the glyph icon in with the text, that's why it's longer than the marks.

Code:
[columns][icon=greater mark of hybrid penetration size=60] [nextcol][color=transparent]sp[/color] [nextcol width=275][color=#ff0000]Hybrid pen marks[/color] [font=raleway]I take 9x of these marks to simply increase the damage of [[teemo]]. He benefits from both AD and AP so you benefit more from hybrid pen than from simply AD or AP penetration. Situationally you can just take 9x [[greater mark of attack damage]][/font] [nextcol width=20] [nextcol][icon=greater glyph of magic resist size=60] [nextcol][color=transparent]sp[/color] [nextcol width=275][color=#ff0000]Hybrid pen marks[/color] [font=raleway]I take 9x of these marks to simply increase the damage of [[teemo]]. He benefits from both AD and AP so you benefit more from hybrid pen than from simply AD or AP penetration. Situationally you can just take 9x [[greater mark of attack damage]][/font]

That should be good, just change the text.
jhoijhoi
<MOBAFire Mother>
jhoijhoi's Forum Avatar
Show more awards
Posts:
14438
Joined:
Mar 20th, 2011
Permalink | Quote | PM | +Rep May 14, 2014 4:31am | Report
Joxuu, why didn't you just copy the coding I did? You can quote people and look at how they code things. Like this:

guide writing tips 'n tricksashes to ashesfancy a sig?

♡ sig by thenamelessbard ♡
1 2

You need to log in before commenting.

League of Legends Champions:

Teamfight Tactics Guide