Click here to Skip to main content
16,015,900 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
When i used margin-right , it reflects on the design page but when i run it in Google Chrome, It does not reflect on the page

What I have tried:

ASP.NET
<asp:TextBox ID="txtHTMLContent" runat="server" TextMode="MultiLine" style="margin-left:700px;"></asp:TextBox>
Posted
Comments
Suvendu Shekhar Giri 26-Jul-16 4:10am    
Share the source of that complete section so that we can suggest a better solution. The approach seems to be completely wrong here.
Member 12652110 26-Jul-16 4:40am    
<script type="text/javascript" src="//tinymce.cachefly.net/4.0/tinymce.min.js"></script>
<script type="text/javascript">
tinymce.init({
selector: 'textarea',
height: 300,
width: 100,
max_height: 500,
max_width: 500,
right:100,
menubar: false,
statusbar: false,
toolbar: false,
readonly : true,


content_css: [
'//fast.fonts.net/cssapi/e6dc9b99-64fe-4292-ad98-6974f93cd2a2.css',
'//www.tinymce.com/css/codepen.min.css'
]
});
</script>
Member 12652110 26-Jul-16 4:41am    
textbox takes in value of tinymce format

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900