ok like on top of this page it says "how do i do this??- Dynamic Drive Forums".. What is the code to edit what that says like for your own page?I have seen it many times before but i cant find it. thank you
![]()
ok like on top of this page it says "how do i do this??- Dynamic Drive Forums".. What is the code to edit what that says like for your own page?I have seen it many times before but i cant find it. thank you
![]()
That is done using the <title> HTML tag. An example of this would be:
That goes at the very top of your page underneath the opening HTML tag.Code:<head> <title>This is the title of my page!</title> </head>
Hope this helps.
"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design
Also note that if you have any <meta> tags on the page, that needs to go after them.
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
You mean I've been doing it wrong all these years?
It passes validation.HTML Code:<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>Highlight Images w/Captions</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style type="text/css"> body { background-c . . .
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
That meta tag still goes after the title.
- Mike
Really? I didn't think it would, especially that example. How does it know what charset to use for the title?You mean I've been doing it wrong all these years?
It passes validation.
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
We would need to know more about the inner workings of the target browser to figure it out...
It would make sense if the meta tags were interpreted first, aswell as any header info sent by the server.
Bookmarks