fix pictures alignement in station map pages
This commit is contained in:
parent
0a3c559a59
commit
0ef49023fa
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
<?php include "include/note.inc.php"; ?>
|
<?php include "include/note.inc.php"; ?>
|
||||||
|
|
||||||
<div class='center'>
|
<div class='center'>
|
||||||
<table width="25%" cellspacing="20">
|
<table width="25%" cellspacing="20" align="center">
|
||||||
<tr>
|
<tr>
|
||||||
<td><?php openimg("/images/carte/7/p_vue_g16.jpg", "/images/carte/7/vue_g16.jpg", "vue_g16.jpg"); ?></td>
|
<td><?php openimg("/images/carte/7/p_vue_g16.jpg", "/images/carte/7/vue_g16.jpg", "vue_g16.jpg"); ?></td>
|
||||||
<td><?php openimg("/images/carte/7/p_vue_g17.jpg", "/images/carte/7/vue_g17.jpg", "vue_g17.jpg"); ?></td>
|
<td><?php openimg("/images/carte/7/p_vue_g17.jpg", "/images/carte/7/vue_g17.jpg", "vue_g17.jpg"); ?></td>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<?php include "include/note.inc.php"; ?>
|
<?php include "include/note.inc.php"; ?>
|
||||||
|
|
||||||
<div class='center'>
|
<div class='center'>
|
||||||
<table width="25%" cellspacing="20">
|
<table width="25%" cellspacing="20" align="center">
|
||||||
<tr>
|
<tr>
|
||||||
<td><?php openimg("/images/carte/8/p_vue_g18.jpg", "/images/carte/8/vue_g18.jpg", "vue_g18.jpg"); ?></td>
|
<td><?php openimg("/images/carte/8/p_vue_g18.jpg", "/images/carte/8/vue_g18.jpg", "vue_g18.jpg"); ?></td>
|
||||||
<td><?php openimg("/images/carte/8/p_vue_g19.jpg", "/images/carte/8/vue_g19.jpg", "vue_g19.jpg"); ?></td>
|
<td><?php openimg("/images/carte/8/p_vue_g19.jpg", "/images/carte/8/vue_g19.jpg", "vue_g19.jpg"); ?></td>
|
||||||
|
|
Loading…
Reference in a new issue