View Full Version : need help...


the_one
06-25-2003, 06:22 AM
I didn't know where to post this, so I just thought i'd post it here.

Okay, i have a weird (simple?) problem. Say I have a page that has pictures of me in california. I'd save it picturesofmeincalifornia.html. Then at the very top of the page in that blue area it would say picturesofmeincalifornia, which looks bad. How can i change it so it (the title) says "Pictures of Me in California" or "California Pictures"? Thanks for any help! Sorry if that didn't make much sense.

cute_angel10490
06-25-2003, 06:27 AM
<HTML>
<HEAD>
<TITLE>Your page title goes here</TITLE>
</HEAD>
<BODY>


---Everything that appears on your page will be entered here, text, images etc.---


</BODY>
</HTML>

on where it says Your page goes here, you put Pictures of me in California or California Picture

whatever you put on the <title></title>, shows up on the blue are at the top

the_one
06-25-2003, 07:16 AM
I tried it with advanced page builder and it works, but i only want to use simple page builder at geocities.com right now, so when i tried to use that there it didn't work. Is there any other code or something that i can use since i'm working with the simple page builder?

MaGiCSuN
06-25-2003, 12:39 PM
http://www.yahoopagebuilderhelp.com/pagetitle.html

Love,
Mirna

the_one
06-25-2003, 05:04 PM
Thanks, that helped a lot! And thanks cute_angel10490 for your help!