如何更改图像在数组中的位置?

时间:2018-12-20 08:19:55

标签: image position output

我对php还是很陌生,作为一个学校项目,我必须完全用HTML,CSS和PHP编写日历。我的代码实际上运行正常,但是我不知道如何更改单击日期时出现的图像的位置。

<?php
$bild_1 = "<a href='https://de.wordpress.org/' target='_blank>
<img src='_img/wp.svg'></img></a>";
...

$bild = array($bild_1, $bild_2, $bild_3, $bild_4, $bild_5, $bild_6, $bild_7, $bild_8, $bild_9, $bild_10, $bild_11, $bild_12, $bild_13, $bild_14, $bild_15, $bild_16, $bild_17, $bild_18, $bild_19, $bild_20, $bild_21, $bild_22, $bild_23, $bild_24);

0 个答案:

没有答案