Nieuw lid |
|
Hallo allemaal,
Ik ben een "amateur" en maak zelf simpele websites. Echter kom ik hier ff niet uit. De afbeelding "tickets" wordt kleiner weergegeven dan "event" Ik weet niet waar het aan ligt? Kan iemand wellicht naar de code kijken?
www.urbanmusicfestival.nl
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Urban Music Festival</title>
<meta name="description" content="Urban Music Festival">
<style>img {width:100%; height:auto;}.container{max-width:1300px; margin: 0 auto;}.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }.social-menu p{float:left;width:150px; margin:10px;} .social-menu{max-width:340px; text-align:center;}@media screen and (max-width: 480px){.social-menu p{width:100px;}.social-menu{max-width:240px;}</style>
</head>
<body bgcolor="#ffffff">
<div class="container" align="center">
<img src="01_UMF_Header.png" width="1300" height="246" alt="Urban Music Festival" />
</div>
<div class="container" align="center">
<div class="">
<div class="embed-container">
<iframe src="https://player.vimeo.com/video/164084764?autoplay=1&title=0&byline=0&portrait=0" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
</div>
</div>
</div>
<div class="container" align="center">
<div class="social-menu">
<p><a href="https://shop.ticketscript.com/channel/web2/get-dates/rid/CBQZ6LPC/eid/316744/language/nl" target="_blank"><img alt="Urban Music Festival" src="Tickets2.png" /></p>
<p><a href="https://www.facebook.com/events/1297373910356772/" target="_blank"><img alt="Urban Music Festival" src="Event.png" /></p>
</div>
<img src="03_UMF_Footer.png" alt="Urban Music Festival" BORDER="0" usemap="#footer"/>
<map id="footer" name="footer">
<area shape="rect" alt="tel" title="" coords="360,685,542,723" href="tel:+31408796156" target="_blank" />
<area shape="rect" alt="email" title="" coords="566,689,983,721" href="mailto:info@urbanmusicfestival?subject=UMF 12-06-2016!" target="_blank" />
</map>
</div>
</body>
</html>
|