F
Filip
I want to set one target to all links at my page.
so instead:
<a href="page.htm" target="frame_name">link</a>
I want to use css:
A{
target: "frame_name";
}
but it doesn't work and i dont know how to set it.
thanks for help.
so instead:
<a href="page.htm" target="frame_name">link</a>
I want to use css:
A{
target: "frame_name";
}
but it doesn't work and i dont know how to set it.
thanks for help.