Ik ben sinds kort bezig met een website en ik wilde hem pas uittesten door wat tekst erbij te typen, maar toen ging het fout:'(
In dit gedeelte van de code gaat het fout (denk ik). Zoals je ziet, staat er al wat tekst tussen, maar wanneer ik bijvoorbeeld een "lang" woord gebruik, dan verspringen de randen van de tabel naar links en rechts, waardoor de complete layout word verpest.
Alvast bedankt!
P.S. mocht meer informatie nodig zijn, dan plaats ik die graag.
In dit gedeelte van de code gaat het fout (denk ik). Zoals je ziet, staat er al wat tekst tussen, maar wanneer ik bijvoorbeeld een "lang" woord gebruik, dan verspringen de randen van de tabel naar links en rechts, waardoor de complete layout word verpest.
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
| <div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="761" height="23">
<tr>
<td width="380" height="110" valign="top"><font face="Arial" size="1"><b>
</b></font>
<p><font face="Arial" size="1"><b>
</b></font><font face="Arial" size="1"><b>Advertisement:</b></font><p> </td>
<td width="114" height="110" background="lines.jpg"> </td>
<td width="2464" height="110" valign="top" align="left" style="word-spacing: 0; text-align: justify; margin-left: 10; margin-right: 4; margin-top: 0; margin-bottom: 0">
<p style="word-spacing: 0; margin-left: 5; margin-right: 5; margin-top: 0; margin-bottom: 0"><font color="#F7FAB8"><b><font face="Verdana" size="2">Nintendo
reveals partnership with EA</font><font size="1" face="Verdana"> </font></b><font size="1" face="Verdana">posted
by Yordi</font></font></p>
<p style="word-spacing: 0; margin-left: 5; margin-right: 5; margin-top: 0; margin-bottom: 0"><font face="Times New Roman" size="3">Earlier
today, Nintendo revealed that it would be creating sportsgames together
with EA sports to make full use of the GBA link capacity. An interesting
turn in events, where last week we had lots of negative reports
regarding Ninty's future.</font></p>
<p style="word-spacing: 0; margin-left: 5; margin-right: 5; margin-top: 0; margin-bottom: 0"> </p>
<p style="word-spacing: 0; margin-left: 5; margin-right: 5; margin-top: 0; margin-bottom: 0"><font color="#F7FAB8"><b><font face="Verdana" size="2">ESpionage:
Midway's secret game? </font></b><font face="Verdana" size="1">posted by
Yordi</font></font></p>
<p style="word-spacing: 0; margin-left: 5; margin-right: 5; margin-top: 0; margin-bottom: 0"><font size="3" face="Times New Roman">A
few weeks ago, Midway announced that they were working on a stealth game
similar to games like Splinter Cell and Metal Gear. Midway did not give
any other information regarding the game, but today on internet gameshop
GameStop, a list of upcoming titles was published which included a game
called ESpionage by Midway. </font></td>
<td width="101" height="110" background="lines.jpg"> </td>
</tr>
<tr>
<td width="380" height="23" valign="top"></td>
<td width="114" height="23" background="cornerleftbelow.jpg"> </td>
<td width="2464" height="23" background="lines.jpg"> </td>
<td width="101" height="23" background="cornerrightbelow.jpg"> </td>
</tr>
</table>
</center>
</div> |
Alvast bedankt!
P.S. mocht meer informatie nodig zijn, dan plaats ik die graag.