|
Posted by Neredbojias on 06/02/07 17:32
On Sat, 02 Jun 2007 14:55:22 GMT scribed:
> 1) Is it possible to put a visible border around a layer? Layers seem
> to be a great way doing layout, since you can put them anywhere on a
> page. However, sometimes I'd like to have a border around a layer. Can
> it be done? How?
Yes, but...
In general, "layers" are outside the document flow and thus are not a good
way to do layout. Bordering can be done with css, for instance in the head
section:
<style type="text/css">
div {
border:2px solid yellow;
}
</style>
> 2) Is there a good tutorial for Dreamweaver somebody could
> recommmend?
Google for "Dreamweaver tutorial".
> 3) I'd like to limit access to parts of my site with a password. How
> do I do that?
Again, research it via tech info sites. It's quite possible though not
simple.
--
Neredbojias
He who laughs last sounds like an idiot.
Navigation:
[Reply to this message]
|