How to submit an article!?
-
LOL. Someone who understands the pain :) cheers, Chris Maunder
Chris Maunder wrote: Someone who understands the pain Sometimes colleagues send us resumes in Word generated HTML. So that we can put in on our site. But it's very hard to make the HTML look like we want it to. For every single tag, Word puts individual style tags and a lot of complicated mshtml stuff too. We usually copy paste into notepad and then reformat it manually, which is easier than editing Word-html Nish
Check out last week's Code Project posting stats presentation from :- http://www.busterboy.org/codeproject/ Feel free to make your comments.
-
Chris Maunder wrote: Someone who understands the pain Sometimes colleagues send us resumes in Word generated HTML. So that we can put in on our site. But it's very hard to make the HTML look like we want it to. For every single tag, Word puts individual style tags and a lot of complicated mshtml stuff too. We usually copy paste into notepad and then reformat it manually, which is easier than editing Word-html Nish
Check out last week's Code Project posting stats presentation from :- http://www.busterboy.org/codeproject/ Feel free to make your comments.
I use the Office HTML Filter - does a great job. cheers, Chris Maunder
-
I use the Office HTML Filter - does a great job. cheers, Chris Maunder
Chris Maunder wrote: I use the Office HTML Filter - does a great job. Thanks, I hope it works with Word XP Nish
Check out last week's Code Project posting stats presentation from :- http://www.busterboy.org/codeproject/ Feel free to make your comments.
-
Chris Maunder wrote: I use the Office HTML Filter - does a great job. Thanks, I hope it works with Word XP Nish
Check out last week's Code Project posting stats presentation from :- http://www.busterboy.org/codeproject/ Feel free to make your comments.
Nish [BusterBoy] wrote: I hope it works with Word XP :( Nope. It doesn't Nish
Check out last week's Code Project posting stats presentation from :- http://www.busterboy.org/codeproject/ Feel free to make your comments.
-
VS.NET has a decent HTML editor So does Mozilla (and this is a free download) Neither require you to know HTML (though it doesn't hurt). --------_**
all the modern things have always existed they've just been waiting to come out and multiply and take over
**_
Björk, The Modern Things
Thank you everyone! I have made my decision.... ------------------------------------ ****Rickard Andersson, Suza Computing ICQ#: 50302279 I'm from the winter country SWEDEN! ------------------------------------
-
Nish [BusterBoy] wrote: I hope it works with Word XP :( Nope. It doesn't Nish
Check out last week's Code Project posting stats presentation from :- http://www.busterboy.org/codeproject/ Feel free to make your comments.
Nish [BusterBoy] wrote: Nish [BusterBoy] wrote: I hope it works with Word XP Nope. It doesn't ROFLMAO... it's just funny...
:~ (-_-) :~
-
I want to write an article but don't know a shit about HTML ! ! How to submit one then!? (by the way, this is message nr. 300 for me ! ! :) ------------------------------------ Rickard Andersson, Suza Computing ICQ#: 50302279 I'm from the winter country SWEDEN! ------------------------------------
If you are still wondering HTML Goodies [New Window] is an excellent source for learning HTML. Nick Parker
-
You could either
- Learn HTML - dead easy mate
- Or type your article in Word and save as HTML
If your on this site, you probably code in C++ - so you will have no bother at all learning a bit of HTML... Dylan Kenneally London,UK
Dylan Kenneally wrote: Or type your article in Word and save as HTML
class Editor{
public bool EditArticle(FileStream fArticle){
If (IsThisAWordHTMLArticle == True){
Editor.GoMad();
Editor.DeleteArticle();
Editor.KillAuthor();
Editor.KillAuthorsFamily();
Editor.CryAndDrinkTooMuch();
}
}
}:-D Please do not use Word, please, I ask you with all my heart, do not use Word! regards, Paul Watson Bluegrass Cape Town, South Africa The greatest thing you'll ever learn is just to love, and to be loved in return - Moulin Rouge Tim Smith wrote: Over here in the third world of humor (a.k.a. BBC America), peterchen wrote: We should petition microsoft to a "target=_Paul" attribute.
-
You could either
- Learn HTML - dead easy mate
- Or type your article in Word and save as HTML
If your on this site, you probably code in C++ - so you will have no bother at all learning a bit of HTML... Dylan Kenneally London,UK
Dylan Kenneally wrote: Or type your article in Word and save as HTML OK.. if you like annoying the Editors you coudl do that ;-) ;-P
"When a friend hurts us, we should write it down in the sand, where the winds of forgiveness get in charge of erasing it away, and when something great happens, we should engrave it in the stone of the memory of the heart, where no wind can erase it" Nish on life [methinks]
-
I want to write an article but don't know a shit about HTML ! ! How to submit one then!? (by the way, this is message nr. 300 for me ! ! :) ------------------------------------ Rickard Andersson, Suza Computing ICQ#: 50302279 I'm from the winter country SWEDEN! ------------------------------------
I absolute *LOVE* FrontPage Express. It's dead simple and free. I use a lot to make gobs of html files for little one-off tasks. It came with a MS package a while ago, and I copy it around when I need it. Anyone got a link to DL it all legit and all? I sure hope it's still given away.