<img> wird nicht angezeigt

  • Hallo Wordpress-Forum,
    ich hoffe ihr seid meine Rettung.

    Auch ich bin relativ neu in Wordpress, und hab jetzt im Texteditor mal ein bisschen meine minimalen, jedoch vorhandenen HTML-Künste herumgeschleudert und selber mit HTML ein Bild hineingecodet, bei dessem anklicken automatisch ein Link geladen wird.

    Nur tat ich dies mit einem <Embed> befehl, und seit ich das gemacht habe, werden alle <embed>-Objekte geladen, jedoch alle mit <img> importierten Bilder nicht angezeigt.

    Könnt ihr mir weiterhelfen?

    MfG, Valentin

    • Anzeige

    Hallo!

    Wenn du gerade an deiner Website arbeitest oder dein aktuelles Hosting überdenkst: Wir betreiben mit NetzLiving eine Hosting-Plattform, die speziell auf Performance, Sicherheit und einfache Verwaltung ausgelegt ist.

    • ✔️ Schnelle Ladezeiten (optimiert für WordPress & Co.)
    • ✔️ Deutsche Server & DSGVO-konform
    • ✔️ Persönlicher Support (kein 0815-Ticket-System)

    Mehr erfahren

  • Mal dies hier lesen: http://html5-webdesign.de/embed.html

    Und dies hier auch: http://www.w3schools.com/tags/tag_img.asp

    Bilder werden grundsätzlich via z.B

    .

    Code
    [COLOR=blue][FONT=Consolas]<[/FONT][/COLOR][COLOR=#A52A2A][FONT=Consolas]img[/FONT][/COLOR][COLOR=#000000][FONT=Consolas] [/FONT][/COLOR][COLOR=red][FONT=Consolas]src=[/FONT][/COLOR][COLOR=#0000CD][FONT=Consolas]"smiley.gif"[/FONT][/COLOR][COLOR=#000000][FONT=Consolas] [/FONT][/COLOR][COLOR=red][FONT=Consolas]alt=[/FONT][/COLOR][COLOR=#0000CD][FONT=Consolas]"Smiley face"[/FONT][/COLOR][COLOR=#000000][FONT=Consolas] [/FONT][/COLOR][COLOR=red][FONT=Consolas]height=[/FONT][/COLOR][COLOR=#0000CD][FONT=Consolas]"42"[/FONT][/COLOR][COLOR=#000000][FONT=Consolas] [/FONT][/COLOR][COLOR=red][FONT=Consolas]width=[/FONT][/COLOR][COLOR=#0000CD][FONT=Consolas]"42"[/FONT][/COLOR][COLOR=blue][FONT=Consolas]>[/FONT][/COLOR]

    eingefügt - wenn es ein Link sein soll, dann z.B. so:

    Code
    [COLOR=blue][FONT=Consolas]<a href="URL"><[/FONT][/COLOR][COLOR=#A52A2A][FONT=Consolas]img[/FONT][/COLOR][COLOR=#000000][FONT=Consolas] [/FONT][/COLOR][COLOR=red][FONT=Consolas]src=[/FONT][/COLOR][COLOR=#0000CD][FONT=Consolas]"smiley.gif"[/FONT][/COLOR][COLOR=#000000][FONT=Consolas] [/FONT][/COLOR][COLOR=red][FONT=Consolas]alt=[/FONT][/COLOR][COLOR=#0000CD][FONT=Consolas]"Smiley face"[/FONT][/COLOR][COLOR=#000000][FONT=Consolas] [/FONT][/COLOR][COLOR=red][FONT=Consolas]height=[/FONT][/COLOR][COLOR=#0000CD][FONT=Consolas]"42"[/FONT][/COLOR][COLOR=#000000][FONT=Consolas] [/FONT][/COLOR][COLOR=red][FONT=Consolas]width=[/FONT][/COLOR][COLOR=#0000CD][FONT=Consolas]"42"[/FONT][/COLOR][COLOR=blue][FONT=Consolas]></a>[/FONT][/COLOR]

    Einmal editiert, zuletzt von chilidog (4. Oktober 2015 um 15:57)

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!