[newbie HTML vraag] centreren wil niet??

Pagina: 1
Acties:

  • martin.h
  • Registratie: September 2000
  • Laatst online: 12-03 23:09

martin.h

Met een HAMER past ALLES!

Topicstarter
Hoe komt het dat ik de teks op mijn site niet kan centreren??
Ik gebruik de gewoone center tags, maar die werken niet??
Ik weet dat ze eigenlijk niet meer bij HTML 4.0 horen maar ik gebruik ze gewoon omdat alle browers ze nog ondersteunen..
Maar hoe komt het dat ze nu niet meer werken??
Of beter gezegt hoe komt het dat ze nu niet werken??
Oww en dit is de bron:
<html>
<head>
<title>SWiSH Movie - testgroep.swi - www.swishzone.com</title>
<meta name="author" content="SWiSH v2.0">
<meta name="copyright" content="SWiSH v2.0">
<meta name="keywords" content="0522, 255161, algemeen, algemeengroot, antiek, bel, blankhout, contact, contactgroot, dak, doorten, down, ellipse, en, foto, gif, henrie, hit, hoekkant, home, homegroot, informatie, jpg, line, linksboven, logoblankhout, meer, meubel, omgekeerd, onder, over, rectangle, restauratie, route, routegroot, samen, scene, sgroot, state, testgroep, up, voor">
</head>
<!-- Created by SWiSH - Flash made easy - only $49.95 - www.swishzone.com -->
<body bgcolor="#ffffff" leftmargin=0 topmargin=0 marginwidth="0" marginheight="0" backmargin="0">
<table width="100%">
<tr>
<OBJECT classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000
codeBase=http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0
height=403 id=testgroep width=784><PARAM NAME="_cx" VALUE="20744"><PARAM NAME="_cy" VALUE="10663"><PARAM NAME="Movie" VALUE="testgroep.swf"><PARAM NAME="Src" VALUE="testgroep.swf"><PARAM NAME="WMode" VALUE="Window"><PARAM NAME="Play" VALUE="-1"><PARAM NAME="Loop" VALUE="-1"><PARAM NAME="Quality" VALUE="High"><PARAM NAME="SAlign" VALUE=""><PARAM NAME="Menu" VALUE="-1"><PARAM NAME="Base" VALUE=""><PARAM NAME="Scale" VALUE="ShowAll"><PARAM NAME="DeviceFont" VALUE="0"><PARAM NAME="EmbedMovie" VALUE="0"><PARAM NAME="BGColor" VALUE="FFFFFF"><PARAM NAME="SWRemote" VALUE=""><PARAM NAME="Stacking" VALUE="below">
<embed name="testgroep" src="testgroep.swf" quality="high" bgcolor="#FFFFFF"
width="784" height="403"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</embed></OBJECT>
</tr>
<TR><font face="Arial" size="4">








<center>
Welkom bij de site van Blankhout en Henri Doorten meubel en
antiek restauratie. U vindt hiet infromatie over het logen, lakken, maken,
restaureren en kopen van meubelen. Het u problemen of vragen aangaande deze
site mail dan naar
<A href="mailto:martin.h@rendo.dekooi.nl?subject=Blankhout">martin.h@rendo.dekooi.nl</A>
</center>





</font></P></TR></table>
</body>
</html>
Het gaat dus om het laatste stukje tekst.


http://www2.dekooi.nl/~asinnema/testgroep.html
Dit is de site.

The Souffle will raise or it will not. And there is no damn thing you can do about it!


  • Ankh
  • Registratie: Mei 2001
  • Laatst online: 20:51

Ankh

.Howdy

probeer eens <align=center>

  • martin.h
  • Registratie: September 2000
  • Laatst online: 12-03 23:09

martin.h

Met een HAMER past ALLES!

Topicstarter
<p align="center"> heb ik ook al geprobeerd lukt ook niet :?

The Souffle will raise or it will not. And there is no damn thing you can do about it!


  • thebill
  • Registratie: September 2001
  • Laatst online: 01-04-2024
Op zondag 11 november 2001 13:13 schreef RaMMSTeiN het volgende:
probeer eens <align=center>
align="center" met aanhalingstekens moet t volgens mij... correct me if i'm wrong

edit:

als dat t niet doet, weet k t ook niet :?

  • martin.h
  • Registratie: September 2000
  • Laatst online: 12-03 23:09

martin.h

Met een HAMER past ALLES!

Topicstarter
Jah werkt ook niet :)

The Souffle will raise or it will not. And there is no damn thing you can do about it!


Verwijderd

Je hebt een beetje met <td> en <tr> lopen knoeien. Ook heb je zomaar ergens een </p> tag.

Probeer deze structuur eens:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
    <body bgcolor="#ffffff" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" backmargin="0">
        <table width="100%">
            <tr>
                <td>
                    <object blablabla>
                        <param la>
                        <param bla>
                        <embed blabla>
                    </object>
                </td>
            </tr>
            <tr>
                <td>
                    <font face="Arial" size="4">
                        <center>
                            blablabla
                        </center>
                    </font>
                </td>
            </tr>
        </table>
    </body>

Zo zou het moeten werken.

  • Thijsmans
  • Registratie: Juli 2001
  • Laatst online: 21:28

Thijsmans

⭐⭐⭐⭐⭐ (5/5)

er ontbreekt een <td> in de laatste regel

edit:
Cheeta, hij was voor mij! :P

Privacy-adepten vinden op AVGtekst.nl de Nederlandse AVG-tekst voorzien van uitspraken en besluiten.


  • iscara
  • Registratie: Juli 2001
  • Niet online
of eerst de tabel afsluiten en dan de text er onder zetten

  • martin.h
  • Registratie: September 2000
  • Laatst online: 12-03 23:09

martin.h

Met een HAMER past ALLES!

Topicstarter
Jah het werkt nu, wsa gewoon stom vergeten om de <td> tags te plaatsen...Ach al doende leert men..

The Souffle will raise or it will not. And there is no damn thing you can do about it!


Verwijderd

gewon <CENTER> erin zetten :)

doe ik altijd :)

Verwijderd

<!-- Created by SWiSH - Flash made easy - only $49.95 - www.swishzone.com -->

hehe. :)
Pagina: 1