为什么我不能在另一个旁边有图像链接?

时间:2015-04-06 16:39:10

标签: html wordpress

我正在使用Wordpress,我遇到了一些麻烦。我试图将2个图像链接彼此相邻但我不知道如何。这是我的代码:

<strong>Estado de México:</strong>
<div class="fancybox-hidden" style="display: none;">
    <div id="fancyboxID-16" class="hentry" style="width: 600px; height: 600px;">

        <iframe style="border: 0;" src="https://www.google.com/maps/embed?pb=!1m12!1m8!1m3!1d3757.9045747875743!2d-99.090586!3d19.631377!3m2!1i1024!2i768!4f13.1!2m1!1sAv+Jos%C3%A9+L%C3%B3pez+Portillo+La+Magdalena+2+55715+San+Francisco+Coacalco%2C+M%C3%A9x.%2C+M%C3%A9xico!5e0!3m2!1ses!2sus!4v1427995160701" width="600" height="450" frameborder="0"></iframe>

        <div>
            Vía José López Portillo 128, Local 16, Plaza Los Arcos, Coacalco, Edo. de México

            <a href="https://www.facebook.com/TheBeerCompanyAgs" target="_blank">
                <img src="/wp-content/uploads/2015/04/face.jpg" alt="" />
            </a>
            <a href="https://twitter.com/tbc_coacalco" target="_blank">
                <img src="/wp-content/uploads/2015/04/tw.jpg" alt="" />
            </a>
        </div>
    </div><!--/id="fancyboxID-16"-->
</div><!--/id="fancybox-hidden"-->
<a class="fancybox-inline" href="#fancyboxID-16">Coacalco</a>

你可以在这里看到它的外观(选择Coacalco):http://thebeercompany.albeh.com.mx/sucursales/

我基本上想要FB旁边的Twitter按钮,但我不能。

0 个答案:

没有答案