Linux Lite Forums
Need help with LL website - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Development (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=7)
+--- Forum: Linux Lite Software Development (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=30)
+--- Thread: Need help with LL website (/showthread.php?tid=3467)



Need help with LL website - Valtam - 11-11-2016

Calling all web devs (html, js, css)

I'm making it so that the Donators page isn't so long to scroll by having clickable tabs.

[Image: zXLsBKo.png]

The current issue is that with each tab, the gap grows larger between the heading and the displayed donors names.

[Image: nD0i7YO.png]

Does anyone know why this is happening? Thank you.

Source page - https://www.freecinema2022.gq/dotest.html


Re: Need help with LL website - thoughtinstinct - 11-11-2016

Hi

Im no expert in these things but there seems to be a
Code:
<br>
tag at the end of each tab that might be causing this. Sorry if thats not it.


Re: Need help with LL website - Valtam - 11-12-2016

That was it, thank you thoughtinstinct Smile