Click here to Skip to main content
15,895,011 members
Home / Discussions / Article Writing
   

Article Writing

 
QuestionUpdating code for an old article Pin
David Maw19-Jun-10 14:19
David Maw19-Jun-10 14:19 
AnswerRe: Updating code for an old article Pin
Luc Pattyn19-Jun-10 16:19
sitebuilderLuc Pattyn19-Jun-10 16:19 
GeneralRe: Updating code for an old article Pin
David Maw20-Jun-10 7:41
David Maw20-Jun-10 7:41 
GeneralRe: Updating code for an old article Pin
Luc Pattyn20-Jun-10 7:48
sitebuilderLuc Pattyn20-Jun-10 7:48 
GeneralRe: Updating code for an old article Pin
David Maw20-Jun-10 12:28
David Maw20-Jun-10 12:28 
GeneralRe: Updating code for an old article Pin
Luc Pattyn20-Jun-10 13:09
sitebuilderLuc Pattyn20-Jun-10 13:09 
QuestionHow do I get my images to show on my article? Pin
Mr Yossu9-Jun-10 2:30
Mr Yossu9-Jun-10 2:30 
AnswerRe: How do I get my images to show on my article? Pin
Luc Pattyn9-Jun-10 4:36
sitebuilderLuc Pattyn9-Jun-10 4:36 
Your article seems to contain HTML image tags such as
<img alt="The test project" src="SavingTheStateOfAForm/FormSerialisor3.gif" />

These are incorrect, as they need a relative path; and incomplete, as CP wants them to hold a width, a height and an alternate text as well.

Here is one from one of my articles:
<img src="CPVanity/CPVanityDesignerDetail.gif" width="308" height="220" alt="CPVanity Designer Detail" />


I assume you have been using the Article Submission Wizard. It offers some 4 pages, on one of them you are offered an opportunity to upload files; this is typically used to upload one or two ZIP files (mainly holding the source code and/or a demo EXE), as well as for uploading individual images. When done, it even offers HTML strings that refer to them, which you could copy verbatim into your article's body text.

There is no way the wizard will extract anything from the zip you present.

FWIW: Putting everything in a single zip (the article itself, its images, and its downloads) is the recommended way when you submit your article through e-mail.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read formatted code with indentation, so please use PRE tags for code snippets.

I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).

GeneralRe: How do I get my images to show on my article? Pin
Mr Yossu9-Jun-10 6:36
Mr Yossu9-Jun-10 6:36 
AdminNew article format Pin
Chris Maunder7-Jun-10 13:27
cofounderChris Maunder7-Jun-10 13:27 
GeneralRe: New article format Pin
Richard MacCutchan8-Jun-10 23:21
mveRichard MacCutchan8-Jun-10 23:21 
GeneralRe: New article format Pin
Luc Pattyn9-Jun-10 2:48
sitebuilderLuc Pattyn9-Jun-10 2:48 
Generalwrong forum Pin
Luc Pattyn9-Jun-10 4:38
sitebuilderLuc Pattyn9-Jun-10 4:38 
GeneralRe: wrong forum Pin
Chris Maunder10-Jun-10 17:43
cofounderChris Maunder10-Jun-10 17:43 
GeneralRe: New article format Pin
Tarakeshwar Reddy14-Jun-10 15:33
professionalTarakeshwar Reddy14-Jun-10 15:33 
Questionarticle with code that requires DevX commercial controls can be submitted ? Pin
BillWoodruff3-Jun-10 21:40
professionalBillWoodruff3-Jun-10 21:40 
AnswerRe: article with code that requires DevX commercial controls can be submitted ? Pin
Pete O'Hanlon3-Jun-10 22:14
mvePete O'Hanlon3-Jun-10 22:14 
GeneralRe: article with code that requires DevX commercial controls can be submitted ? Pin
BillWoodruff5-Jun-10 17:28
professionalBillWoodruff5-Jun-10 17:28 
AnswerRe: article with code that requires DevX commercial controls can be submitted ? Pin
Pete O'Hanlon3-Jun-10 22:36
mvePete O'Hanlon3-Jun-10 22:36 
GeneralRe: article with code that requires DevX commercial controls can be submitted ? Pin
Sean Ewington4-Jun-10 2:32
staffSean Ewington4-Jun-10 2:32 
QuestionAny interest in editing articles for The Code Project? Pin
Chris Maunder14-May-10 13:55
cofounderChris Maunder14-May-10 13:55 
AnswerRe: Any interest in editing articles for The Code Project? Pin
Dr.Walt Fair, PE14-May-10 14:05
professionalDr.Walt Fair, PE14-May-10 14:05 
GeneralRe: Any interest in editing articles for The Code Project? Pin
Chris Maunder14-May-10 14:06
cofounderChris Maunder14-May-10 14:06 
AnswerRe: Any interest in editing articles for The Code Project? Pin
Tarakeshwar Reddy14-May-10 18:21
professionalTarakeshwar Reddy14-May-10 18:21 
AnswerRe: Any interest in editing articles for The Code Project? Pin
Pete O'Hanlon14-May-10 21:32
mvePete O'Hanlon14-May-10 21:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.