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

Why are the Images within Columns being...

Creator: Zell March 19, 2012 4:57pm
1 2
Zell
<Member>
Zell's Forum Avatar
Show more awards
Posts:
464
Joined:
Aug 8th, 2011
Permalink | Quote | PM | +Rep March 19, 2012 4:57pm | Report
I've been trying to reformat the appearance of a chapter upon some advice.




As seen above they're practically identical (at least as I see it?) besides that of the colours and words within.




Yet for some reason the Lizard Elder & Ancient Golem displays incorrectly whilst the Dragon & Baron Nashor do so fine.

What have I done wrong and how can I hope to amend this issue?
Credit to Jeff and jhois for creating my signature and avatar design.
If I helped +Rep, if I didn't then +Rep the person who did.
Beeswarm17
<Member>
Beeswarm17's Forum Avatar
Posts:
1192
Joined:
Jun 6th, 2011
Permalink | Quote | PM | +Rep March 19, 2012 5:58pm | Report
Have you tried adding an extra line or two between your first row and the second row of columns? Headers do weird things sometimes.

Other than that, I can't see anything else that might be wrong with it.
Darcurse
<Member>
Darcurse's Forum Avatar
Show more awards
Posts:
1632
Joined:
Nov 2nd, 2010
Permalink | Quote | PM | +Rep March 20, 2012 4:48am | Report
Save everything, try golem alone and see what happens.

Maybe you can already made out the problem that way.
Zell
<Member>
Zell's Forum Avatar
Show more awards
Posts:
464
Joined:
Aug 8th, 2011
Permalink | Quote | PM | +Rep March 20, 2012 10:57am | Report
Tried both suggestions, no luck so far but thanks for trying nonetheless. I'm trying to get them side by side, I know I can get them in single file downwards with center.
Credit to Jeff and jhois for creating my signature and avatar design.
If I helped +Rep, if I didn't then +Rep the person who did.
IceCreamy
<Veteran>
IceCreamy's Forum Avatar
Show more awards
Posts:
5981
Joined:
Aug 14th, 2011
Permalink | Quote | PM | +Rep March 20, 2012 12:02pm | Report
blabla

blabla
blabla

blabla

blabla

blabla
blabla

blabla

Code:
[columns] [center] blabla [icon=Volley size=40] blabla [/center] [nextcol] [center] blabla [icon=Volley size=40] blabla [/center] [/columns] [columns] [center] blabla [icon=Volley size=40] blabla [/center] [nextcol] [center] blabla [icon=Volley size=40] blabla [/columns]


For testing purposes, remove the first [/columns] and see what happens :)

DuffTime wrote:
ok ok plz carry me omg
i was only waiting for you to ask

Temzilla wrote:
Too hot to be icecream.

Luther3000 wrote:
He looks like a hair gel advert on legs

Toshabi wrote:
Icecreamy, with hair as slick and smooth as the ocean waves of Cocobana
Beeswarm17
<Member>
Beeswarm17's Forum Avatar
Posts:
1192
Joined:
Jun 6th, 2011
Permalink | Quote | PM | +Rep March 20, 2012 12:48pm | Report
Oh wow, I feel dumb. You never ended your columns. So now the columns are nested. I can't believe I didn't notice that. >_<

Looks like Creamy caught it. Further material for his columns guide, it looks like. :)
IceCreamy
<Veteran>
IceCreamy's Forum Avatar
Show more awards
Posts:
5981
Joined:
Aug 14th, 2011
Permalink | Quote | PM | +Rep March 20, 2012 1:37pm | Report
^ Surely! Always up for improvements, thanks for reminding me to include an example of what happens when you forget to close the columns tag!

DuffTime wrote:
ok ok plz carry me omg
i was only waiting for you to ask

Temzilla wrote:
Too hot to be icecream.

Luther3000 wrote:
He looks like a hair gel advert on legs

Toshabi wrote:
Icecreamy, with hair as slick and smooth as the ocean waves of Cocobana
Zell
<Member>
Zell's Forum Avatar
Show more awards
Posts:
464
Joined:
Aug 8th, 2011
Permalink | Quote | PM | +Rep March 20, 2012 3:51pm | Report
Quoted:
Code:
[columns] [center] [h3][color=#ff8000][b]Dragon[/b][/color][/h3] [img=http://images2.wikia.nocookie.net/__cb20091228051724/leagueoflegends/images/thumb/c/c9/DragonSquare.png/120px-DragonSquare.png] [color=#ffffff]Respawn time - 6:00[/color] [/center] [nextcol] [center] [h3][b][color=#800080]Baron Nashor[/color][/b][/h3] [img=http://images1.wikia.nocookie.net/__cb20091221184103/leagueoflegends/images/thumb/1/10/Baron_Nashor.png/120px-Baron_Nashor.png] [color=#ffffff]Respawn time - 7:00[/color] [/columns]


Tried the following code but I just end up with the below. Been fiddling around with it, no luck so far.

Dragon

Respawn time - 6:00

Baron Nashor

Respawn time - 7:00
Credit to Jeff and jhois for creating my signature and avatar design.
If I helped +Rep, if I didn't then +Rep the person who did.
Beeswarm17
<Member>
Beeswarm17's Forum Avatar
Posts:
1192
Joined:
Jun 6th, 2011
Permalink | Quote | PM | +Rep March 20, 2012 4:38pm | Report
Stop using header tags because they just cause problems, and you have to end the center tags at the end of every line.

Quoted:
Code:
[columns] [center] [color=#ff8000][b]Dragon[/b][/color][/center] [center][img=http://images2.wikia.nocookie.net/__cb20091228051724/leagueoflegends/images/thumb/c/c9/DragonSquare.png/120px-DragonSquare.png] [/center] [center][color=#ffffff]Respawn time - 6:00[/color] [/center] [nextcol] [center][b][color=#800080]Baron Nashor[/color][/b][/center] [center][img=http://images1.wikia.nocookie.net/__cb20091221184103/leagueoflegends/images/thumb/1/10/Baron_Nashor.png/120px-Baron_Nashor.png][/center] [center][color=#ffffff]Respawn time - 7:00[/color][/center] [/columns]

Dragon
Respawn time - 6:00
Baron Nashor
Respawn time - 7:00
Zell
<Member>
Zell's Forum Avatar
Show more awards
Posts:
464
Joined:
Aug 8th, 2011
Permalink | Quote | PM | +Rep March 20, 2012 4:39pm | Report
Okay, finally resolves the issue with some indent and tweaking around. Thanks for the assistance, this stuff needs updating..
Credit to Jeff and jhois for creating my signature and avatar design.
If I helped +Rep, if I didn't then +Rep the person who did.
1 2

You need to log in before commenting.

League of Legends Champions:

Teamfight Tactics Guide