Hi all, I'm new to amember but so far so good I was wondering what is the best way to integrate the sign up form into my current website to match the site theme and not the generic page? I'm using dreamweaver on a mac.
Hi all, I was wondering whether someone can help me. So far, I have customized my signup page footer but I am having issues with the header. Images did not pass through perhaps someone could tell me what I am missing. see webpage
think the urls are wrong, for example: img src="LOGO.jpg" is your logo in the templates directory? David
I've looked at this page And I know how to use CSS. But, I am trying to get my table center aligned, and nothing is working. Any ideas?
Or this to your amember.css or site.css DIV.centered TABLE { margin: 0 auto; text-align: left; } BTW, if you want to center an image, div or other object make sure you use the following CSS rules: margin-left: auto;margin-right: auto;width: 100%;