Forum Moderators: open
I kind off trying to help someone with his site.
i discovered that has nothing like metatags,keywords etc...
its just blank...
so the question...
do i edit his index.aspx or whatever it is like i would do with html or php?
So i just add keyword tags etc in it?
And can i put in image titles tags etc..
Any advice / help on this?
Thank you,
john
Too, if this is asp.net 2.0 there might be a master page template. That will be your UI wrapper.
[edited by: Easy_Coder at 7:35 pm (utc) on Sep. 5, 2006]
Question...
so can you explain exactly where to look for ,as i promissed to help tomorrow..
This is what his source looks like now :
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/main.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>Subrubrieken binnen de rubriek.</title>
<!-- InstanceEndEditable -->
<style type="text/css" media="screen">
@import url("/styles/hoofd.css");
</style>
<style type="text/css" media="print">
@import url("/styles/print.css");
</style>
<!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable --><!-- InstanceParam name="onload" type="text" value="" -->
</head>
and maybe a stupid question,although i never worked with asp,was it a good idea to let this website being created in aspx?
can it be combined with php or whatever?
>>was it a good idea to let this website being created in aspx
I don't see why it wouldn't but I'm not really familier with the project or the skillsets of the programmers.
Here's the thing, many highly successful web applications are written in asp, php or .net so choose what you know best would be my advice to you.
Well its not my site.
For some reason i dont like asp.
My host doesnt even support it,and he's know for wanting to deliver quality.
so i imagine there must be a reason for it.
Anyway...
I did find an online converter and one i have myself but they create it both different..
Like this...
#!/usr/bin/perl
print "Content-type: text/html\n\n";
$code[0] = "<META NAME=\"Title\" CONTENT=\"uyt\">";
$code[1] = "<META NAME=\"Author\" CONTENT=\"juyt\">";
$code[13] = "";
for ($i=0;$i<scalar(@code);$i++) {print($code[$i]."\n");}
(code 2 to 12 is taken out to keep this short)
The second one....
<%
Response.Write "<META NAME=""Title"" CONTENT=""rg"">" & vbCrLf
Response.Write "<META NAME=""Author"" CONTENT=""rgrgr"">" & vbCrLf
Response.Write "<META NAME=""Subject"" CONTENT=""greg"">" & vbCrLf
Response.Write "<META NAME=""Robots" CONTENT="All">" & vbCrLf
Response.Write ""
%>
See the difference?
So i do hope someone can help out...
I think a number off things
1, The website was , probably, created using Frontpage 2003
2, it was , probably, made using dynamic web templates, see the .dwt extension
3, Usually dwt's provide a title editable space, you can generally simply insert html meta tags there
4, you must, absolutely must use frontpage 2003 or above to edit & publish/upload this website , because it almost certainly uses frontpage extensions, if you use anything else, you'll probably break it
Suggest you do some reading about frontpage/asp/vb.net cos you are mixing asp.net code with asp classic code in your posts an the 2 do not live happily together on the same page
Good luck, an note that the above info is just opinion an not advice, follow at your own ,,, risk
cheers
looking at your code again, you can using frontpage on each individual webpage, not, the template, put meta tags in the bit below
<!-- InstanceBeginEditable name="doctitle" -->
ATTENTION JOHN PUT YOUR TAGS
<title>Subrubrieken binnen de rubriek.</title>
WITHIN THIS REGION USING FRONTPAGE2003, OR ELSE YOU MAY
BREAK THE WEBSITE
<!-- InstanceEndEditable -->