I am trying to create a web page that gets it's content from another file (A database, excel spreadsheet, text file etc.)
I have currently (for my purposes so this can be changed) created an Excel spreadsheet with the following headings:
Date - The date article is published.
Headline - The news story's headline.
ShortStory - A brief outline of what story is about.
ShowAsUpdate - If cell equals 'Y' or 'y' then this
is shown as an update story. Only first
five will be shown. If cell equals
anything else story will only appear on
News page.
Hyperlink - Hyperlink to the full news story page.
HyperlinkText - The HYPERLINK substituted for '<link>' in
ShortStory.
ImagePath - Path to an image to be shown for updates
part of home page.
When the web page is loaded I want it to look at this file and do any substitutions (i.e the hyperlink for <link>) and display the content as appropriate in the web page. I want it formatted in a certain way. It only has to do this for five of the stories that have been selected in ShowAsUpdate Column but selects only newest 5 if more selected.
The rest are to be loaded in a seperate news page but have just the Date, Headline and a link (more>>) printed on one line. Should look like this:
29/06/2001 - Headline: more>>
I'd like to be able to format this line too.
I am a newcomer to we programming but have used VisualBasic and other programs so I kno bits but this was too dificult for me!!
Many Thanks
Neil
I have currently (for my purposes so this can be changed) created an Excel spreadsheet with the following headings:
Date - The date article is published.
Headline - The news story's headline.
ShortStory - A brief outline of what story is about.
ShowAsUpdate - If cell equals 'Y' or 'y' then this
is shown as an update story. Only first
five will be shown. If cell equals
anything else story will only appear on
News page.
Hyperlink - Hyperlink to the full news story page.
HyperlinkText - The HYPERLINK substituted for '<link>' in
ShortStory.
ImagePath - Path to an image to be shown for updates
part of home page.
When the web page is loaded I want it to look at this file and do any substitutions (i.e the hyperlink for <link>) and display the content as appropriate in the web page. I want it formatted in a certain way. It only has to do this for five of the stories that have been selected in ShowAsUpdate Column but selects only newest 5 if more selected.
The rest are to be loaded in a seperate news page but have just the Date, Headline and a link (more>>) printed on one line. Should look like this:
29/06/2001 - Headline: more>>
I'd like to be able to format this line too.
I am a newcomer to we programming but have used VisualBasic and other programs so I kno bits but this was too dificult for me!!
Many Thanks

Neil