usadarts Posted February 9, 2008 Share Posted February 9, 2008 I have a website that has about 50+ pages to it. I need to add a link to the left column of all the webpages. Does CSS help in a way to create a CSS file with the links and somehow attach it to each page. That way, in the future, if I need to add another link, all I would have to do is change the CSS file? Is this what CSS can be used for? Quote Link to comment Share on other sites More sharing options...
phpQuestioner Posted February 10, 2008 Share Posted February 10, 2008 You don't do this with css; you could do this with javascript or php. Quote Link to comment Share on other sites More sharing options...
Bongeh Posted February 12, 2008 Share Posted February 12, 2008 using includes in php would probly help you more than css, css is used more for the styling of elements (fonts, tables, background, margins) of a page. I.e, u can change something in your css, which will change the font of every peice of text on your site in <p> tags. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.