Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 10-14-2012, 06:28 PM   PM User | #1
utnalove
Regular Coder

 
Join Date: Oct 2008
Location: Poland
Posts: 357
Thanks: 141
Thanked 2 Times in 2 Posts
utnalove is an unknown quantity at this point
The word newsletter is still showing bold - why?

Hello, please take a look at the right sidebar here.

As you can see there is something like "ZAPISZ SIĘ NA NEWSLETTER!". Here the word newsletter is bold... however I can't find anything in the code that says it should be bold.

This is the html:
Code:
<div class="dashedviolet"><div align="center" style="text-align:justify; display:block; height:255px;">
<img src="http://glamourina.pl/uploads/glam-profile-pic.jpg" style="float:left; padding-right:5px;" /><blockquote><p>Czy mol książkowy może mieć coś wspólnego z pasjonatką stylizacji?
Kto powiedział, że fizykę kwantową nie można powiązać z modą?
Piękno i rozwój osobisty stoją blisko siebie.
Nie wierzysz? Sprawdź to sama.</p></blockquote>
<i>Natalia</i> - Autorka bloga glamourina.pl <br><br>
- Polub mnie na Facebooku -
<div class="fb-like" data-href="http://www.facebook.com/glamourinapl" data-send="false" data-width="280" data-show-faces="false" data-font="arial" ></div>
</div>
<div id="optin">
<form style="border:1px solid #ccc;padding:3px;text-align:center;" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=Glamourina', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><p>ZAPISZ SIĘ NA <a style="font-style:normal; text-decoration: none; color:#000" href="http://glamourina.pl/newsletter/" title="Newsletter">NEWSLETTER</a>!</p><p><input type="text" style="width:140px;" name="email"/></p><input type="hidden" value="Glamourina" name="uri"/><input type="hidden" name="loc" value="en_US"/><input type="submit" value="Wyślij"  /></form>
</div>

</div>
Please help... I don't want this word bold
utnalove is offline   Reply With Quote
Old 10-14-2012, 06:37 PM   PM User | #2
VIPStephan
The fat guy next door


 
VIPStephan's Avatar
 
Join Date: Jan 2006
Location: Halle (Saale), Germany
Posts: 7,607
Thanks: 5
Thanked 865 Times in 842 Posts
VIPStephan is a jewel in the roughVIPStephan is a jewel in the roughVIPStephan is a jewel in the rough
If you use Firebug or similar developer/debugging tools you can easily find out which elements have which styles applied, and where these styles are defined in which stylesheet. Specifically, there is a rule in your stylesheet that sets all anchor elements’ font weight to 700. You need to override that anchor style for your newsletter form.
__________________
Don’t click this link!
VIPStephan is offline   Reply With Quote
Users who have thanked VIPStephan for this post:
utnalove (10-14-2012)
Old 10-14-2012, 07:31 PM   PM User | #3
utnalove
Regular Coder

 
Join Date: Oct 2008
Location: Poland
Posts: 357
Thanks: 141
Thanked 2 Times in 2 Posts
utnalove is an unknown quantity at this point
Thanks!! I have added font-weight:normal, and the problem is resolved.
Thanks once again )
utnalove is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:55 PM.


Advertisement
Log in to turn off these ads.