hey i was just woundering if there was a way to call a table to the title tag in an html page...
for example...
this code is automatically generated, the only control i have is over the template. I get that i can change the title on each one, but that will not work when i go to export 500,000 pages.Code:<html> <head> <link rel="shortcut icon" href="../../images/icoo.gif" /> <title>call tittle from table</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="../../template.css" rel="stylesheet" type="text/css" /> </head> <body background="../../images/bg.gif" > <div class="header1"></div> <div class="headerlb"></div> <br> <!--LINKS--> <div id="container"> <div id="topnav" class="topnav"> </div> </div> <div class="rep"> <center> </p> <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 > <TR HEIGHT=10 > <TD WIDTH=388 ALIGN=CENTER BGCOLOR=#FFFFFF ><B><FONT style=FONT-SIZE:6pt FACE="Arial" COLOR=#000000>Copyright Name</FONT></B></TD> </TR> </TABLE> <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 > <TR HEIGHT=31 > <TD WIDTH=389 ALIGN=LEFT BGCOLOR=#FFFFFF ><B><FONT style=FONT-SIZE:20pt FACE="Arial" COLOR=#000000>Gap</FONT></B></TD> </TR> </TABLE>
The template is just html....
Thanks in advance.


Reply With Quote
Bookmarks