|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Retired
Join Date: Apr 2000
Location: Modesto,Calif
Posts: 4,048
|
When I signed for DSL, my start page is through MSN. I would like to try some other page. Yahoo is like MSN so don't want that. Does anybody have some ideas where to look for a start page?
Carl |
|
|
|
|
|
#2 |
|
Member (11 bit)
Join Date: Mar 1999
Location: Sault Ste. Marie, Ontario Canada
Posts: 1,122
|
Why not make PC Mech your start page?
__________________
Mike Life would be great if I didn't have to work to fish! |
|
|
|
|
|
#3 |
|
Retired
Join Date: Apr 2000
Location: Modesto,Calif
Posts: 4,048
|
I've been thinking about it.
Carl |
|
|
|
|
|
#4 |
|
Member (13 bit)
Join Date: Jul 2000
Location: Fullerton, CA
Posts: 7,030
|
Hi Carlgif,
The best is to make your own start page. Using simple HTML you can organize your favorite links into specific categories and have a link list of your daily visits. Plus the page looks exactly how you want it to look. You can even include a search box from your favorite search engine (you can find out how at the search engine site, my favorite is Google). Just create the HTML page (put it in C:\Windows or somewhere similar) and set it to your homepage in IE. Hope that helps.
__________________
"A witty saying proves nothing." - Voltaire |
|
|
|
|
|
#5 |
|
Retired
Join Date: Apr 2000
Location: Modesto,Calif
Posts: 4,048
|
DrZaius, I have never attempted to work with HTML so would have to start from scratch. The idea sounds good though and may look into it. Thanks.
Carl |
|
|
|
|
|
#6 |
|
Forum Administrator
Staff
Premium Member
Join Date: May 2000
Location: Joplin MO
Posts: 37,773
|
I just load a blank page on startup. I have Google set as my home page.
|
|
|
|
|
|
#7 |
|
Member (13 bit)
Join Date: Jul 2000
Location: Fullerton, CA
Posts: 7,030
|
Carlgif,
You don't need to know HTML, you can use a WYSIWYG editor like FrontPage Express or Composer. Or, better yet, there is a program I remember using a while back made by PC Magazine called Page1, and it lets you create your own startpage, all you have to do is enter an the URLs of your favorite sites and you can customize layout and colors and graphics. No HTML needed. http://www.zdnet.com/downloads/stori...,,000V7T,.html Hope that helps. |
|
|
|
|
|
#8 |
|
Staff
Premium Member
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
|
I have made Google.com my start page. It almost always loads fast. I also click the home page button before I go to another site so that they can't spy on where I have been.
Carlgif, if you need a page made in HTML. I will do it for you as LawyerRon would say, pro bono. |
|
|
|
|
|
#9 |
|
Retired
Join Date: Apr 2000
Location: Modesto,Calif
Posts: 4,048
|
Cool!! I took mairving's offer to heart.
Thanks everybody for the suggestions. Carl |
|
|
|
|
|
#10 |
|
SQL nutcase
|
I use about:blank as start page.
|
|
|
|
|
|
#11 | |
|
Member (11 bit)
Join Date: Jun 1999
Location: Memphis, Tn
Posts: 1,828
|
Quote:
__________________
Carl Have you noticed? Despite the high cost of living it is still the most popular option available. Integrity is it's own reward! The rarest animal in the world is a liberal using his own money. It is easy to be a liberal when the result of your politics still leaves you very well-off. Try letting all that spending hurt and you'll see how many folks are for it! |
|
|
|
|
|
|
#12 |
|
Staff
Premium Member
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
|
Hey, Carl it may not be paranoia as much as it is knowledge. As anyone who has run a website would tell you, there is lot that you can learn about a person from a visit to your website. Stuff like where they have come from, what browser they use, and what OS. I guess that I like to disguise some of that info a little bit. Okay, okay I am paranoid.
|
|
|
|
|
|
#13 |
|
The Preacher Man
Premium Member
Join Date: Apr 2000
Location: Dallas
Posts: 4,828
|
Carl, go for the HTML - you need the lesson & frustration
__________________
"Don't be so open-minded that your brains fall out." |
|
|
|
|
|
#14 |
|
Member (10 bit)
Join Date: Nov 2000
Location: Plantation FL
Posts: 1,002
|
Hey Mairving,
How about writing a brief 'How to make a custom Start Page'? Could we use a template from MSPublisher or Front Page? I was not successful importing animated GIFs and other similar stuff, last time I tried. They were dead on arrival. |
|
|
|
|
|
#15 |
|
Premium Member
Join Date: Jun 1999
Posts: 9,231
|
An easier way is to write a page of sites you go to along with a description at the side in Micro$oft Word or sthing similar and save as a webpage. Use that URL for ur start page
|
|
|
|
|
|
#16 |
|
Staff
Premium Member
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
|
Parangles,
It is probably not that simple. Each one would be different. The one for Carlgif was pretty easy because he doesn't have that many favorites. Basically I would do something like this:
Here is an example of what I am talking about for a 3-column table: <table width="750" align="center"> <tr> <td width="250"><a href="http://your1stfav.com">Name of fav 1</a></td> <td width="250"><a href="http://your2ndfav.com">Name of fav 2</a></td> <td width="250"><a href="http://your3rdfav.com">Name of fav 3</a></td> </tr> </table> Pretty simple or you could actually export your favorites and use that file as your start page. It will have everything in a one column format though. Now to reference any pictures, as long as they are in the same folder as your start page, they are referenced like so <img src="yourpicture.gif">> If they are in a different folder, you will have to put in that path to the picture. For instance, if your start page was in c:/start & your pictures were in c:/pictures then you would have to specify your pictures like this <img src="c:/pictures/yourpictures.gif">. This would only work on your local drive though. Most of the time, images are placed in a separate folder called images. This folder on your local system would be c:/start/images. You would link to your pictures like this <img src="images/yourpictures.gif>. If you decided to move all of this to a web site. All you would have to do is to create a directory off of your root called images and drop the pictures in there. Hope this helps to explain somethings. |
|
|
|
|
|
#17 |
|
Member (10 bit)
Join Date: Nov 2000
Location: Plantation FL
Posts: 1,002
|
Thanks Mairving, but I agree with Sarge those <> things make my head hurt. I couldn't even get qbasic. I'll put the favorites on a blank page !
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|