Weergegeven resultaten: 1 t/m 7 van 7

Discussie: probleempje

  1. #1
    Erelid   Joga's schermafbeelding
    Geregistreerd
    18 July 2005
    Locatie
    Eeklo
    Berichten
    2.095
    Bedankjes
    1.439
    Bedankt
    1.303 keer in 821 posts

    probleempje

    hi,
    ik ben bezig aan mijn nieuwe site maar ik zit met een probleem



    hoe kan ik die afbeelding tegen de randen krijgen

    dit is mijn index:
    Code:
    <html>
    <head>
    <title>jogadesign</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    <center>
    <body bgcolor="#202020" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <!-- ImageReady Slices (jogadesign.psd) -->
    <table id="Table_01" width="801" height="601" border="0" cellpadding="0" cellspacing="0">
        <tr>
            <td colspan="11">
                <img src="images/index_01.gif" width="800" height="198" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="1" height="198" alt=""></td>
        </tr>
        <tr>
            <td colspan="2" rowspan="3">
                <img src="images/index_02.gif" width="148" height="29" alt=""></td>
            <td>
                <a href="home.html" target="iframe">
                    <img src="images/home.gif" width="32" height="7" border="0" alt=""></a></td>
            <td rowspan="3">
                <img src="images/index_04.gif" width="17" height="29" alt=""></td>
            <td>
                <a href="portfolio.html" target="iframe">
                    <img src="images/portfolio.gif" width="69" height="7" border="0" alt=""></a></td>
            <td rowspan="3">
                <img src="images/index_06.gif" width="274" height="29" alt=""></td>
            <td rowspan="2">
                <a href="links.html" target="iframe">
                    <img src="images/links.gif" width="35" height="9" border="0" alt=""></a></td>
            <td rowspan="3">
                <img src="images/index_08.gif" width="28" height="29" alt=""></td>
            <td rowspan="2">
                <a href="contact.html" target="iframe">
                    <img src="images/contact.gif" width="57" height="9" border="0" alt=""></a></td>
            <td colspan="2" rowspan="3">
                <img src="images/index_10.gif" width="140" height="29" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="1" height="7" alt=""></td>
        </tr>
        <tr>
            <td rowspan="2">
                <img src="images/index_11.gif" width="32" height="22" alt=""></td>
            <td rowspan="2">
                <img src="images/index_12.gif" width="69" height="22" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="1" height="2" alt=""></td>
        </tr>
        <tr>
            <td>
                <img src="images/index_13.gif" width="35" height="20" alt=""></td>
            <td>
                <img src="images/index_14.gif" width="57" height="20" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="1" height="20" alt=""></td>
        </tr>
        <tr>
            <td rowspan="2">
                <img src="images/index_15.gif" width="107" height="373" alt=""></td>
            <td width="587" height="331" colspan="9"><iframe name="iframe" SRC="home.html" scrolling="auto"  height="331" width="587" FRAMEBORDER="no"></iframe></td>
            <td rowspan="2">
                <img src="images/index_17.gif" width="106" height="373" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="1" height="331" alt=""></td>
        </tr>
        <tr>
            <td colspan="9">
                <img src="images/index_18.gif" width="587" height="42" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="1" height="42" alt=""></td>
        </tr>
        <tr>
            <td>
                <img src="images/spacer.gif" width="107" height="1" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="41" height="1" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="32" height="1" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="17" height="1" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="69" height="1" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="274" height="1" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="35" height="1" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="28" height="1" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="57" height="1" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="34" height="1" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="106" height="1" alt=""></td>
            <td></td>
        </tr>
    </table>
    <!-- End ImageReady Slices -->
    </body>
    </center>
    </html>
    en dit is mijn home
    Code:
    <html>
    <head>
    <title>Joga Design</title>
    </head>
    <body bgcolor="#202020">
    <img src="G:\Bert\photoshop\sites\joga\hoome.jpg">
    </body>
    </html>
    hopelijk kunnen jullie mij helpen
    Laatst gewijzigd door Joga; 24 August 2006 om 22:43

  2. #2
    Erelid   Jelle's schermafbeelding
    Geregistreerd
    30 April 2005
    Locatie
    Antwerpen
    Berichten
    3.061
    Bedankjes
    248
    Bedankt
    4.982 keer in 1.801 posts
    Zet eens style="margin:0" in de body tag van home.html

  3. De volgende gebruiker bedankt Jelle voor deze nuttige post:

    Joga (24 August 2006)

  4. #3
    Erelid   Joga's schermafbeelding
    Geregistreerd
    18 July 2005
    Locatie
    Eeklo
    Berichten
    2.095
    Bedankjes
    1.439
    Bedankt
    1.303 keer in 821 posts
    gaat niet

  5. #4
    Icemar
    Gast
    margin van je iframe op 0 zetten dan ben je het wel kwijt

  6. De volgende gebruiker bedankt Icemar voor deze nuttige post:

    Joga (24 August 2006)

  7. #5
    Erelid   Joga's schermafbeelding
    Geregistreerd
    18 July 2005
    Locatie
    Eeklo
    Berichten
    2.095
    Bedankjes
    1.439
    Bedankt
    1.303 keer in 821 posts
    gaat nog niet, doe ik wat verkeerd?

    Code:
    <html>
    <head>
    <title>jogadesign</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    <center>
    <body bgcolor="#202020" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <!-- ImageReady Slices (jogadesign.psd) -->
    <table id="Table_01" width="801" height="601" border="0" cellpadding="0" cellspacing="0">
        <tr>
            <td colspan="11">
                <img src="images/index_01.gif" width="800" height="198" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="1" height="198" alt=""></td>
        </tr>
        <tr>
            <td colspan="2" rowspan="3">
                <img src="images/index_02.gif" width="148" height="29" alt=""></td>
            <td>
                <a href="home.html" target="iframe">
                    <img src="images/home.gif" width="32" height="7" border="0" alt=""></a></td>
            <td rowspan="3">
                <img src="images/index_04.gif" width="17" height="29" alt=""></td>
            <td>
                <a href="portfolio.html" target="iframe">
                    <img src="images/portfolio.gif" width="69" height="7" border="0" alt=""></a></td>
            <td rowspan="3">
                <img src="images/index_06.gif" width="274" height="29" alt=""></td>
            <td rowspan="2">
                <a href="links.html" target="iframe">
                    <img src="images/links.gif" width="35" height="9" border="0" alt=""></a></td>
            <td rowspan="3">
                <img src="images/index_08.gif" width="28" height="29" alt=""></td>
            <td rowspan="2">
                <a href="contact.html" target="iframe">
                    <img src="images/contact.gif" width="57" height="9" border="0" alt=""></a></td>
            <td colspan="2" rowspan="3">
                <img src="images/index_10.gif" width="140" height="29" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="1" height="7" alt=""></td>
        </tr>
        <tr>
            <td rowspan="2">
                <img src="images/index_11.gif" width="32" height="22" alt=""></td>
            <td rowspan="2">
                <img src="images/index_12.gif" width="69" height="22" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="1" height="2" alt=""></td>
        </tr>
        <tr>
            <td>
                <img src="images/index_13.gif" width="35" height="20" alt=""></td>
            <td>
                <img src="images/index_14.gif" width="57" height="20" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="1" height="20" alt=""></td>
        </tr>
        <tr>
            <td rowspan="2">
                <img src="images/index_15.gif" width="107" height="373" alt=""></td>
            <td width="587" height="331" colspan="9"><iframe name="iframe" SRC="home.html" scrolling="auto"  height="331" width="587" FRAMEBORDER="no" style="margin:0" ></iframe></td>
            <td rowspan="2">
                <img src="images/index_17.gif" width="106" height="373" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="1" height="331" alt=""></td>
        </tr>
        <tr>
            <td colspan="9">
                <img src="images/index_18.gif" width="587" height="42" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="1" height="42" alt=""></td>
        </tr>
        <tr>
            <td>
                <img src="images/spacer.gif" width="107" height="1" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="41" height="1" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="32" height="1" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="17" height="1" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="69" height="1" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="274" height="1" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="35" height="1" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="28" height="1" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="57" height="1" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="34" height="1" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="106" height="1" alt=""></td>
            <td></td>
        </tr>
    </table>
    <!-- End ImageReady Slices -->
    </body>
    </center>
    </html>

  8. #6
    Icemar
    Gast
    je heb het aan je pagina toegevoegd niet aan je Iframe Bert

  9. #7
    Erelid   Joga's schermafbeelding
    Geregistreerd
    18 July 2005
    Locatie
    Eeklo
    Berichten
    2.095
    Bedankjes
    1.439
    Bedankt
    1.303 keer in 821 posts
    ok bedankt icemar nu gaat het

    hier mag een slotje op

Discussie informatie

Users Browsing this Thread

Momenteel bekijken 1 gebruikers deze discussie. (0 leden en 1 gasten)

Soortgelijke discussies

  1. probleempje
    Door Walt in forum Audiovisueel
    Reacties: 4
    Laatste bericht: 28 February 2006, 19:18
  2. probleempje
    Door slicky in forum Netwerken en internetproviders
    Reacties: 5
    Laatste bericht: 18 December 2005, 10:41
  3. probleempje
    Door protter in forum Internet
    Reacties: 0
    Laatste bericht: 31 October 2005, 15:18

Favorieten/bladwijzers

Favorieten/bladwijzers

Regels voor berichten

  • Je mag geen nieuwe discussies starten
  • Je mag niet reageren op berichten
  • Je mag geen bijlagen versturen
  • Je mag niet je berichten bewerken
  •