Click here to Skip to main content
15,885,106 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: (untagged)
Because of the awesomeness of the article submission form, I've found it necessary to add image files to my articles. These images represent screen shots and class layouts, etc... My images meet the guidelines and I am able to add them to my submission. However, there is never a check box that I can click that lets those images be embedded for viewing or downloading in the actual article. How do I accomplish this? Also, why can't I submit and article as an RTF document. RTF is pretty common and it lets me embed images and do enough basic formatting to satisfy this prickly crowd of people who give an article a rating of 1 if they don't approve of the formatting of the article....
Posted

1 solution

RTF does not satisfy most of the requirements to the CodeProject articles actually implemented in CodeProject CSS styles, scripts, etc., and actually used in most articles. HTML is the standard for Web, not RTF. And I simply don't know a single RTF feature not available in HTML. Formatting? RTF ad-hoc formatting style can not satisfy event the basic requirements, because styles are really needed for a good article.

Please read CodeProject formatting guidelines:
http://www.codeproject.com/info/Submit.aspx[^].

Pay attention that the editors are supposed to remove extraneous formatting.

As to your question on the images embedded in the article, you can do it simply by using <img alt="your text" src="relative image URL" /> in raw HTML mode. I would suggest you load any available article, click "View" / "Page Source" to see how it is done.

The HTML editor provided with the submission wizard provides the image tool, please see the menu items under the text area.

If you still have particular questions on submission of your article, ask them via e-mail Submit@codeproject.com. If you have general suggestions or a bug report, submit it here: http://www.codeproject.com/Forums/1645/Site-Bugs-Suggestions.aspx[^].

Thank you,
—SA
 
Share this answer
 
v2

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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