Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Questions and Supports (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=18)
-   -   Admin Cp (Table) (http://www.mysidiaadoptables.com/forum/showthread.php?t=3616)

Alaric 04-20-2012 10:01 AM

Admin Cp (Table)
 
There is a problem with me using the tables on the site. :cfrown:
When i create the tables it goes right below to the bottom of the page , see the screen shots:

Index page table :
http://i39.tinypic.com/16a5pgo.png

Pokedex page without table :
http://i41.tinypic.com/245ewzq.png

Pokedex page with tables :
http://i42.tinypic.com/2q9b047.png

Hall of Famer 04-20-2012 01:17 PM

Well I have a question for you... Why is the css of your site looks identical to Silverdragontear's? I believe her css is not publicly available and you are not supposed to use a modified version for yourself.

SilverDragonTears 04-20-2012 01:24 PM

Indeed. It is not for others to copy as I worked hard to customize my site. It's even using the Fresca google font.

Your site is on the left in this image. Mine is on the right. Please remove the css at once. If you believe this is a mistake then please share your style.css file and we will compare it to mine to make sure it's not the same.

http://i1010.photobucket.com/albums/...e/cssTHIEF.png

AlexC 04-20-2012 03:59 PM

Totally not related to the css stealing... I thought it looked really familiar - but I have this issue too with the tables, which kinda sucks.

Alaric 04-22-2012 07:40 AM

Sorry For That... :cfrown:
i changed the css to a default one.

Hall of Famer 04-22-2012 07:45 AM

Oh so this is confirmed and more importantly settled? If you need a custom css that bad, I recommend you to look into the themes available for the old version. They cannot be used directly in new version, but they can give you some clues.

Alaric 04-23-2012 03:28 AM

Okay I'll check that out..
Also what should i do of the tables?

Tequila 04-23-2012 07:43 AM

try adding
PHP Code:

table {
vertical-align:top;
width:95%;
margin:0 auto;


to your css.

Alaric 04-23-2012 07:59 AM

Where exactly?
After which line or #?

also do i need to put in the the style.css file...Or online.css or some other css file?

Tequila 04-23-2012 08:56 AM

You'd put it in your primary css file. I believe I have table definitions, so perhaps use this instead:
PHP Code:

table table {
margin:0 auto;
vertical-align:top;
width:100%; // or whatever you need it to be




All times are GMT -5. The time now is 12:05 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.