| browser presentation and content placement I could use a hand |
duhboy

msg:961376 | 11:35 pm on Feb 25, 2003 (gmt 0) | Hello all I would like to know if I can recode pages so that the text content will be read by spiders right after the HTML tags and leave the javascript to follow. I don't want to affect the presentation of the page in the browser. The pages use css. Thanks very much, Duhboy.
|
Susanne

msg:961377 | 11:54 am on Feb 26, 2003 (gmt 0) | You can put your text content into an absolutely positioned layer. Use the div tag and place it immediately under the opening <body> tag. You can also use the CSS for the properties of the layer so you save space in the code. Good luck!
|
heini

msg:961378 | 11:57 am on Feb 26, 2003 (gmt 0) | In addition to what Susanne says: Put all css and javascripting in external files. If you use css in combination with tables, you might want to put your main content tablecell first.
|
duhboy

msg:961379 | 3:24 pm on Feb 26, 2003 (gmt 0) | Thanks folks, always appreciated. Take care, duhboy.
|
|
|