|
Adding LINK changes alignment of layers
|
| View previous topic :: View next topic |
| Author |
Message |
Krabik Enthusiastic Coder
Joined: 15 Mar 2005 Posts: 62
|
My HTML knowledge is basic, and I'm new to CSS, layers, etc. I'm a Photoshop user, and just started using it to make pages. I'm trying a demo copy of Adobe GoLive to finish them (which is beyond my current abilities).
QUESTION: When I add a page link to a layer (button), it puts a border around it, and all the other layers go out of alignment. Is there some simple way to lock the alignment of the layers and get rid of the white border?
THANKS!
Reply with quote
|
| |
|
|
Jony Enthusiastic Coder
Joined: 18 Mar 2005 Posts: 71
|
Try putting this in the HEAD of your document.
code:--------------------------------------------------------------------------------
<style type="text/css"><!--
a * {
border: none;
}
--></style>
--------------------------------------------------------------------------------
Reply with quote
|
| |
|
|
|