\n' +
((textalign) ? '
Formatting text in HTML is easy, but this HTML text generator makes it even easier! To use this HTML text generator, do the following:
' : '') +
'' +
textbody +
'\n' +
((textalign) ? '
' : '') +
'';
document.inputForm.source.value = output;
return output;
}
function preview() {
var htmlCode;
htmlCode = generateCode();
targetURL = "/preview/preview.cfm?htmlCode=" + htmlCode;
window.open(targetURL, "newWindow", "width=500,height=400,top=100,left=100,toolbar=no,menubar=no,location=no,scrollbars=yes");
}
-->
Formatting text in HTML is easy, but this HTML text generator makes it even easier! To use this HTML text generator, do the following:
- Select the values you need
- Click "Generate Code" (or "Generate Code and Preview")
- Copy & paste the code to the HTML of your web page.







0 comments:
Post a Comment