Help > Questions & Tech Support > Post Reply
Layout Centering Problem
Kyliga |:| Whimsical Wolves April 7th, 2013 2:02:36pm 77 Posts |
I have checked Lluvia's tips in the tips and hints section, nothing there seems to have worked and none of it quite matches my issue. My layout is a simple, table based double expandable layout, nothing fancy, not even really any CSS. I have been using this method to create my layouts for years now, however this time when I coded my layout I cannot get it to center on the page. I usually just put the center tag out on top and it deals with everything, except for the text inside the table cell tags of course. This time it has not worked, and neither has align the table to be centered. So basically I was wondering if there was a to fix this, while it is not amazingly important, I think a layout looks better centered.
-Carl Sagan |
View Comments 1
`liato ϟ April 8th, 2013 8:32:28am 29 Posts |
There's a little...bug I suppose you'd call it with player profiles. To fully center something, you need to add the code shown in the following image to the end of your html: |
Kyliga |:| Whimsical Wolves April 8th, 2013 2:23:19pm 77 Posts |
There we go! Thanks a bunch liato!Problem solved. -Carl Sagan |
Absinthe .:.Pomeranians.:. April 9th, 2013 1:42:37pm 318 Posts |
I've tried that on a couple of my layouts (not this one since I didn't code this one) and it's still not working for me. Maybe I'm not putting it in the right place... |
misa・brandenburgers April 9th, 2013 5:33:38pm 186 Posts |
It needs to be the absolute last line of your code (not including your CSS). :) It's in your current layout - in the "Please Do Not Edit" part of trig's coding, right after the credits and before the CSS. It's sort of the last 'structural' piece of coding you put in. Hope that helps! You can send me one of your other layouts to look at if you want! |
Absinthe .:.Pomeranians.:. April 9th, 2013 8:59:31pm 318 Posts |
Thanks, Misa. I'll see if I can get it figured out, but if I can't I'll let you know :) |
View Comments 1