Forum Moderators: not2easy

Message Too Old, No Replies

Adding articles and links

         

knights1

2:41 am on Aug 6, 2005 (gmt 0)

10+ Year Member



when I add new links in my bav bar to an article I odn't wabnt to have to add it to every single page. Is there some CSS code to be bale to update all pages at once?

Thanks.

createErrorMsg

2:47 am on Aug 6, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Is there some CSS code to be bale to update all pages at once?

No. CSS is a styling language, meaning it controls the appearance, layout and, in some very limited ways, the behavior of elements on the page. It does not, however, control the inclusion or exclusion of content.

To accomplish what you want, you need either PHP [webmasterworld.com], ASP [webmasterworld.com] or SSI (server-side includes).

cEM