HighDots Forums  

Re: Page title does not display

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Re: Page title does not display in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
JGBARIELLE
 
Posts: n/a

Default Re: Page title does not display - 11-29-2004 , 08:00 AM






My page is not set up with frames so this option is greyed out. I think it has
something to do with the Dreamweaver template that the ASP page is created
from. I have gone back in and cleared out the title tags, thinking this would
force the title tags from the data field pulled in from my database. Does not
work.

I appreciate all comments!


Reply With Quote
  #2  
Old   
JGBARIELLE
 
Posts: n/a

Default Re: Page title does not display - 11-29-2004 , 10:57 AM






I figured out what is overwriting the titles. In my connection file (an
include placed in my template), there is a title and this runs across all
pages. If I remove it, it defaults to the URL path. Still the dilemma remains
on how to display the page title from the database.


Reply With Quote
  #3  
Old   
David Stiller
 
Posts: n/a

Default Re: Page title does not display - 11-29-2004 , 11:14 AM



JGBARIELLE,

You're using some method to write record fields to the page itself.
Maybe a number of Response.Write invocations, correct? You can write
whatever data you want into the <title> tags of your pages.

<head>
<title><% Response.Write (variable here) %></title>
...



David
stiller (at) quip (dot) net
"Luck is the residue of good design."



Reply With Quote
  #4  
Old   
JGBARIELLE
 
Posts: n/a

Default Re: Page title does not display - 11-29-2004 , 11:28 AM



I figured it out! By removing the title from my site connection page and then
removing the editable doctitle regions from the template, it displays the
titles from my database.

Thanks for everyones input.


Reply With Quote
  #5  
Old   
JGBARIELLE
 
Posts: n/a

Default Re: Page title does not display - 11-29-2004 , 12:20 PM



I don't know if you saw my other response, but I figured it out. By removing
the titles from the site file and template, DW is forced to use the title tag I
have in my database fields. Works great!

Thanks again for responding.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.