Click to See Complete Forum and Search --> : Links in CSS


Mayham
06-05-2006, 08:36 PM
on my site http://users.telenet.be/crashsite he
is it possible to put my left + right colomn in CSS so i only have to edit it their when i need to add e new link ?
or isnt that possible

if it is : please help me
Greetz

Sheldon
06-05-2006, 08:55 PM
Well im not exactly sure what you mean by your qiestion.

But you can either assign your links a css Class then style them all from the one css class / file.

Or you can use a server side langauge and include the pages, which would be better.

Also I would use both. To find out more see if youre server can support a server side such as PHP, ASP or ssi's

ray326
06-05-2006, 09:18 PM
No, the content of those columns are well uh content. CSS is for how it looks, HTML is for what it is. As Sheldon says, SSI is the best way to do it.