WebSite X5Help Center

 
Werner Warweg
Werner Warweg
User

HTML-Code und PHP-Code  de

Autore: Werner Warweg
Visite 2645, Followers 2, Condiviso 0  
Parole Chiave: code,einbinden,html

Einbetten von HTML-Code in den mittleren Bereich des Templates

Ich bin Neuling hier und versuche meine Website von PHP Marke Eigenbau nach websitex5 zu prirtieren.

Unter jeder Seite in der alten Version (siehe http://www.warweg.com/index.php?site=Start) steht eine Zeile, die mit Seiteninformationen gefüllt wird, um eine E-Mail zu generieren. Der Betreff der E-Mail ändert sich nach jeder Seite (Beispiel: http://www.warweg.com/index.php?site=Humor).

Im Kopf-Bereich des Templates und auch im Fuß klappt die Einbindung von HTML-Code prima (siehe http://www.warweg.com/xyz/).

Trotz HTML-Aktivierung bekomme ich es im mittleren Teil nicht hin.

Postato il
3 RISPOSTE - 1 UTILE - 1 CORRETTO
Nicola M.
Nicola M.
User

Hallo,

"Trotz HTML-Aktivierung bekomme ich es im mittleren Teil nicht hin." - HTML-Aktivierung im Mittleren Teil der Seite, haben Sie es in Schritt 3 mit dem Objekt "HTML & Widgets". 

Hier habe ich nich genau verstanden was Sie machen moechten: "Unter jeder Seite in der alten Version (siehe http://www.warweg.com/index.php?site=Start) steht eine Zeile, die mit Seiteninformationen gefüllt wird, um eine E-Mail zu generieren. Der Betreff der E-Mail ändert sich nach jeder Seite (Beispiel:http://www.warweg.com/index.php?site=Humor)."

VG!

Leggi di più
Postato il da Nicola M.
Werner Warweg
Werner Warweg
User
Autore

I think it will be better, to try this in English:

Please let me explain the problem:

I have built a homepage you can see with link: http://www.warweg.com/index.php?site=Start

When I had birthday my daughter makes websitex5 as a present to me and I want to built a new homepage with this tool.

My first steps you can see at link: http://www.warweg.com/xyz/

At the old homepage there is a script (Empfehlung-Icon Seite empfehlen ::.. Impressum..:: Drucker-Icon Seite drucken  Empfehlung-Icon Kommentar ) some with a link to a "mailto:"-function. The function is filled with the name of the page of the website so the sender doesn't have to fill the content in. When preparing the headline with html-code the link, graphics and content runs proper and I only can not get the page name. Is there a variable giving me back the page name?

In the middle of the page the same information does not run!! There the information is misinterpreted. Neither html nor PHP runs in an suitable way.

By the way: The Amazon preformatted ilinks doesn't fit too.

Leggi di più
Postato il da Werner Warweg
Nicola M.
Nicola M.
User

If you use the "mailto" function of WebSite X5, the software do not put automatically the content and object of the mail. You have 3 solutions:

- you can either insert this code in the HTML object modifying the mail, object and content:

<a href="mailto:***:?subject=Empfehlung zur Webseite: Start auf der Webseite von Werner Warweg &amp;body=Hallo, vielleicht ist die Seite http://www.warweg.com/index.php?site=Start für Dich interessant. Lieber Gruß von mir!" class="imCssLink">ytutggg </a>

- or you can modify the HTML code of the page after exporting the website

- or you can create a Javascript code that redirects to a file that contains the code to send the email.

VG!

Leggi di più
Postato il da Nicola M.