i've been lurking this forum for the past few days trying to learn what i can when i can. basically, i'm trying to fix up a dnn site that was passed on down to me. regretfully a lot of the documentation i've been reading is very well written, there is just so much for me personally to get my head around, i've always been on the front end of things when it comes to design.
looking back, if i knew what i do know the whole project should of been approached differently.
one of my current of a fist full of issues on my part is getting two buttons into a container, which i did. like a champ. the real problem with all of that, i can get the login one to login; the register one... not so much.
the below is what i've got put into what the kids on the street call modules.
<p> <a id="dnn_dnnLOGIN_cmdLogin" class="SkinObject" href=" __doPostBack('dnn$dnnLOGIN$cmdLogin','')"><img height="51" alt="Login" width="145" border="0" src="/Portals/0/loginbutton.gif" /></a> <br />
<br />
<a id="dnn_ctr_Login_cmdRegister" class="SkinObject" href=' Webform_DoPostBackWithOptions(new Webform_PostBackOptions("dnn$ctr$Login$cmdRegister", "", true, "", "", false, true))'><img height="51" alt="Register" width="145" border="0" src="/Portals/0/registerbutton.gif" /></a></p>
any help or suggestions would be greatly appreciated, i did try searching for the answer before asking, but i gathered that my search terms were either way off or i missed the boat completely.