In default, the height of category when you add news is 73px
If your site have many categories, you will need to increase the height of category textbox
---------------------------------------------
1.Edit for Add News in Admin Panel
Open file engine/skins/default.skin.php
find
Below that line, you will see height:73px;
a) Edit height:73px; to a bigger number. Ex : height:200px;
b) Delete height:73px; if you want DLE increase the height automatically.
2. Edit for Add News in home page
open file engine/modules/addnews.php
Find
a) Edit height:73px; to a bigger number. Ex : height:200px;
b) Delete height:73px; if you want DLE increase the height automatically.
Ex:
1. File engine/skins/default.skin.php
Or
2. File engine/modules/addnews.php
If your site have many categories, you will need to increase the height of category textbox
---------------------------------------------
1.Edit for Add News in Admin Panel
Open file engine/skins/default.skin.php
find
.cat_select
Below that line, you will see height:73px;
a) Edit height:73px; to a bigger number. Ex : height:200px;
b) Delete height:73px; if you want DLE increase the height automatically.
2. Edit for Add News in home page
open file engine/modules/addnews.php
Find
$cats = "<select name=\"catlist[]\" id=\"category\" onchange=\"onCategoryChange(this.value)\" style=\"width:316px;height:73px;\" multiple>";
a) Edit height:73px; to a bigger number. Ex : height:200px;
b) Delete height:73px; if you want DLE increase the height automatically.
Ex:
1. File engine/skins/default.skin.php
.cat_select {
color: #000000;
font-size: 11px;
font-family: Verdana;
border:1px solid #9E9E9E;
width:316px;
height:273px;
}
color: #000000;
font-size: 11px;
font-family: Verdana;
border:1px solid #9E9E9E;
width:316px;
height:273px;
}
Or
.cat_select {
color: #000000;
font-size: 11px;
font-family: Verdana;
border:1px solid #9E9E9E;
width:316px;
}
color: #000000;
font-size: 11px;
font-family: Verdana;
border:1px solid #9E9E9E;
width:316px;
}
2. File engine/modules/addnews.php
$cats = "<select name="catlist[]" id="category" style="width:316px;[b]height:273px;[/b]" multiple="multiple" />";
Or
$cats = "<select name="catlist[]" id="category" style="width:316px;" multiple="multiple" />";
Or
$cats = "<select name="catlist[]" id="category" style="width:316px;" multiple="multiple" />";

Updates
Dle templates English


