Hi all,
I can't find were to change this in-line style="background-color: rgb(255, 255, 160);" on EMAIL ADDRESS and NAME on subscribe NMS. Any ideas?
Paulo
SORTED! Input bg color on NMS
SORTED! Input bg color on NMS
Last edited by pgingao on Mon Dec 22, 2008 5:12 pm, edited 1 time in total.
Re: Input bg color
1. In order to get the best support you should provide a better Title for the thread
2. This is the wrong forum. Should go under Modules/Add-Ons
3. I did a right click --> View Source on my NMS subscription page. I found and
Try targeting m5email and m5username in your stylesheet.
FWIW, that took all of 2 minutes to research.
2. This is the wrong forum. Should go under Modules/Add-Ons
3. I did a right click --> View Source on my NMS subscription page. I found
Code: Select all
<input type="text" name="m5email" id="m5email" value="" size="30" maxlength="150" />
Code: Select all
<input type="text" name="m5username" id="m5username" value="" size="30" maxlength="150" />
FWIW, that took all of 2 minutes to research.
If all else fails, use a bigger hammer.
M@rtijn wrote: This is a community. This means that we work together and have the same goal (a beautiful CMS), not that we try to put people down and make their (voluntary) job as difficult as can be.
Re: Input bg color
Hi tyman00,
thanks for your tips. Please nothe this code style="background-color: rgb(255, 255, 160);" is an in-line style so it overwrides linked or embedded!
Thanks
Paulo
thanks for your tips. Please nothe this code style="background-color: rgb(255, 255, 160);" is an in-line style so it overwrides linked or embedded!
Thanks
Paulo
Re: Input bg color
Huh, that's interesting since mine doesn't have any in-line styling and I haven't done any changes in that sense to my input tags. So I apologize for jumping to conclusions.
Was this a fresh installation from the latest release of NMS or was this upgraded from a Previous Version? Does your template in the admin have {$username} where your tag is?
Was this a fresh installation from the latest release of NMS or was this upgraded from a Previous Version? Does your template in the admin have {$username} where your tag is?
If all else fails, use a bigger hammer.
M@rtijn wrote: This is a community. This means that we work together and have the same goal (a beautiful CMS), not that we try to put people down and make their (voluntary) job as difficult as can be.
Re: Input bg color
Hi again,
no worries! Yes it's a fresh new install and my template is:
{if $message ne ""}
{$message}
{/if}
{$formstart}
{$formhidden}
{if $prompt_email ne ""}
{$prompt_email}:{$email}
{/if}
{if $prompt_username ne ""}
{$prompt_username}:{$username}
{/if}
{*foreach from=$listids item=curr_id}
{$curr_id}
{/foreach*}
{$submitbtn}
{$formend}
Thanks
Paulo
no worries! Yes it's a fresh new install and my template is:
{if $message ne ""}
{$message}
{/if}
{$formstart}
{$formhidden}
{if $prompt_email ne ""}
{$prompt_email}:{$email}
{/if}
{if $prompt_username ne ""}
{$prompt_username}:{$username}
{/if}
{*foreach from=$listids item=curr_id}
{$curr_id}
{/foreach*}
{$submitbtn}
{$formend}
Thanks
Paulo
Re: Input bg color
Unfortunately, this issue just passed my realm of capabilities. I can't imagine that calguy would build an inline style into a form input, plus it doesn't show up in mine (which confuses me).
If all else fails, use a bigger hammer.
M@rtijn wrote: This is a community. This means that we work together and have the same goal (a beautiful CMS), not that we try to put people down and make their (voluntary) job as difficult as can be.
Re: Input bg color on NMS SORTED
You're not gonna bellieve this!
I was looking at it with firebug and that in-line style as there! But it's added by my browser with some extension, maybe auto complete or so!
It never came to me it could be something like this!
Sorry for the trouble guys!
Paulo
I was looking at it with firebug and that in-line style as there! But it's added by my browser with some extension, maybe auto complete or so!
It never came to me it could be something like this!
Sorry for the trouble guys!
Paulo
Re: SORTED! Input bg color on NMS
Can't believe I didn't think of that. It's the highlight from Google Toolbar (assuming you have it installed).
If all else fails, use a bigger hammer.
M@rtijn wrote: This is a community. This means that we work together and have the same goal (a beautiful CMS), not that we try to put people down and make their (voluntary) job as difficult as can be.
Re: SORTED! Input bg color on NMS
Ye, can be! We always go for things more complicated 
Paulo

Paulo