The Arcive of vBulletin Modifications Site. |
|
Create Tournament Page Details »»
|
|||||||||||||||||||||||||
My create tournament page is all squashed,all my other pages are fine but this one is all squashed,you can see in the image below.How do i go about fixing that?
![]() ![]() Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
I had the same problem, I believe there is an extra table tag within a <table> tag in the skin.
It looked something like this <table cellspacing='4' cellpadding='0' table border='0'> |
|
#3
|
|||
|
|||
|
which template would that be in? i have no idea where to look
|
|
#4
|
|||
|
|||
|
IN skin_v3Arcade.php
LOOK FOR <table border='0' table cellspacing="3" cellpadding="4" width='100%'> |
|
#5
|
|||
|
|||
|
Just delete that?
|
|
#6
|
|||
|
|||
|
In that line remove the extra 'table'
FIND: <table border='0' table cellspacing="3" cellpadding="4" width='100%'> REPLACE WITH: <table border='0' cellspacing="3" cellpadding="4" width='100%'> I'm pretty sure this is how I fixed mine, but I did a lot of other modifications so I'm not 100% that this was the root cause of the problem.
|
|
#7
|
|||
|
|||
|
Its still the same unfortunatly.
|
|
#8
|
|||
|
|||
|
Look at the closing tags, I think there might be a double </table> or </div> I know it's somewhere in that code. Sorry I can't be specific, but I have changed it completely to suit my website.
|
|
#9
|
|||
|
|||
|
Thats not worked either mate.
If i pasted up the original code would you maybe be able to see whats wrong? Thanks for trying to help me, its much appreciated mate. |
|
#10
|
||||
|
||||
|
If you send me a copy of the arcade skin you use I will have a look at it over the weekend
Also does this error occur using both skin_Arcade.php and skin_v3arcade.php? |
![]() |
|
|