SpaceAdvocates / penny4nasa

We strive to increase NASA’s funding to 1% by encouraging popular support for NASA through education and outreach.
4 stars 2 forks source link

Style Blockquotes #60

Open josephspens opened 10 years ago

josephspens commented 10 years ago

Revealed from #55

curtissthompson commented 10 years ago

Additionally, HTML tags, <b>, <em>, and <i> don't style the text at all. Using inline styling with CSS and the <strong> tag both work.

What works:

<strong>
<span style="font-weight:bold;">
<span style="font-style:italic;">

What Doesn't:

<b>
<i>
<em>

If this is simply because tags have been deprecated, just let me know. I just want to know the preferred method to style text, so I can correct old blog posts accordingly so they display properly. I'm a bit out-of-date with HTML and my CSS is a little rusty.

josephspens commented 10 years ago

You should only need strong (bold) and em (italics). If those aren't working, and it seems they aren't, I'll add that as a bug.

On Sat, Aug 23, 2014 at 4:03 PM, curtissthompson notifications@github.com wrote:

Additionally, HTML tags, , , and don't style the text at all. Using inline styling with CSS and the tag both work.

What works:

What Doesn't:

If this is simply because tags have been deprecated, just let me know. I just want to know the preferred method to style text, so I can correct old blog posts accordingly so they display properly. I'm a bit out-of-date with HTML and my CSS is a little rusty.

— Reply to this email directly or view it on GitHub https://github.com/SpaceAdvocates/penny4nasa/issues/60#issuecomment-53163861 .

Joseph Spens Lead Web Developer | Space Advocates Software Engineer | Work Market w | www.spaceadvocates.com e | jspens@spaceadvocates.com m | 1 845 206 3222

CONFIDENTIALITY NOTE: The information transmitted, including attachments, is intended only for the person(s) or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and destroy any copies of this information.