Xin chào starBug
Tôi có một gợi ý cho bạn. Bạn nên đặt bảng của chúng tôi vào <div class="rightcol"> </ div>
Những gì bạn nên làm gì?
1. tạo một bản sao của tập tin này: forum root / / vbenterprisetranslator_functions_hooks.php
2. Tìm trong tập tin này
PHP Code:
function vbet_register_form_complete(&$customfields_profile, &$show) {
3. trong chức năng này tìm thấy:
PHP Code:
$vbet_language_options = '<table class="multifield group" cellpadding="4" cellspacing="1" border="0"><tr>';
và thay thế bằng:
PHP Code:
$vbet_language_options = '<div class="rightcol"><table class="multifield group" style="width: 100%" cellpadding="4" cellspacing="1" border="0"><tr>';
4. trong chức năng này tìm thấy:
PHP Code:
$vbet_language_options .= '</tr></table>';
và thay thế bằng
PHP Code:
$vbet_language_options .= '</tr></table></div>';
EDITED
trông tốt bây giờ sẽ được bao gồm trong relase tiếp theo
Thanks