Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Apply for Membership HTML
messyj232
New
Hey everyone.
Is there an apply for membership html code that I can use to put in on another webpage?
I tried copying from html code from this page: http://www.coretrainingfordistancerunners.com/community/entry/register?Target=categories/all
But I don't know exactly what I'm doing, and when I pasted the code into the page I wanted it on, it looked all funky.
To clarify further, I would like the apply for membership to show up in the light box that appears on this page: http://www.coretrainingfordistancerunners.com
I would like the 'apply for membership' fields to replace the text, "you can apply for membership here".
Thanx everyone!
0
Comments
Well if it is not soled right this hardly surprising. You can't just copy an paste mark-up and expect it to be styles the same. You have to style it accordingly.
grep is your friend.
I do not know how to code (I can do basic basic basic stuff).
So with my email marketing service (direct mail) they have an html code that I can plugin on my website. It is just a basic code that gives a basic box with basic field (name, email, etc.) and it looks nice.
Is there a generic 'apply for membership' html code somewhere out there on the inter web?
Thanks again everyone!
It most likely has inline styling.
There not really a generic anything every site is styled different. I would recommend reading HTML Dog books on html and css. Don't be intimidated.
Knowing the basic will help you. That I not actually coding, it is style an mark-up.
grep is your friend.
look for "you can apply for membership here" and replace it with 'apply for membership in the source code. following that is the a anchor tag. which contains the link
replace the old link
http://www.coretrainingfordistancerunners.com
with the new link
"http://www.coretrainingfordistancerunners.com/community/entry/register?Target=categories/all"
TUTORIAL**
http://www.w3schools.com/html/html_links.asp
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.