472,950 Members | 2,399 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,950 software developers and data experts.

Positiong in View Source & Display to user

5
Question about positioning in view source. What I am trying to accomplish is this:

1. I have content that is revelant to the my site that is currently being displayed to the user at the bottom of the page using css and html.

2. When I view source this content and div tags are at the bottom of the page. What I am wanting to do is have the content in the view source to actually load first on the page elow the body tag. Is there a way to change it to show up like this in the view source
Oct 24 '07 #1
8 1600
drhowarddrfine
7,435 Expert 4TB
View Source only shows what your server sends in the order it is received. Only you can change that at this source.

If you think doing so helps improve SEO, you are mistaken and this is wasted effort.
Oct 24 '07 #2
devain
5
Thanks for the prompt reply. The SEO company that is writing the content for my site says that this is a good idea since my navigation is so large which is being loaded first that if I could get it to send first this would be better but I was wanting to display it at the bottom of the page.
Oct 24 '07 #3
drhowarddrfine
7,435 Expert 4TB
Is it graphics? I just don't trust seo's.

You can position anything anywhere on the screen using CSS, but we'd need to see the link or the complete markup to help. Even then, if it's that big, it just might take too much effort on our part.
Oct 24 '07 #4
devain
5
the link to the site is as follows

http://www.eyeglasses123.com/127/DG-Sunglasses/index1.html as you can see on page that the seo content is at the bottom of the page which is where I want it to display.


But when you view the source this content also loads at the bottom of the page wanting it to still display at the bottom but load right below the body tag
Oct 24 '07 #5
drhowarddrfine
7,435 Expert 4TB
One of the biggest things that will get your site downgraded by a search engine is when their bot is unable to find its way through your page due to invalid markup. This is a fundamental of SEO. You have 393 html errors on the first page. Believe it or not, not the worst I've ever seen but close.

Fire this SEO guy and see if you can get your money back.
Oct 24 '07 #6
devain
5
thanks for the info how did you find these errors
Oct 24 '07 #7
drhowarddrfine
7,435 Expert 4TB
See the article about validation under Articles above.
Oct 24 '07 #8
devain
5
thanks for all your help
Oct 24 '07 #9

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: Pete Wason | last post by:
Hiall! I have a demo viewer page for javascript stuff that has three buttons "DEMO" "HTML" and "JSCR", and an IFRAME called 'viewer'. Initially, the IFRAME gets loaded with the actual demo...
12
by: Neil | last post by:
I previously posted re. this, but thought I'd try again with a summary of facts. I have an Access 2000 MDB with a SQL Server 7 back end. There is a view that is linked to the database via ODBC...
6
by: shr | last post by:
Is there any way by which I can display the source of a html page using the 'view:source' command, in an iframe?? I tried using this viewer.location = "view-source:" + viewer.location.href; where...
20
by: Neil | last post by:
I have an Access 2000 MDB file with a SQL 7 back end. I have a main table with 50,000 records; and I have a selections table with 50,000 records for each machine that uses the database (about...
3
by: Philip Tripp | last post by:
I've read numerous sources stating that view state can be disabled per control, and per page, but can't seem to keep web form controls from remembering their state on a postback. I'm using VS.Net...
24
by: Roman | last post by:
Hello to everybody, I have some question concerning blocking view source from main menu of IE or MF. I am able to block right click with <body oncontextmenu="return false"> but still missing from...
11
by: Jeremy | last post by:
How can one stop a browser from converting &amp; to & ? We have a textarea in our system wehre a user can type in some html code and have it saved to the database. When the data is retireved...
0
by: Jacob Donajkowski | last post by:
Once the user logs in I want to have the users switch from the Roster View to the Profile View and enter their profile infomation and save it. Then the next time they login and go to the Profile...
0
by: geeteshss | last post by:
the present problem is that i am unable to display data in datagrid....... but the data is visible in database..below is the code what should i do...earlier i could view it also below this code is...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.