Answers
Oct 03, 2008 - 01:39 AM
eg here is one where there are two rows, and the second row is divided by 2 columns
The sizing is done by percentage
First 20% is the first row and it shows this site
Second row is split in half and shows bbc and itv
Note, you can use your own pages, code supplied is simply an example.
!
More info here http://www.w3schools.com/HTML/html_fr...
Mar 04, 2009 - 10:58 AM
frames would be an option, but i don't like it in terms of search engine optimization. The page would get indexed as separate frames, thus harder to optimize and it's also complicated to keep a good userexperience with this (bookmarking pages, using the back-button etc.)
Apr 28, 2009 - 06:29 AM
its in javascript and like a desktop window ind your browser.
http://prototype-window.xilinus.com/
But be careful.
The documentation is very bad
Apr 29, 2009 - 01:05 AM
But how exactly would you accomplish adding an html header? I couldn't see any example for that.
And would it be SEO-friendly?
Apr 29, 2009 - 10:43 AM
you just mention reference like
Apr 30, 2009 - 01:21 AM
As I said before, I am concerned about SEO, so would that be an issue that the content of that DIV wouldn't be indexed by a search engine?
Apr 30, 2009 - 08:07 AM
May 01, 2009 - 06:29 AM
Is the src-attribute on DIVS valid in all browsers?
And what about the SEO issue?
May 01, 2009 - 08:15 AM
div.frame{background-image:url(Pic/1.jpg);}
second in new file just give
and then pass object of div in this way:-
that's it....ok
May 01, 2009 - 08:23 AM
Here's an example using the D-Link:
D
There is a brief example of this on the regular SEO Toolbox site: http://www.seotoolbox.com/spider-frie.... There is more complete information, with two examples, at: http://www.seotoolbox.com/htmlchat/tables_layout.html."
May 05, 2009 - 01:34 PM
May 06, 2009 - 08:39 AM
May 14, 2009 - 10:30 AM
it's a simple HTML tags..
but search engines saw this two pages seperately..
May 14, 2009 - 10:30 AM
it's a simple HTML tags..
but search engines recognise this two pages seperately..
May 14, 2009 - 11:24 AM
david u can use just create CSS file and write that condition for e.g
div.frame{background-image:url(Pic/1.jpg);}
second in new file just give
and then pass object of div in this way:-
that's it....ok i m 100% sure ur project will work
Add New Comment