User talk:Carmenstar97/Archive 1: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
 
Line 793: Line 793:
::::::Ah! Thank you so much! After looking at the differences, now I see what you mean about it. I have to take out the code next to the <code><nowiki>|-</nowiki></code>. And also, as you're showing me, it tells me that I have to take out the <code><nowiki>margin-left: 10px; margin-bottom: 10px;</nowiki></code> code out of the table. I guess that's what was preventing the roundy edges from working on the bottom row. It all makes sense now. Thank you so much! —[[User:Platinum Lucario|Platinum Lucario]] ([[User talk:Platinum Lucario|talk]]) 14:05, 29 March 2016 (UTC)
::::::Ah! Thank you so much! After looking at the differences, now I see what you mean about it. I have to take out the code next to the <code><nowiki>|-</nowiki></code>. And also, as you're showing me, it tells me that I have to take out the <code><nowiki>margin-left: 10px; margin-bottom: 10px;</nowiki></code> code out of the table. I guess that's what was preventing the roundy edges from working on the bottom row. It all makes sense now. Thank you so much! —[[User:Platinum Lucario|Platinum Lucario]] ([[User talk:Platinum Lucario|talk]]) 14:05, 29 March 2016 (UTC)
:::::::Actually, the <code>margin-left: 10px; margin-bottom: 10px;</code> was ''not'' what was preventing the roundy edges from working. What those do is just start the table 10 pixels from the left and leave 10 pixels of open space below the table. I left them out because they simply weren't needed for this table. What ''was'' preventing the roundy edges from working was the code next to the <code>|-</code>, which was overriding any other style codes for the cells in that row, namely the roundy calls. Like I said earlier, you have to manually insert that code into the style settings for each cell. So the bottom-left cell would get <code><nowiki>| style="background:#FFF; {{roundybl|5px}}" | <insert content for bottom-left cell></nowiki></code>, the middle cells would get <code>| style="background:#FFF" | <insert content for middle cells></code>, and the bottom-right cell would get <code><nowiki>| style="background:#FFF; {{roundybr|5px}}" | <insert content for bottom-right cell></nowiki></code>. I hope it's clear now. --[[User:Carmenstar97|<span style="color:#95EB5C">Carmen<small>★</small></span>]] <small>''[[User talk:Carmenstar97|<span style="color:#FEBEE8">(Talk |</span>]] [[Special:Contributions/Carmenstar97|<span style="color:#A6DAFC">contribs)</span>]]''</small> 14:17, 29 March 2016 (UTC)
:::::::Actually, the <code>margin-left: 10px; margin-bottom: 10px;</code> was ''not'' what was preventing the roundy edges from working. What those do is just start the table 10 pixels from the left and leave 10 pixels of open space below the table. I left them out because they simply weren't needed for this table. What ''was'' preventing the roundy edges from working was the code next to the <code>|-</code>, which was overriding any other style codes for the cells in that row, namely the roundy calls. Like I said earlier, you have to manually insert that code into the style settings for each cell. So the bottom-left cell would get <code><nowiki>| style="background:#FFF; {{roundybl|5px}}" | <insert content for bottom-left cell></nowiki></code>, the middle cells would get <code>| style="background:#FFF" | <insert content for middle cells></code>, and the bottom-right cell would get <code><nowiki>| style="background:#FFF; {{roundybr|5px}}" | <insert content for bottom-right cell></nowiki></code>. I hope it's clear now. --[[User:Carmenstar97|<span style="color:#95EB5C">Carmen<small>★</small></span>]] <small>''[[User talk:Carmenstar97|<span style="color:#FEBEE8">(Talk |</span>]] [[Special:Contributions/Carmenstar97|<span style="color:#A6DAFC">contribs)</span>]]''</small> 14:17, 29 March 2016 (UTC)
::::::::Ah! Now that totally makes sense. So basically if there's any code in the <code><nowiki>|-</nowiki></code>, it will use that code for the entire row of that table. I have to remember that if there's anything that needs to be inserted on the bottom cells, I have to make sure there isn't any code in that <code><nowiki>|-</nowiki></code> space. I will have to remember that only the middle cells should have codes in the <code><nowiki>|-</nowiki></code> space. Thanks again, I will also work on the other tables on the page and fix them up too. I might also add some tables to the page [[Status ailments in Mystery Dungeon]] too! —[[User:Platinum Lucario|Platinum Lucario]] ([[User talk:Platinum Lucario|talk]]) 14:36, 29 March 2016 (UTC)
::::::::Ah! Now that totally makes sense. So basically if there's any code in the <code><nowiki>|-</nowiki></code>, it will use that code for the entire row of that table. I have to remember that if there's anything that needs to be inserted on the bottom cells, I have to make sure there isn't any code in that <code><nowiki>|-</nowiki></code> space. I will have to remember that only the middle cells should have codes in the <code><nowiki>|-</nowiki></code> space. Thanks again, I will also work on the other tables on the page and fix them up too. I might also add some tables to the page [[Status condition (Mystery Dungeon)|Status ailments in Mystery Dungeon]] too! —[[User:Platinum Lucario|Platinum Lucario]] ([[User talk:Platinum Lucario|talk]]) 14:36, 29 March 2016 (UTC)


== Database in the background ==
== Database in the background ==