post a new article
-
Hi, I am using the "Code Project Submission Template" to post a new article, the second step is to "Add links to your images and downloads". Could someone please kindly tell me, assuming I have a zip file for the source code, how should I add a link to that? Thanx a million.
-
Hi, I am using the "Code Project Submission Template" to post a new article, the second step is to "Add links to your images and downloads". Could someone please kindly tell me, assuming I have a zip file for the source code, how should I add a link to that? Thanx a million.
During the article submission wizard you will get a chance to upload the relevant files. Alternatively you can email the files along with your article to submit@codeproject.com Remember that the link to the files will be like follows:
<img src="MyArticleName/MyScreenShot.jpg" width="300" height="400">
MyArticleName is something you give during the article submission wizard and your files will go in that subdirectory. If it doesn't make sense here, don't worry, the submission wizard will tell you how to form the links to the graphics and you get a chance to edit them during the wizard. Does this help?
"You can have everything in life you want if you will just help enough other people get what they want." --Zig Ziglar The Second EuroCPian Event will be in Brussels on the 4th of September Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way! My Blog
-
During the article submission wizard you will get a chance to upload the relevant files. Alternatively you can email the files along with your article to submit@codeproject.com Remember that the link to the files will be like follows:
<img src="MyArticleName/MyScreenShot.jpg" width="300" height="400">
MyArticleName is something you give during the article submission wizard and your files will go in that subdirectory. If it doesn't make sense here, don't worry, the submission wizard will tell you how to form the links to the graphics and you get a chance to edit them during the wizard. Does this help?
"You can have everything in life you want if you will just help enough other people get what they want." --Zig Ziglar The Second EuroCPian Event will be in Brussels on the 4th of September Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way! My Blog
Thanks a lot, but instead of using the widzard, I am using the template, then I will email the whole package to submit@codeproject.com. in the template, there is a section looks like follows:
For instance, the following line,* Download source - XXX Kb
supposed to add a link to my source file. How do I change the above line? any new path should be added in this line? Thanks! -
Thanks a lot, but instead of using the widzard, I am using the template, then I will email the whole package to submit@codeproject.com. in the template, there is a section looks like follows:
For instance, the following line,* Download source - XXX Kb
supposed to add a link to my source file. How do I change the above line? any new path should be added in this line? Thanks!liyang yu wrote: How do I change the above line? any new path should be added in this line? You don't change that line. When you started the wizard, it asked you if you wanted a source code download and a full project download. You can fill in the file size, and it tells you the filenames it's expecting you to upload. You then upload the files after editing the article. Marc Microsoft MVP, Visual C# MyXaml MyXaml Blog RealDevs.Net