Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Style Blockquotes #60

Open
josephspens opened this issue Apr 25, 2014 · 2 comments
Open

Style Blockquotes #60

josephspens opened this issue Apr 25, 2014 · 2 comments
Assignees
Labels
Milestone

Comments

@josephspens
Copy link
Member

Revealed from #55

@josephspens josephspens added this to the Backlog milestone Apr 25, 2014
@josephspens josephspens self-assigned this Apr 25, 2014
@curtissthompson
Copy link

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
Copy link
Member Author

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 [email protected]
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
#60 (comment)
.

Joseph Spens
Lead Web Developer | Space Advocates
Software Engineer | Work Market
w | www.spaceadvocates.com
e | [email protected]
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants