Aankondiging

Collapse
No announcement yet.

Fotopic linken aan domeinnaam

Collapse
X
 
  • Weergaveopties
  • Begin
Clear All
new posts

  • Fotopic linken aan domeinnaam

    kan dat;

    ik heb een eigen domeinnaam "gehuurd" (of hoe heet dat in vaktermen..?)via telenet. Deze is gelinkt aan mijn telenet webruimte.

    Ik had graag mijn fotoruimte bij Fotopic automatisch gezien wanneer ik mijn webadres ingaf.

    Hoe ga ik te werk?


    merci
    Lieven
    Photography helps people to see
    -Berenice Abbott-
    BD1050BE

  • #2
    Re: Fotopic linken aan domeinnaam

    plaats op je telenet website een index.html file met verwijzing naar je fotopagina.. je kan dit doen door in html een automatische doorverwijzing te steken... met volgende code :

    <meta HTTP-EQUIV="refresh" CONTENT="0;URL=http://uwfotopagina">

    indien je content=0 stuurt hij onmiddellijk door.. bvb als je hier 5 zou zetten = 5 seconden..
    Nikon D7000 - Nikon 17-55 f2.8 - Nikon 35mm 1.8 - Sigma 50mm 1.4 - Sigma 70-200 f2.8 OS - SB-600 (2x) - SB-900

    Comment


    • #3
      Re: Fotopic linken aan domeinnaam

      of je maakt op je telenet pagina een index.html pagina met daarin de beschrijving van een frameset met maar 1 frame...

      iets in de aard van :

      Code:
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
      <html xmlns="http://www.w3.org/1999/xhtml">
      <head>
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
      <title>Titel</title>
      </head>
      
      <frameset rows="*" cols="*" frameborder="no" border="0" framespacing="0">
        <frame src="http://link naar je fotopic" name="hoofdFrame" scrolling="Auto" id="hoofdFrame" title="hoofdFrame" />
      </frameset>
      <noframes><body>
      </body>
      </noframes></html>
      Dan kom je normaal gezien direct op jouw pagina direct maar de doorverwijzing werkt inderdaad ook goed...
      With Canon, I can (or at least try)
      Photastic.be ~ Passion for the picture
      Nieuwe site

      Comment

      Working...
      X