css 관련 질문합니다!!

스크린샷 2018-06-18 오전 12.07.48.png

 

현재 이렇게 제작하고 있는데

게시글들 앞에 번호를 부착하려고 하는데 어떻게 해야하나요?

 

 

소스는

 


<div id="abcd" style="padding:10px 0 5px 10px; margin-bottom:2px; border: #eaeaea 8px solid">

<table width="100%" rules="none" cellpadding="1px">
<tbody>
    <tr>
<td colspan="1" style="padding-left:5px;padding-bottom:2px;">
<img src="/girlsbest1.png"></td>

<td colspan="1" style="padding-left:5px;padding-bottom:2px;">

<img src="/adultbest1.png"></td>

<td colspan="1" style="padding-left:5px;padding-bottom:2px;">

<img src="/humorbest1.png"></td>

    </tr>

<tr bgcolor="#FFFFFF">
<td width="30%" align="left" style="padding:0 5px 0 10px; border-right:#eaeaea 2px dotted;">
 
<img class="zbxe_widget_output" widget="contentextended" skin="default" colorset="white" widget_cache="0m" content_type="document" module_srls="22073" use_limit="readed_count_upper" limit_number="600" duration_article="48" order_target="list_order" order_type="desc" list_type="normal" option_view="title" list_count="7" page_count="1" duration_new="2555" markup_type="table" title_target="title" nickname_target="nickname" show_browser_title="N" show_content_title="N" show_comment_count="Y" show_trackback_count="N" show_category="N" show_icon="Y" show_point_level="N" show_always_new="N" show_nocomment_document="N" tab_type="none" tab_order="module_order" tab_showtype="module" tab_move_type="mouseover" category_range="all" hyperlink="Y" hyperlink_src="article" view_secret_document="all_user" comment_document_secret="Y" thumbnail_type="crop" />

</td>
</div>

<td width="30%" align="left" style="padding:0 5px 0 10px; border-right:#eaeaea 2px dotted;">
 
<img class="zbxe_widget_output" widget="contentextended" skin="default" colorset="white" widget_cache="0m" content_type="document" module_srls="22075" use_limit="readed_count_upper" limit_number="600" duration_article="24" order_target="list_order" order_type="desc" list_type="normal" option_view="title" list_count="7" page_count="1" duration_new="2555" markup_type="table" title_target="title" nickname_target="nickname" show_browser_title="N" show_content_title="N" show_comment_count="Y" show_trackback_count="N" show_category="N" show_icon="Y" show_point_level="N" show_always_new="N" show_nocomment_document="N" tab_type="none" tab_order="module_order" tab_showtype="module" tab_move_type="mouseover" category_range="all" hyperlink="Y" hyperlink_src="article" view_secret_document="all_user" comment_document_secret="Y" thumbnail_type="crop" />

</td>


<td width="30%" align="left" style="padding:0 5px 0 10px;">
 
<img class="zbxe_widget_output" widget="contentextended" skin="default" colorset="white" widget_cache="0m" content_type="document" module_srls="128226" use_limit="readed_count_upper" limit_number="600" duration_article="48" order_target="list_order" order_type="desc" list_type="normal" option_view="title" list_count="7" page_count="1" duration_new="2555" markup_type="table" title_target="title" nickname_target="nickname" show_browser_title="N" show_content_title="N" show_comment_count="Y" show_trackback_count="N" show_category="N" show_icon="Y" show_point_level="N" show_always_new="N" show_nocomment_document="N" tab_type="none" tab_order="module_order" tab_showtype="module" tab_move_type="mouseover" category_range="all" hyperlink="Y" hyperlink_src="article" view_secret_document="all_user" comment_document_secret="Y" thumbnail_type="crop" />

</td>
</tbody>
</table>

</div>
 

  • profile
    이건 위젯 스킨을 수정해야 할 것 같아요.
  • profile ?
    html/css 로 버튼 붙이는건 불가능한가요?
    저 소스안에서
  • ? profile
    네, 불가능해요.
    (물론 스크립트를 이용하는 방법도 있겠지만 방법도 간단치 않고 페이지 로딩에도 영향을 미칠 겁니다)

    contentextended 컨텐츠확장위젯이겠죠?
    여기서 사용하는 위젯 스킨을 수정해주셔야 합니다.
  • profile
    db에서 직접 불러오게 만들면 저 소스안에서 수정이 가능합니다.
    <img class="zbxe_widget_output" 요 부분의 태그를 다 지우고 날코딩하는 거죠.
    물론 위젯을 수정하는 것보다 어려울 것입니다.
  • profile
    위젯의 소스코드를 고치지않고
    .제목class:before { content:"{넘버코드}"; }
    이 방법으론 안될까요?
  • profile profile

    아, 좋네요. 리스트 형태일 테니 ㅎㅎ