You know how you can float columns to the left and the right in order to have your main bulk of text at the top of the notepad page and the menu at the bottom, can you do this with headers too? In other words, can my notepad page look like this but the header still be on top in the browser:
CSS Floating Sections...
4
You know how you can float columns to the left and the right in order to have your main bulk of text at the top of the notepad page and the menu at the bottom, can you do this with headers too?
In other words, can my notepad page look like this but the header still be on top in the browser:
<html>
<body>
<div>
ARTICLE TEXT OR WHATEVER GOES HERE
</div>
<div>
HEADER CODE GOES HERE
</div>
Can that be done? Does it make any difference for SEO purposes?
Thanks, Chris
In other words, can my notepad page look like this but the header still be on top in the browser:
<html>
<body>
<div>
ARTICLE TEXT OR WHATEVER GOES HERE
</div>
<div>
HEADER CODE GOES HERE
</div>
Can that be done? Does it make any difference for SEO purposes?
Thanks, Chris
- bwj292
- [ 1 ] Thanks
- ChrisJamesG
- [1] reply
- bwj292
Next Topics on Trending Feed
-
4