EdeV Codes übernehmen Funktionen von HTML. Sie können dies Codes verwenden um Ihre Nachrichten zu formatieren. Diese EdeV Codes sind verfügbar:
| EdeV Code | HTML Äquivalent | Beschreibung |
| [b]Ihr Text[/b] | <b>Ihr Text</b> | Put text in bold. |
| [i]Ihr Text[/i] | <em>Ihr Text</em> | Put text in italics. |
| [u]Ihr Text[/u] | <u>Ihr Text</u> | Underline text |
| [quote=Parameter]Ihr Text[/quote] | <div class="quote"><span class="quoteby">Parameter wrote:</span><br>Ihr Text</div> | Quote text written by someone. |
| [quote]Ihr Text[/quote] | <div class="quote">Ihr Text</div> | Quote without attribution. |
| [url=Parameter]Ihr Text[/url] | <a target="_blank" rel="nofollow" href="http://www.denkmalschutz-360.de/Parameter">Ihr Text</a> | Link text to a URL. |
| [url]Ihr Text[/url] | <a target="_blank" rel="nofollow" href="http://www.denkmalschutz-360.de/Ihr Text">Ihr Text</a> | Link a URL. |
| [img]Ihr Text[/img] | <img src="http://www.denkmalschutz-360.de/Ihr Text" border="0"> | Display an image from a URL. |
| [code]Ihr Text[/code] | <div class="code">Ihr Text</div> | Type code such as HTML, PHP, C++, etc. |
| [color=Parameter]Ihr Text[/color] | <span style="color: Parameter">Ihr Text</span> | Places text in specified color. |
| [size=Parameter]Ihr Text[/size] | <font size="Parameter">Ihr Text</font> | Set the size of text. |
| [list]Ihr Text[/list] | <ul>Ihr Text</ul> | List of bullet points. |
| [*]Ihr Text | <li>Ihr Text | Bullet point inside a list. |
| [numbered]Ihr Text[/numbered] | <ol>Ihr Text</ol> | Numbered list. |
| [font=Parameter]Ihr Text[/font] | <span style="font-family: Parameter">Ihr Text</span> | Put text in the specified font. |
| [hr]Ihr Text | <hr style="width: 100%; height: 2px;">Ihr Text | Horizontal rule. |
| [center]Ihr Text[/center] | <div style="text-align: center;">Ihr Text</div> | Center text. |
| [right]Ihr Text[/right] | <div style="text-align: right;">Ihr Text</div> | Align text to right. |
| [indent=Parameter]Ihr Text[/indent] | <div style="margin-left: Parameterpx;">Ihr Text</div> | Indent by specified number of pixels. |
| [highlight=Parameter]Ihr Text[/highlight] | <span style="background-color: Parameter">Ihr Text</span> | Set background color for text. |
| [email]Ihr Text[/email] | <a href="mailto:Ihr Text">Ihr Text</a> | Clickable email address. |
| [strike]Ihr Text[/strike] | <strike>Ihr Text</strike> | Cross out text. |
| [youtube]Ihr Text[/youtube] | <object width="425" height="350"><param name="movie" value="Ihr Text"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/Ihr Text" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object> | Embeds a YouTube video. |
| [sub]Ihr Text[/sub] | <sub>Ihr Text</sub> | Subscript. |
| [sup]Ihr Text[/sup] | <sup>Ihr Text</sup> | Superscript. |
| [fullfont Parameter]Ihr Text[/fullfont] | <font Parameter>Ihr Text</font> | Set a font face, size or family. |