Google日历宽度

时间:2012-12-21 14:28:59

标签: html width google-calendar-api

我遇到了问题,我尝试更改嵌入式Google日历的最大宽度,但它只是忽略了“width”标记。

代码:<div style="margin: 0 auto; margin-top: -15px; margin-bottom: 5px;" id="links"> <iframe src="http://www.google.com/calendar/embed?showTitle=0&amp;showNav=0&amp;showTabs=0&amp;showPrint=0&amp;showCalendars=0&amp;mode=AGENDA&amp;height=600&amp;wkst=2&amp;hl=en_GB&amp;src=wvgeleen%40gmail.com&amp;color=%23A32929&amp;ctz=Europe%2FAmsterdam" style="border-width: 0pt;" mce_style=" border-width:0 " frameborder="0" height="400" width="300"></iframe> <hr/>

网址:ttp://rvmouche.nl/wvg/agenda.php(查看)&amp; ttp://rvmouche.nl/wvg/themes/cloreo/agenda.php(来源)


我更改了Google的嵌入代码,并添加了一些css(负边框等)并且它有效!感谢Vic Degreave

    <div style="margin: 0 auto; margin-top: -15px; margin-bottom: 5px; margin-left: -25px;" id="links">
              <iframe id="blockrandom" name="iframe" src="https://www.google.com/calendar/embed?showTitle=0&amp;showTz=0&amp;mode=AGENDA&amp;height=600&amp;wkst=2&amp;hl=nl&amp;bgcolor=%23FFFFFF&amp;src=wvgeleen%40gmail.com&amp;color=%23853104&amp;src=nl.dutch%23holiday%40group.v.calendar.google.com&amp;color=%2328754E&amp;src=wvgagendawp%40gmail.com&amp;color=%23060D5E&amp;ctz=Europe%2FAmsterdam" style=" border-width:0 " width="310px" height="600" frameborder="0" scrolling="no">"
  width="10%"
  height="500"
  scrolling="yes"
  align="top"
  frameborder="0"
  class="wrapper"&gt;
  Helaas, uw browser ondersteunt geen inline frames. Daardoor zal deze optie niet correct werken.</iframe> Terug naar de <a href="index.php">hoofdpagina</a>
           </div>

0 个答案:

没有答案