Hi all, i edited some pages myself a while ago i dont remember what page
Basicly what i did was i made every register link dark blue it should be noticeable, as follows
<a href="http://www.MySite.com/forum/index.php?action=register"><span style="color: blue; font-weight: bold;">Register</span></a>
now the problem i have is when one click on it to register
index.php?action=register
instead of displaying a register button this is how its displayed
<span style=Register" tabindex="6" class="button_submit" />
I see style=Register" is missing a double quote, where would i fix it ? template, source....
I would check the Register.template.php of the theme you are using
i tried i couldn't find anything,
I probably changed the file in languages added to "register" a inline style for example the source of
Only registered members are allowed to access this section.
Please login below or register an account with
turned into
QuotePlease <a href="http://www.mysite.com/forum/index.php?action=login">login</a> or <a href="http://www.mysite.com/forum/index.php?action=register"><span style="color: blue; font-weight: bold;">Register</span></a>.<br />Did you miss your <a href="http://www.mysite.com/forum/index.php?action=activate">activation email</a>?</div>
what page in lang, would replace register?
Got it
index.english.php
Line 84
a had
$txt['register'] = '<span style="color: blue; font-weight: bold;">Register</span>';