<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>Udvikleren.dk - Seneste [align] forum tråde</title>
    <description>De seneste forum tråde i [align] på Udvikleren.dk</description>
    <link>http://www.udvikleren.dk/</link>
    <pubDate>Wed, 29 Apr 2026 04:50:03 GMT</pubDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>Udvikleren.dk RSS Feeder</generator>
    <ttl>60</ttl>
    <item>
      <title>Align billeder til bund af en række</title>
      <description>Jeg har lavet et galleri hvor billederne på hver side bliver vist i 2 rækker af 4 billeder, med nogle info under billedet. Problemet er at når billederne ikke har samme højde, så bliver de vist så det er toppen af dem flugter med hinanden, og ikke bunden og de info der er under billedet. Hvordan får jeg dem til at flugte i bunden i stedet for toppen???&lt;br /&gt;&lt;br /&gt;&lt;s&gt;&amp;lt;!-- !PAGE CONTENT! --&amp;gt;&lt;br /&gt;&amp;lt;div class="w3-main w3-content w3-padding" style="max-width:1200px;margin-top:100px"&amp;gt;&lt;br /&gt;&amp;lt;Center&amp;gt;&amp;lt;H2&amp;gt;Galleri 1&amp;lt;/h2&amp;gt;&amp;lt;/Center&amp;gt;&lt;br /&gt;  &amp;lt;!-- First Photo Grid--&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;?php if($antal&amp;gt;0) : ?&amp;gt;&lt;br /&gt;  &amp;lt;div class="w3-row-padding w3-padding-16 w3-center" id="food"&amp;gt;&lt;br /&gt;    &amp;lt;div class="w3-quarter"&amp;gt;&lt;br /&gt;      &amp;lt;img src="../uploads/&amp;lt;?php echo $foto1; ?&amp;gt;" alt="Foto 1" style="width:100%"&amp;gt;&lt;br /&gt;      &amp;lt;h3&amp;gt;Foto 1&amp;lt;a href="gsletfoto.php?foto=&amp;lt;?php echo $filnavn['1']; ?&amp;gt;"&amp;gt;&amp;lt;img src="del.png" alt="Slet" align="right" style="width:30px;height:30px;"&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;      &amp;lt;p&amp;gt;&amp;lt;?php echo $dato1; ?&amp;gt;&amp;lt;img src="white.png" align="right" style="width:30px;height:30px;"&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;      &amp;lt;hr&amp;gt;    &lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;?php endif; ?&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;?php if($antal&amp;gt;1) : ?&amp;gt;&lt;br /&gt;    &amp;lt;div class="w3-quarter"&amp;gt;&lt;br /&gt;      &amp;lt;img src="../uploads/&amp;lt;?php echo $foto2; ?&amp;gt;" alt="Foto 2" style="width:100%"&amp;gt;&lt;br /&gt;      &amp;lt;h3&amp;gt;Foto 2&amp;lt;a href="gsletfoto.php?foto=&amp;lt;?php echo $filnavn['2']; ?&amp;gt;"&amp;gt;&amp;lt;img src="del.png" alt="Slet" align="right" style="width:30px;height:30px;"&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;      &amp;lt;p&amp;gt;&amp;lt;?php echo $dato2; ?&amp;gt;&amp;lt;img src="white.png" align="right" style="width:30px;height:30px;"&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;      &amp;lt;hr&amp;gt;&lt;br /&gt;    &amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;?php endif; ?&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;?php if($antal&amp;gt;2) : ?&amp;gt;&lt;br /&gt;    &amp;lt;div class="w3-quarter"&amp;gt;&lt;br /&gt;      &amp;lt;img src="../uploads/&amp;lt;?php echo $foto3; ?&amp;gt;" alt="Foto 3" style="width:100%"&amp;gt;&lt;br /&gt;      &amp;lt;h3&amp;gt;Foto 3&amp;lt;a href="gsletfoto.php?foto=&amp;lt;?php echo $filnavn['3']; ?&amp;gt;"&amp;gt;&amp;lt;img src="del.png" alt="Slet" align="right" style="width:30px;height:30px;"&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;      &amp;lt;p&amp;gt;&amp;lt;?php echo $dato3; ?&amp;gt;&amp;lt;img src="white.png" align="right" style="width:30px;height:30px;"&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;      &amp;lt;hr&amp;gt;    &lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;?php endif; ?&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;?php if($antal&amp;gt;3) : ?&amp;gt;&lt;br /&gt;    &amp;lt;div class="w3-quarter"&amp;gt;&lt;br /&gt;      &amp;lt;img src="../uploads/&amp;lt;?php echo $foto4; ?&amp;gt;" alt="Foto 4" style="width:100%"&amp;gt;&lt;br /&gt;      &amp;lt;h3&amp;gt;Foto 4&amp;lt;a href="gsletfoto.php?foto=&amp;lt;?php echo $filnavn['4']; ?&amp;gt;"&amp;gt;&amp;lt;img src="del.png" alt="Slet" align="right" style="width:30px;height:30px;"&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;      &amp;lt;p&amp;gt;&amp;lt;?php echo $dato4; ?&amp;gt;&amp;lt;img src="white.png" align="right" style="width:30px;height:30px;"&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;      &amp;lt;hr&amp;gt;    &lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;?php endif; ?&amp;gt;&lt;br /&gt;&lt;br /&gt;  &amp;lt;/div&amp;gt;&lt;br /&gt;  &lt;br /&gt;  &amp;lt;!-- Second Photo Grid--&amp;gt;&lt;br /&gt;&lt;br /&gt;  &amp;lt;div class="w3-row-padding w3-padding-16 w3-center"&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;?php if($antal&amp;gt;4) : ?&amp;gt;&lt;br /&gt;    &amp;lt;div class="w3-quarter"&amp;gt;&lt;br /&gt;      &amp;lt;img src="../uploads/&amp;lt;?php echo $foto5; ?&amp;gt;" alt="Foto 5" style="width:100%"&amp;gt;&lt;br /&gt;      &amp;lt;h3&amp;gt;&amp;lt;Center&amp;gt;Foto 5&amp;lt;a href="gsletfoto.php?foto=&amp;lt;?php echo $filnavn['5']; ?&amp;gt;"&amp;gt;&amp;lt;img src="del.png" alt="Slet" align="right" style="width:30px;height:30px;"&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/Center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;      &amp;lt;p&amp;gt;&amp;lt;?php echo $dato5; ?&amp;gt;&amp;lt;img src="white.png" align="right" style="width:30px;height:30px;"&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;      &amp;lt;hr&amp;gt;&lt;br /&gt;    &amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;?php endif; ?&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;?php if($antal&amp;gt;5) : ?&amp;gt;&lt;br /&gt;    &amp;lt;div class="w3-quarter"&amp;gt;&lt;br /&gt;      &amp;lt;img src="../uploads/&amp;lt;?php echo $foto6; ?&amp;gt;" alt="Foto 6" style="width:100%"&amp;gt;&lt;br /&gt;      &amp;lt;h3&amp;gt;Foto 6&amp;lt;a href="gsletfoto.php?foto=&amp;lt;?php echo $filnavn['6']; ?&amp;gt;"&amp;gt;&amp;lt;img src="del.png" alt="Slet" align="right" style="width:30px;height:30px;"&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;      &amp;lt;p&amp;gt;&amp;lt;?php echo $dato6; ?&amp;gt;&amp;lt;img src="white.png" align="right" style="width:30px;height:30px;"&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;    &amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;?php endif; ?&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;?php if($antal&amp;gt;6) : ?&amp;gt;&lt;br /&gt;    &amp;lt;div class="w3-quarter"&amp;gt;&lt;br /&gt;      &amp;lt;img src="../uploads/&amp;lt;?php echo $foto7; ?&amp;gt;" alt="Foto 7" style="width:100%"&amp;gt;&lt;br /&gt;      &amp;lt;h3&amp;gt;Foto 7&amp;lt;a href="gsletfoto.php?foto=&amp;lt;?php echo $filnavn['7']; ?&amp;gt;"&amp;gt;&amp;lt;img src="del.png" alt="Slet" align="right" style="width:30px;height:30px;"&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;      &amp;lt;p&amp;gt;&amp;lt;?php echo $dato7; ?&amp;gt;&amp;lt;img src="white.png" align="right" style="width:30px;height:30px;"&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;      &amp;lt;hr&amp;gt;    &lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;?php endif; ?&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;?php if($antal&amp;gt;7) : ?&amp;gt;&lt;br /&gt;    &amp;lt;div class="w3-quarter"&amp;gt;&lt;br /&gt;      &amp;lt;img src="../uploads/&amp;lt;?php echo $foto8; ?&amp;gt;" alt="Foto 8" style="width:100%"&amp;gt;&lt;br /&gt;      &amp;lt;h3&amp;gt;Foto 8&amp;lt;a href="gsletfoto.php?foto=&amp;lt;?php echo $filnavn['8']; ?&amp;gt;"&amp;gt;&amp;lt;img src="del.png" alt="Slet" align="right" style="width:30px;height:30px;"&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;      &amp;lt;p&amp;gt;&amp;lt;?php echo $dato8; ?&amp;gt;&amp;lt;img src="white.png" align="right" style="width:30px;height:30px;"&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;      &amp;lt;hr&amp;gt;    &lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;?php endif; ?&amp;gt;&lt;br /&gt;&lt;br /&gt;  &amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;  &amp;lt;!-- Pagination --&amp;gt;&lt;br /&gt;  &amp;lt;div class="w3-center w3-padding-32"&amp;gt;&lt;br /&gt;    &amp;lt;div class="w3-bar"&amp;gt;&lt;br /&gt;      &amp;lt;a href="#" class="w3-bar-item w3-button w3-hover-black"&amp;gt;«&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;?php if($antal&amp;gt;1) : ?&amp;gt;&lt;br /&gt;      &amp;lt;a href="../g1.php" class="w3-bar-item w3-black w3-button"&amp;gt;1&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;?php endif; ?&amp;gt;&lt;br /&gt;&amp;lt;?php if($antal&amp;gt;8) : ?&amp;gt;&lt;br /&gt;      &amp;lt;a href="../g2.php" class="w3-bar-item w3-button w3-hover-black"&amp;gt;2&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;?php endif; ?&amp;gt;&lt;br /&gt;&amp;lt;?php if($antal&amp;gt;16) : ?&amp;gt;&lt;br /&gt;      &amp;lt;a href="../g3.php" class="w3-bar-item w3-button w3-hover-black"&amp;gt;3&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;?php endif; ?&amp;gt;&lt;br /&gt;&amp;lt;?php if($antal&amp;gt;24) : ?&amp;gt;&lt;br /&gt;      &amp;lt;a href="../g4.php" class="w3-bar-item w3-button w3-hover-black"&amp;gt;4&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;?php endif; ?&amp;gt;&lt;br /&gt;&amp;lt;?php if($antal&amp;gt;32) : ?&amp;gt;&lt;br /&gt;      &amp;lt;a href="../g5.php" class="w3-bar-item w3-button w3-hover-black"&amp;gt;»&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;?php endif; ?&amp;gt;&lt;br /&gt;    &amp;lt;/div&amp;gt;&lt;br /&gt;  &amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;!-- End page content --&amp;gt;&lt;/s&gt;</description>
      <link>http://www.udvikleren.dk/forum/47283/align-billeder-til-bund-af-en-raekke/</link>
      <pubDate>Wed, 06 Dec 2017 13:04:33 GMT</pubDate>
    </item>
  </channel>
</rss>