Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
4680 Lượt xem

Hi all, 

I use Odoo v8 and used the following code

<div class="header">  
    <div class="row">     
        <div class="col-xs-12 pull-right">         
            <small> <span class="page" /> / <span class="topage" /></small>
        </div>    
    </div>
</div>

but it displays the content in top by against me I want to specify the location.I also used the CSS so that I can change its location but still it gives nothing.

Please help me

Thank all you so much.

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Try this:


<div class="footer" align="right">
<div class="text-center" style="border-top: 1px solid black;">
<ul class="list-inline">
<li>Page:</li>
<li><span class="page"/></li>
<li>/</li>
<li><span class="topage"/></li>
</ul>
</div>
</div>
Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 7 17
3064
1
thg 7 24
1466
1
thg 3 22
7545
3
thg 12 18
3299
1
thg 3 15
550