AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Thema durchsuchen
Ansicht
Themen-Optionen

Umrandung mit HTML

Ein Thema von Yheeky · begonnen am 26. Okt 2002 · letzter Beitrag vom 12. Dez 2002
 
Benutzerbild von sakura
sakura

Registriert seit: 10. Jun 2002
Ort: München
11.412 Beiträge
 
Delphi 11 Alexandria
 
#4
  Alt 27. Okt 2002, 11:38
Du musst Dein JPEG in 8 einzelne Bilder zerteilen (4 Ecken, 4 Seiten). Zusätzlich benötigst Du ein sogenanntes Blind-GIF. Das ist ein GIF Image der Größe 1x1, welches transparent ist. (Download http://www.gatenetwork.com/images/0.gif) Dann nutze folgendes HTML Basis-Layout.

In diesem Beispiel bin ich davon ausgegangen, das der Rahmen überall 10 Pixel breit ist und die Bilder alle im /images Verzeichnis liegen. Dein HTML Code kommt in den rot markierten Bereich.

Code:
...
<body leftmargin="0" topmargin="0" bottommargin="0" rightmargin="0" marginwidth="0" marginheight="0">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
  <tr>
    <td background="/images/topleft.jpg" width="10">[img]/images/0.gif[/img]</td>
    <td background="/images/top.jpg" width="100%">[img]/images/0.gif[/img]</td>
    <td background="/images/topright.jpg" width="10">[img]/images/0.gif[/img]</td>
  </tr>
  <tr>
    <td background="/images/left.jpg">[img]/images/0.gif[/img]</td>
    <td>[color=#ff0019][/color]</td>
    <td background="/images/right.jpg">[img]/images/0.gif[/img]</td>
  </tr>
  <tr>
    <td background="/images/bottomleft.jpg">[img]/images/0.gif[/img]</td>
    <td background="/images/bottom.jpg">[img]/images/0.gif[/img]</td>
    <td background="/images/bottomright.jpg">[img]/images/0.gif[/img]</td>
  </tr>
</table>
</body>
Daniel W.
Ich bin nicht zurück, ich tue nur so
  Mit Zitat antworten Zitat
 


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 10:49 Uhr.
Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz