css before, after 에서 iframe 또는 script 불러올수있나요?

css before, after 에서 iframe 또는 script 불러올수있나요?

QA

css before, after 에서 iframe 또는 script 불러올수있나요?

답변 4

본문

<style>

#bo_con p:nth-last-child(2)::before {   
content:'<?php readfile(G5_THEME_url.'/abcd_1.php'); ?>  ';  
color:red;
}

#bo_con p:nth-last-child(1)::after{   
content:'<?php readfile(G5_THEME_url.'/abcd_2.php'); ?>  ';  
color:red;
}

</style>  

 

 abcd_1.php  내용-

 

<iframe src="https://"></iframe>

 

 

 abcd_2.php  내용-

 

<script src="https://abc.co.kr/aer.js"></script>
<script> 
</script>

이 질문에 댓글 쓰기 :

답변 4

에이 저러면 안되여~ 창조는.. 적당히.. 

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
  • 질문이 없습니다.
전체 0
© SIRSOFT
현재 페이지 제일 처음으로