/    Sign up×
Community /Pin to ProfileBookmark

Problems with <BLOCKQUOTE>

why doesn’t blockquote work? here is this situation:

<div class=”body”>
<p>
<strong>
<blockquote>

Champion Termite & Pest Control Specializes in :
<blockquote>
Carpenter Ants<br>
Termites<br>
Roaches<br>
Real Estate Inspections<br>
Construction Pre-treatments<br>
</blockquote>
</blockquote>
</strong>
</p>
</div>

to post a comment
CSS

4 Comments(s)

Copy linkTweet thisAlerts:
@Jeff_MottAug 08.2005 — How is it not working?

Note also that if you are using the BLOCKQUOTE element for indenting text then you are very badly misusing the element. BLOCKQUOTE is for marking long quotations, as its name implies, and nothing else. Use CSS if you want your text indented.
Copy linkTweet thisAlerts:
@jerseydubsauthorAug 08.2005 — How is it not working?

Note also that if you are using the BLOCKQUOTE element for indenting text then you are very badly misusing the element. BLOCKQUOTE is for marking long quotations, as its name implies, and nothing else. Use CSS if you want your text indented.[/QUOTE]


what is the css for indenting text?
Copy linkTweet thisAlerts:
@KravvitzAug 08.2005 — margin, padding, or text-indent -- it depends what effect you want.

http://www.w3.org/TR/REC-CSS2/propidx.html
Copy linkTweet thisAlerts:
@ray326Aug 09.2005 — what is the css for indenting text?[/QUOTE]Well what you've got there is an unordered list so <ul><li> are your mark up.
[code=html]
<p>Champion Termite & Pest Control Specializes in:</p>
<ul>
<li>Carpenter Ants</li>
<li>Termites</li>
<li>Roaches</li>
<li>Real Estate Inspections</li>
<li>Construction Pre-treatments</li>
</ul>
[/code]

You then style them according to how you want them to look.
×

Success!

Help @jerseydubs spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.15,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...