You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
2.1 KiB

<%@ Page Language="VB" Trace="false"%>
<%@ Register TagPrefix="ed" Namespace="OboutInc.Editor" Assembly="obout_Editor" %>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>obout ASP.NET HTML Editor example</title>
<link rel="stylesheet" href="example_styles/style.css" />
<script runat="server">
Public Sub Page_Load(sender As Object, e As EventArgs)
If Not Page.IsPostBack Then
editor.Content="This is a new <span style=""font-weight: bold; font-size: 12pt; color: #003399; font-style: italic; font-family: tahoma,arial,helvetica,sans-serif"">Document</span> at this time<table cellspacing=""0"" cellpadding=""0"" style=""border-top: #000000 1px solid; border-left: #000000 1px solid; width: 320px; height: 0px""><tbody><tr><td style=""border-right: #000000 1px solid; border-bottom: #000000 1px solid""><br/></td><td style=""border-right: #000000 1px solid; border-bottom: #000000 1px solid""><br/></td><td style=""border-right: #000000 1px solid; border-bottom: #000000 1px solid""><br/></td><td style=""border-right: #000000 1px solid; border-bottom: #000000 1px solid""><br/></td></tr><tr><td style=""border-right: #000000 1px solid; border-bottom: #000000 1px solid"">&nbsp;<img align=""textTop"" title="""" height=""113"" alt="""" hspace=""0"" src=""http://www.obout.com/editor_new/images/Nature/red_flowers.jpg"" width=""170"" border=""0"" /></td><td style=""border-right: #000000 1px solid; width: 100px; border-bottom: #000000 1px solid""><br/></td><td style=""border-right: #000000 1px solid; width: 50px; border-bottom: #000000 1px solid"">ffff</td><td style=""border-right: #000000 1px solid; width: 200px; border-bottom: #000000 1px solid""><br/></td></tr><tr><td style=""border-right: #000000 1px solid; border-bottom: #000000 1px solid""><br/></td><td style=""border-right: #000000 1px solid; width: 50px; border-bottom: #000000 1px solid""><br/></td><td style=""border-right: #000000 1px solid; border-bottom: #000000 1px solid""><br/></td><td style=""border-right: #000000 1px solid; border-bottom: #000000 1px solid""><br/></td></tr></tbody></table><br />Table sample"
End If
End Sub
</script>
<style type="text/css">
a.back {