Quote:
|
Originally Posted by JJ
CSS is for design yes, but you need to inplement this within the code in order to change the design. This has been noted to not be to friendly with Search Engines, or so I have heard. Although changing the CSS in VB IMO can look better and be much easier with VB when maintaining your layout.
Jason F.
|
I think you're confused. CSS is implemented into HTML markup using the <link> tag. There is no need to change much code, especially if you created the page to work with a stylesheet in the first place. Why would you alter your cascading style sheet using VB script when you can simply open a text editor and edit the file yourself?
Search engines love content. The easier it is to find your content, the higher your site gets listed on a search. Therefore, when you don't have tons of table/image tags all over the place to make the layout a certain way, a search bot can find content fast. Try viewing a valid XHTML page that uses CSS to form the layout without styles, and you'll see what I mean.
I would never use VB script for my backend. PHP is far more useful, and works on more servers.
__________________
-/Chris/-
|