Posted by help :( space above table

petty prince (#58140)

Confused
View Forum Posts


Posted on
2019-10-25 22:01:54
unknown.png
https://www.lioden.com/topic.php?id=304429377611

the space above the table. WHY.

Here's the code, there are no spaces above it at all !
unknown.png

what do :(



Hrt Icon 0 players like this post! Like?

Kraft (#738)

Aztec Knight
View Forum Posts


Posted on
2019-10-25 22:15:09
Lioden forums have been doing this for as long as I remember, I've never seen able to fix it :c



Hrt Icon 0 players like this post! Like?

Myr (#188)


View Forum Posts


Posted on
2019-10-25 22:40:04
This happens when you have gaps/line breaks in your code.

To get rid of the space at the top all you need to do is get rid of all the unneeded times you've pressed enter, basically! So for example, in that screenshot I can see you've got a line break between closing one table cell tag and opening another

So you have e.g. <*/td>
<*td>

When it should just be <*/td><*td>

If that makes sense?? The more gaps you have like that, the bigger the space at the top of the page will be. Just go through and delete them all and it will disappear.

Edit: it looks like your main biggest gaps in the html are between your tables, and you're doing the thread as multiple tables stacked on top of each other?? Those big line gaps between each separate table tag you have will be most of your problem in this case at a guess. It would be much simpler imo to have it as one single table divided up, but the easy solution is still just to delete the gaps :)



Hrt Icon 0 players like this post! Like?


Edited on 25/10/19 @ 22:52:29 by Myr (#188)

petty prince (#58140)

Confused
View Forum Posts


Posted on
2019-10-25 23:17:53
It's actually one big table! Lots of rows, buT I do have gaps :,D I'll try your fix!



Hrt Icon 0 players like this post! Like?







Memory Used: 623.46 KB - Queries: 2 - Query Time: 0.00099 - Total Time: 0.00495s