Uitlijning
Ik probeer iets heel makkelijks, waarvan ik het niet meer weet :(
Code (php)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<fieldset style='height: 100px;'>
<legend><strong>Internet</strong></legend>
<table colspan='3'>
<tr>
<td colspan='3'>
<strong>W</strong>: ". $_POST['website'] ."
</td>
</tr>
<tr>
<td colspan='3'>
<strong>E</strong>: ". $_POST['emailadres'] ."
</td>
</tr>
<tr>
<td colspan='3'>
<center> of </center>
</td>
</tr>
<tr>
<td>
Facebook
</td>
<td>
Twitter
</td>
<td>
LinkedIn
</td>
</tr>
</table>
</fieldset>
<legend><strong>Internet</strong></legend>
<table colspan='3'>
<tr>
<td colspan='3'>
<strong>W</strong>: ". $_POST['website'] ."
</td>
</tr>
<tr>
<td colspan='3'>
<strong>E</strong>: ". $_POST['emailadres'] ."
</td>
</tr>
<tr>
<td colspan='3'>
<center> of </center>
</td>
</tr>
<tr>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
</table>
</fieldset>
in dit stukje code staat dit:
Als ik dit uitvoer komt het mooi dikgedrukt naast elkaar te staan.
maar daaronder heb ik nog een Email staan, en die staan dan niet goed uitgelijnt
hoe kan ik het zo uitlijnen dat $_POST['Website'] en $_POST['Emailadres'] allebij op dezelfde plek worden uitgelijnt
greetz
Ik merk dat t een heel slecht voorbeeld is.
Hier het plaatje ;)
Gewijzigd op 10/10/2012 15:56:53 door Sem E
Code (php)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<table>
<tr>
<td><strong>W</strong>: </td>
<td>". $_POST['website'] ."</td>
</tr>
<tr>
<td><strong>E</strong>: </td>
<td>". $_POST['emailadres'] ."</td>
</tr>
<tr>
<td colspan='2'>
<center> of </center>
</td>
</tr>
<tr>
<td colspan='2'>
Facebook
</td>
<td colspan='2'>
Twitter
</td>
<td colspan='2'>
LinkedIn
</td>
</tr>
</table>
<tr>
<td><strong>W</strong>: </td>
<td>". $_POST['website'] ."</td>
</tr>
<tr>
<td><strong>E</strong>: </td>
<td>". $_POST['emailadres'] ."</td>
</tr>
<tr>
<td colspan='2'>
<center> of </center>
</td>
</tr>
<tr>
<td colspan='2'>
</td>
<td colspan='2'>
</td>
<td colspan='2'>
</td>
</tr>
</table>
Gewijzigd op 10/10/2012 16:01:43 door Q S
Code (php)
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
<tr>
<td colspan='3'>
<strong>W</strong>: ". $_POST['website'] ."
</td>
</tr>
<tr>
<td colspan='3'>
<strong>E</strong>: ". $_POST['emailadres'] ."
</td>
</tr>
<td colspan='3'>
<strong>W</strong>: ". $_POST['website'] ."
</td>
</tr>
<tr>
<td colspan='3'>
<strong>E</strong>: ". $_POST['emailadres'] ."
</td>
</tr>
Eens dit:
+ een plaatje.
Toevoeging op 10/10/2012 17:02:40:
Code (php)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<fieldset style='height: 100px;'>
<legend><strong>Internet</strong></legend>
<table colspan='3'>
<tr>
<br />";
$i = 1;
if($_POST['chkFacebooklink'] == 'checked') $i++;
if ($_POST['chkTwitterlink'] == 'checked') $i++;
if ($_POST['chkLinkedin'] == 'checked') $i++;
$contactgegevens.= "<td>
<strong>W</strong>:
</td>";
$contactgegevens.= "<td";
if ($i<=1) $contactgegevens .= " colspan='". $i ."'>";
$contactgegevens .= "
<td>
". $_POST['website'] ."
</td>
</tr>
<tr>
<td>
<strong>E</strong>:
</td>
<td>
". $_POST['emailadres'] ."
</td>
</tr>
<tr>";
// FACEBOOK
if ($_POST['chkFacebooklink'] == 'checked'){
$contactgegevens.= "
<td style=\"height: 84px; width: 30px; padding-bottom: 30px;\" vertical-align=\"center\"><img src=\"image.php?id=1000004\" title=\"De facebook pagina van ". iv($_POST['txtFacebooklink']) ."\" onclick=\"window.open('http://www.facebook.com/". $_POST['txtFacebooklink'] ."','_blank','')\" style=\"cursor: pointer;\"</img></td>
";
}
// TWITTER
if ($_POST['chkTwitterlink'] == 'checked'){
$contactgegevens.= "
<td style=\"height: 84px; width: 5px; padding-bottom: 30px;\" vertical-align=\"center\"><img src=\"image.php?id=1000005\" title=\"De twitter pagina van ". iv($_POST['txtTwitterlink']) ."\" onclick=\"window.open('http://www.twitter.com/". $_POST['txtTwitterlink'] ."','_blank','')\" style=\"cursor: pointer;\"></img></td>
";
}
// LINKEDIN
if ($_POST['chkLinkedinlink'] == 'checked'){
$contactgegevens.= "
<td style=\"height: 84px; padding-bottom: 30px;\" vertical-align=\"center\"><img src=\"image.php?id=1000006\" title=\"De linkedin pagina van ". iv($_POST['txtLinkedinlink']) ."\" onclick=\"window.open('http://www.Linkedin.com/". $_POST['txtLinkedinlink'] ."','_blank','')\" style=\"cursor: pointer;\"></img></td>
";
}
$contactgegevens.= "<td>
</td>
<legend><strong>Internet</strong></legend>
<table colspan='3'>
<tr>
<br />";
$i = 1;
if($_POST['chkFacebooklink'] == 'checked') $i++;
if ($_POST['chkTwitterlink'] == 'checked') $i++;
if ($_POST['chkLinkedin'] == 'checked') $i++;
$contactgegevens.= "<td>
<strong>W</strong>:
</td>";
$contactgegevens.= "<td";
if ($i<=1) $contactgegevens .= " colspan='". $i ."'>";
$contactgegevens .= "
<td>
". $_POST['website'] ."
</td>
</tr>
<tr>
<td>
<strong>E</strong>:
</td>
<td>
". $_POST['emailadres'] ."
</td>
</tr>
<tr>";
if ($_POST['chkFacebooklink'] == 'checked'){
$contactgegevens.= "
<td style=\"height: 84px; width: 30px; padding-bottom: 30px;\" vertical-align=\"center\"><img src=\"image.php?id=1000004\" title=\"De facebook pagina van ". iv($_POST['txtFacebooklink']) ."\" onclick=\"window.open('http://www.facebook.com/". $_POST['txtFacebooklink'] ."','_blank','')\" style=\"cursor: pointer;\"</img></td>
";
}
if ($_POST['chkTwitterlink'] == 'checked'){
$contactgegevens.= "
<td style=\"height: 84px; width: 5px; padding-bottom: 30px;\" vertical-align=\"center\"><img src=\"image.php?id=1000005\" title=\"De twitter pagina van ". iv($_POST['txtTwitterlink']) ."\" onclick=\"window.open('http://www.twitter.com/". $_POST['txtTwitterlink'] ."','_blank','')\" style=\"cursor: pointer;\"></img></td>
";
}
if ($_POST['chkLinkedinlink'] == 'checked'){
$contactgegevens.= "
<td style=\"height: 84px; padding-bottom: 30px;\" vertical-align=\"center\"><img src=\"image.php?id=1000006\" title=\"De linkedin pagina van ". iv($_POST['txtLinkedinlink']) ."\" onclick=\"window.open('http://www.Linkedin.com/". $_POST['txtLinkedinlink'] ."','_blank','')\" style=\"cursor: pointer;\"></img></td>
";
}
$contactgegevens.= "<td>
</td>
Kijk, Als ik geen checkbox heb geselcteerd doet ie het goed.
Als ik 1 checkbox heb geselecteerd, doet ie het goed.
Als ik 2 checkboxen heb geselecteerd, doet ie het goed.
Als ik 3 checkboxen heb geselecteerd, doet ie het niet goed.
Ik zou niet weten waarom, maar ik ben aan het zoeken, als jullie het weten. Graag antwoord.
Toevoeging op 11/10/2012 09:24:29:
Ik heb het probleem opgelost, ik was vergeten om de colspan op de 2e <td> van $_POST email adres te zetten.
Allemaal bedankt voor de reacties.