I am making my personal site using frames and I was wondering if there are any known problems with them?
For example: Are there any search engine indexing problems?
:)
Printable View
I am making my personal site using frames and I was wondering if there are any known problems with them?
For example: Are there any search engine indexing problems?
:)
yesQuote:
Originally posted by enstent
Are there any search engine indexing problems?
http://www.google.com/search?hl=en&l...s+using+frames
http://groups.google.com/groups?hl=e...s+using+frames
Do any of you guys use frames?
if ya wanna show up in the engines make you index page non frames then have it go into your frame site.. most engines don't like frames
for html sites, yes. not flash sites though.Quote:
Originally posted by enstent
Do any of you guys use frames?
Its a pain to bookmark pages in frames.
I use to, then I found PHP.Quote:
Originally posted by enstent
Do any of you guys use frames?
:)
TE
I like them. ad an index page like mentioned above.
<<I use to, then I found PHP.>>
tell me more....
how about asp?
Well rather than using frames to make the menu appear on each page so I only have to edit it once, I use the PHP include() command. This includes all the text from a file and places it into the HTML of the page, so I can have one menu on each page, but without frames.Quote:
Originally posted by The Real Renee
<<I use to, then I found PHP.>>
tell me more....
e.g.
Content of menu.php;
Home Contact Map
Content of index.php;
<?PHP include("menu.php"); ?>
Monkeys can be found in...
Run index.php on a server;
Home Contact Map
Monkeys can be found in...
Hope that makes sense.
:)
TE
or ASP and SQL. have a Navbar on the same page as the contents -- the contents are dynamically run by the database so when you click on a button (or link) the contents itself is loaded not the whole page.
cool.... :)
and if you don't have any of those, use a server side include.
:)
TE
Yeah and also when printing. Well, when you need to.Quote:
Originally posted by Visionray
Its a pain to bookmark pages in frames.