Probeer met de onderstaande code (uit een standaard cms systeem) een thema aan te passen. Onder ie werkt het goed, maar onder firefox komt er ruimte in de tabellen waardoor de plaatjes een klein tikje verschoven worden. Ik heb kramp in mn oogspier van het kijken, wie heeft een klein zetje in de goede richting
Bekijk www.dpf-clan.nl maar is onder ie en dan is onder firefox. Ik heb geprobeerd van relatief naar absolute cellen te gaan dat hielp niet. Ik heb geschoven met de attr. (heb wel is eerder gehad dat dat een probleem oploste) kreeg het ook niet goed. Mis ik iets fundamenteels?
Bekijk www.dpf-clan.nl maar is onder ie en dan is onder firefox. Ik heb geprobeerd van relatief naar absolute cellen te gaan dat hielp niet. Ik heb geschoven met de attr. (heb wel is eerder gehad dat dat een probleem oploste) kreeg het ook niet goed. Mis ik iets fundamenteels?
code:
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
| <br><table width=\"650\" cellpadding=\"0\" cellspacing=\"0\">
<tr>
<td colspan=\"3\">
<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" >
<tr>
<td width=\"67\" height=\"9\">[img]\"".THEME."images/title_top_left.gif\"></td>
<td[/img]</td>
<td width=\"5\" height=\"9\">[img]\"".THEME."images/title_top_right.gif\"></td>
</tr>
</table>
<table[/img]
<tr>
<td width=\"16\" height=\"25\"> [img]\"".THEME."images/title_mid_left.gif\"></td>
<td[/img]<b>{NEWSTITLE}</b></td>
<td width=\"11\" height=\"25\">[img]\"".THEME."images/title_mid_right.gif\"></td>
</tr>
</table>
<table[/img]
<tr>
<td width=\"33\" height=\"17\">[img]\"".THEME."images/title_bot_left.gif\"></td>
<td[/img]</td>
<td width=\"33\" height=\"17\">[img]\"".THEME."images/title_bot_right.gif\"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td[/img]
<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td width='30' height='100%' background='".THEME."images/body_left.gif'></td>
<td class='backlogo'><br> {NEWSBODY}<br></td>
<td width='30' height='100%' background='".THEME."images/body_right.gif'></td>
</tr>
</table>
<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td width='30' height='100%' background='".THEME."images/body_left.gif'></td>
<td bgcolor='#F3F3F3'><br> {EXTENDED}<br></td>
<td width='30' height='100%' background='".THEME."images/body_right.gif'></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan='3'>
<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td width='30' height='100%' background='".THEME."images/body_left.gif'></td>
<td bgcolor='#F3F3F3'></td>
<td bgcolor='#F3F3F3'><center>{NEWSCOMMENTS}</center></td>
<td bgcolor='#F3F3F3' width='50'>{ADMINOPTIONS}{EMAILICON}{PRINTICON}</td>
<td width='30' height='100%' background='".THEME."images/body_right.gif'></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td width='14' height='7'>[img]'".THEME."images/body_bot_left.gif'></td>
<td[/img]</td>
<td width='14' height='7'><a href='http://www.netsurf.ru' target='_blank'>[img]'".THEME."images/body_bot_right.gif'></a></td>
</tr>
</table>
</td>
</tr>
</table[/img] |
"Then there was the man who drowned crossing a stream with an average depth of six inches."