Mini ques
#2

Give your table a height (like for example 600px) and add the follow to your <table> tag:
PHP код:
<table style="height: 600px; overflow-y: auto;">
....
</
table
The CSS way:
PHP код:
table {
   
height600px;
   
overflow-yauto;

Reply


Messages In This Thread
Mini ques - by KokyZ - 06.02.2017, 19:36
Re: Mini ques - by BlackBank - 06.02.2017, 21:37

Forum Jump:


Users browsing this thread: 1 Guest(s)