I'm not sure what happened, but it's driving me crazy.. i want two columns.. the first 240px, the second 480px.
I want a picture centered in the 480px second column. It is hanging way to the right.
my 'draft' site is at
My CSS for 'main'=(text on right), and 'sidebar'=(picture on left) is:
#main {
float:left;
width:240px;
text-align:justify;
}
#sidebar {
float:left;
width:480px;
}
2nd question:
My navigation links are as follows:
:: Ministries :: Services :: Calendar :: Youth Group :: Adult Swamp Mennonite :: Ministerial Staff :: Contact & Location ::
How do I add at least a second space in between the links? they look like they are too close together..
Instead of :: Ministries ::
I would like it to be :: Ministries :: ... etc
Thanks!
I want a picture centered in the 480px second column. It is hanging way to the right.
my 'draft' site is at
My CSS for 'main'=(text on right), and 'sidebar'=(picture on left) is:
#main {
float:left;
width:240px;
text-align:justify;
}
#sidebar {
float:left;
width:480px;
}
2nd question:
My navigation links are as follows:
:: Ministries :: Services :: Calendar :: Youth Group :: Adult Swamp Mennonite :: Ministerial Staff :: Contact & Location ::
How do I add at least a second space in between the links? they look like they are too close together..
Instead of :: Ministries ::
I would like it to be :: Ministries :: ... etc
Thanks!