Tuesday 02 September 2003 8:03:54 pm
Hi guys:) I have this line in my stylesheet and it doesn't work. I have tried various configuration like "background-image: url(design/mysite/images/verDottedLines.gif)"
and still doesn't work. What i'm trying to achieve here is to make a vertical dotted
lines for my left menu just like the blue dotted lines on www.ez.no/developer. I already did this to one of my non-ezpublish site. Here is the complete line
td.leftColumn
{
background-image: url(design/mysite/images/verDottedLines.gif);
background-position: top right;
background-repeat: repeat-y }
This site I'm making right now is to be contributed to EzPublish
community. I'm not a programmer so i can't contribute any modules or any hacks for
that matter. I'm a newbie webdesigner and i think i can contribute something to the default design templates.
My project would be to create a full featured Ezpublish website with a decent design
and give away the site to the community so that the community will learn from it. But for me to be able to do this i need to learn more about eztemplate customization.
One more thing i don't understand why we could not create anymore a website that has a news,
forum, shop, gallery in one site on EzPublish 3.2. You could not even create a simple site by copying the demo site to your new site. Hope you guys can help :) Thanks!
|