Not to belabor the point here, but I was curious if I could do what niccol had suggested and that was wrap this particular <a> tag with a <div> tag and then set the margins using CSS. I know that this is probably not the best practices way to accomplish this, and, as kobra says, knowledge must be used with reserve. That being said, I was able to wrap the <a> tag with a custom <div> tag using the define pages editor and then style the <div> with margins. I am able to move the picture 200px to the right using:
Code:
#mypic {margin: 0px 0px 0px 200px;}
... but when I use
Code:
#mypic {margin: 0px auto 0px auto;}
I would expect the pic to be centered and it is not. Again, I know this is trivial but I'm trying to learn. Wondering why the pic moves when I use absolute pixel values but not using auto. I guess I need to go watch the video on AUTO. Thanks again for helping me try to understand this stuff. If anyone has any good recommendations for CSS reference material other than lynda.com I would love to check it out. ... but I'm sure that has been posted somewhere so never mind. Don't want to get flamed for not doing my research. :-)
Thanks
Bruhn