//flex table opened by JP

Click to See Complete Forum and Search --> : HELP!!!!!!!!!!!!!!!!!!!!!


voogru
03-04-2001, 07:12 PM
Ok I have a Problem! On my Soon to be Maximum OverDrive Home page (http://www.geocities.com/maximumover2000/)
The title thing is Messed up It shows "Untitled Document" I cannot get rid of this! ALso you can look at the scource annd all the pages have <title>Maximum OverDrive</title> in them EVERY SINGLE FRAME

why is it doing this?

help please

thanks

also tell me what you think about the Ezier too read desing and new buttons!

-voogru

captpete
03-04-2001, 07:34 PM
What are you using to create your site? I looked at the site (looks OK, clean), and looked at the code. Sure enough, right at the beginning of your html code, the title is "Untitled Document", so I am wondering what you are using to view and edit your html.

voogru
03-04-2001, 07:42 PM
Im using Dreamweaver4

also I got it fixed kinda..
http://reduce.to/voogru

the redir tool allows me to put in a title

but it would be nice to fix the problem on dreamweaver4

and when i vew the scource it says <title>Maximum OverDrive</title>


strange

-voogru

golfcart
03-04-2001, 10:51 PM
You need to fix the title in the index page. the one that has the <frameset> tags. http://sysopt.earthweb.com/forum/smile.gif

captpete
03-04-2001, 11:24 PM
When using frames in Dreamweaver, you have to have to modify the properties of the "frame set". Open the Modify/Frameset/Edit NoFrames Content. This will take you to the frame that holds all the other frames. While at this page, again click on Modify/Page Properties. The Page Properties dialogue window opens. The Title text box probably says "Unnamed Document". Enter the name you want to appear at the top of the browser window. Click Apply and OK. Save the page at File/Save Frameset. Now when you open your index page in Dreamweaver, the proper title should be present.