Welcome to the IMTalk - Internet Marketing & SEO Forum.
  • Login:
+ Reply to Thread
Results 1 to 6 of 6
  1. #1
    Capt. Alan is offline IM & SEO Quiet One Capt. Alan is on a distinguished road
    Join Date
    Nov 2010
    Posts
    5
    Thanks Given
    0
    Thanked 1 Time in 1 Post

    Need help with archive code, need to archive one of my website pages.

    I built my website in Dreamweaver CS5 and I have a fishing reports page that I would like to be able to archive. I'm a fishing guide and I post fishing reports monthly or bi-weekly. I would like to archive all my reports. I know I could create some other pages, but I would like to have all my reports archived on one page. I like my format and really don't want to change it to a blog or phpBB. I probably just need the correct code to use and from there I can handle it. Thanks for any advice, suggestions or comments. Capt. Alan.

  2. #2
    wink0r's Avatar
    wink0r is offline Moderator wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold
    Join Date
    Oct 2010
    Location
    East Coast, USA
    Posts
    2,183
    Thanks Given
    941
    Thanked 651 Times in 491 Posts
    I would really need to see the page to advise, but perhaps you are thinking of something similar to what we did on a friend's page: William Van Dyke (the text area below the Steve's Custom banner). If that is the case you could apply a fixed height and an overflow: auto; rule to the div containing your text area something like:
    Code:
     <div style="height: 600px; overflow: auto;">
    or if using a style sheet:
    #textarea {
    height: 600px;
    overflow: auto;
    }
    If using the style sheet you would apply the ID to the div containing the text area.

  3. #3
    Capt. Alan is offline IM & SEO Quiet One Capt. Alan is on a distinguished road
    Join Date
    Nov 2010
    Posts
    5
    Thanks Given
    0
    Thanked 1 Time in 1 Post
    Thanks for your suggestion, but if you get a chance go to galvestonbayfishingblog.blogspot.com. This is my fishing blog I just started and the blog archive on the right is what I want on my reports page. Atleast something like that. Thanks again!!!

  4. #4
    wink0r's Avatar
    wink0r is offline Moderator wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold
    Join Date
    Oct 2010
    Location
    East Coast, USA
    Posts
    2,183
    Thanks Given
    941
    Thanked 651 Times in 491 Posts
    I have not worked with blogger, but you may be able to do what you want with an iframe, pulling content from the archive. I would also consider writing a paragraph of explanation with a text link to the archive page. This would give you a page and direct your visitors to the information without the additional possibility of producing duplicate content.

  5. #5
    SocialArc is offline IM & SEO Small Talker SocialArc will become famous soon enough
    Join Date
    Feb 2011
    Location
    http://www.techdeer.com
    Posts
    592
    Thanks Given
    5
    Thanked 64 Times in 45 Posts
    You need to archive one of your website pages ? Archive means sanbox ?

  6. #6
    wink0r's Avatar
    wink0r is offline Moderator wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold
    Join Date
    Oct 2010
    Location
    East Coast, USA
    Posts
    2,183
    Thanks Given
    941
    Thanked 651 Times in 491 Posts
    You need to archive one of your website pages ? Archive means sanbox ?
    Archives are the stored documents from the past. With blogging software the archives are the older posts usually organized by year and month. This has nothing to do with a sandbox.


 

Similar Threads

  1. How Squdioo pages is useful to SEO?
    By insightful in forum Link Building - Social Bookmarking & Web 2.0
    Replies: 31
    Last Post: 06-07-2011, 11:19 PM
  2. Advantages of Hub Pages and Squidoo for SEO
    By tritrain in forum On-Page SEO & Content Creation
    Replies: 10
    Last Post: 02-12-2011, 06:09 PM
  3. A nice working PopUnder Code for you!
    By seobunny in forum Programming, Scripting, Database, Testing, Debugging...
    Replies: 2
    Last Post: 01-18-2011, 07:49 AM
  4. I need a Pop Up Silder HTML Code
    By seobunny in forum Website Planning, Design & Development
    Replies: 1
    Last Post: 12-15-2010, 02:21 AM
  5. Different result pages for every country!
    By Nemanja in forum Google
    Replies: 10
    Last Post: 07-16-2010, 08:09 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts