Toon posts:

[html/form] irritante white space?

Pagina: 1
Acties:

Verwijderd

Topicstarter
Ik zit nu voor de 2e keer dit topicje te maken (sjit ie!)

Ik heb last van forms, en heb gezocht maar niets nuttigs en werkbaars gevonden (bv tr en iets met style maar alles werkte niet :{)

zie plaatje

Afbeeldingslocatie: http://galleries.vinyamar.com/ps/show.php?id=gvCLoUHnAsRfnd43KBpjM3TwU

de 1e is FOUT en daar word een form in gebruikt, in de 2e echter niet.

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
<script language="javascript"  src="./layout/upload.js"></script>

<table border="0" cellpadding="0" cellspacing="0" width="590">
    <tr>
        <td valign="top">[img]"images/main-upload.gif"[/img]</td>
    </tr>
    <tr>
        <td background="images/main-mid.gif"><table border="0" cellpadding="6" cellspacing="0" width="100%">
            <tr>
                <td class="navbar2">

<p align="center">Images of type <strong>GIF</strong>, <strong>PNG</strong> and <strong>JPEG<br></strong>Max size is <strong>%maxsize%</strong>kb<br>Fake images (hidden files) are <strong>NOT</strong> allowed!</p>
[ifset="%uploaderror%"]<p align="center">Errors found in uploads</p><p align="center">%uploaderror%</p>[/ifset]
<table border="0" align="center" width="100%">
<tr>
<form name="uploadform" enctype="multipart/form-data" method="post" style="display: inline;">
    <td valign="top"><table border="0" cellpadding="2" cellspacing="0" width="100%">
    <tr class="navbar2">
        <td width="69" nowrap>&nbsp;</td>
        <td width="250" nowrap>Also insert into gallery: <select name="gallery" size="1" style="width:250px">[option="%galleries%"]</select></td>
        <td width="75" nowrap><p align="left"># of files:<br>
        <select name="number" size="1" style="width:50px">
        <script language="javascript">for (x = 1; x < 26; x++) { document.writeln('<option value="' + x + '">' + x + '</option>'); } </script>       
        </select></p></td>
        <td valign="bottom"><input type="button" value="Update" onclick="createForm(uploadform.number.value);"></td>
    </tr>
    </table>
    </td>
</form>
</tr>
</table>
<span id="cust" style="position:relative;"></span>
 
        <table border="0" align="center">
            <tr>
                <td valign="top">
                <table border="0" cellpadding="2" cellspacing="0" width="50%">
                    <tr>
                        <td><p align="center"><input type="submit" name="submit" value="Upload"></p>
                        </td>
                    </tr>
                </table>
                </td>
                <td valign="top">
                <table border="0" cellpadding="2" cellspacing="0" width="50%">
                    <tr>
                        <td><p align="center"><input type="submit" name="Clear" value="Clear"></p></td>
                    </tr>
                </table>
                </td>
            </tr>
        </table>
        </td>
    <script language="javascript">createForm(1);</script>
</td>
            </tr>
        </table>
        </td>
    </tr>
    <tr>
        <td>[img]"images/main-bottom.gif"[/img]</td>
    </tr>
</table>


heeft iemand een idee? :'( zit hier nu al 3 uur op te spacen :{

[ Voor 29% gewijzigd door Verwijderd op 01-09-2003 21:05 ]


  • curry684
  • Registratie: Juni 2000
  • Laatst online: 13-08 16:46

curry684

left part of the evil twins

Verwijderd schreef op 01 september 2003 @ 21:04:
Ik zit nu voor de 2e keer dit topicje te maken (sjit ie!)

zit hier nu al 3 uur op te spacen :{
Zou toch verwachten dat je na 3 uur verveling en 2 keer overtypen dan wel een keer de P&W FAQ gelezen zou hebben zodat je weet dat HTML in Webdesign & Graphics thuishoort :Z

P&W FAQ - HTML / javascript /css, etc... dus.

Professionele website nodig?


Verwijderd

Topicstarter
Sorry je hebt heel gelijk, geen excuus mogelijk, had even niet op de fora gelet :{ sorry..

  • crisp
  • Registratie: Februari 2000
  • Laatst online: 10:01

crisp

Devver

Pixelated

bah, je form-tags tussen tr en td inzetten; je kan toch ook gewoon de margin op 0 zetten middels css?

gebruik de validator ook eens...

[ Voor 27% gewijzigd door crisp op 01-09-2003 21:15 ]

Intentionally left blank