Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はphp構造を持っていて、自分のdivをphpに埋め込みたいと思っています。エコークラスでcssを書く必要がありますが、どうすればよいかわかりません。
私のdiv:
<div class="mydiv"> <img src="catalog/view/theme/default/img/mypng.png" alt=""> </div>
どうすれば修正できますか?
ええと、これはあなたが話していることですか?
echo ' <div class="mydiv"> <img src="catalog/view/theme/default/img/mypng.png" alt=""> </div>';