<script language=”javascript” type=”text/javascript” src=”Scripts/editors/tiny_mce/tiny_mce.js”></script> <script language=”javascript” type=”text/javascript”> // Notice: The simple theme does not use all options some of them are limited to the advanced theme //tinyMCE.init({ // mode : “textareas”, //theme : “advanced”, //valid_elements : “a[href|target=_blank],b/strong,div[align],br,ol,li,ul,p,blockquote”, //entity_encoding : “utf-8” //}); tinyMCE.init({ mode : “textareas”, theme : “advanced”, entity_encoding : “utf-8”, content_css : “http://www.domain.gr/css/style.css”, entities …
Category Archives: HTML – XHTML
25 Rounded Corners Techniques with CSS
http://www.cssjuice.com/25-rounded-corners-techniques-with-css/ Rounded corners is one of the most popular and frequently requested CSS techniques even the father of internet Google also launch the rounded corners style markup with her Google Adsenseand let users to custom their ads recently. Actually, there are a lot of methods and techniques to create rounded corners with Cascading Stylesheets. Some are quite …
FCK editor Greek Character
Open The fckconfig.js code: FCKConfig.AutoDetectLanguage = true ; FCKConfig.DefaultLanguage = ‘el’ ; FCKConfig.ContentLangDirection = ‘ltr’ ; FCKConfig.EnableXHTML = true ; FCKConfig.EnableSourceXHTML = true ; FCKConfig.ProcessHTMLEntities = true ; FCKConfig.IncludeLatinEntities = true ; FCKConfig.IncludeGreekEntities = false ; FCKConfig.FillEmptyBlocks = true ; FCKConfig.FormatSource = true ; FCKConfig.FormatOutput = true ; FCKConfig.FormatIndentator = ‘ ‘ ; code: …
Domain Masking
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01//EN” “http://www.w3.org/TR/html4/strict.dtd”> <html> <head> <title>www.prosoxi.gr</title> </head> <frameset rows=”100%,*” border=”0″> <frame src=”http://www.cdl.gr” frameborder=”0″ /> <frame frameborder=”0″ noresize /> </frameset> <!– pageok –> <!– 02 –> <!– 7.9–> </html>
How to convert HTML tables to CSS
How to convert HTML tables to CSS After explaining in our previous article why it is generally a good idea to get rid of HTML tables it is time to give some practical advise on how to actually convert the tables to tableless HTML and CSS code. In this article we describe a couple of conversion …
Enable 3d Wall Cooliris on your site
Enable your site with Media RSS Media RSS is an open standard for syndicating multimedia content. It extends RSS 2.0 to provide additional information, such as richer thumbnail and image metadata. Media RSS allows Cooliris (formerly known as PicLens) to understand the location of the media files that are displayed in the wall, as well …