/    Sign up×
Community /Pin to ProfileBookmark

h2 tag problem

HI all .please chk the follwing link before question.
[url]http://www.badcredithistoryloans.co.uk[/url]

question : in second paragraph of home page there is some bold text, but i want to apply h2 tag , if i try so , it blank space between the paragrap and seperate those bold words from the paragraph
like below:


*************

Some of the loan forms available at

[B]Bad Credit History Loans are Unsecured Loan Bad Credit History, Loans for Tenant with Bad Credit History, Personal Loans with Bad Credit History,[/B]

Bad Credit History Secured Loans, Auto Loans People Bad Credit History, Bad Credit History Home Loan. me Loan.


**************

Css for H2tag is :

h2
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}

please solve it out .

to post a comment
CSS

2 Comments(s)

Copy linkTweet thisAlerts:
@WebJoelMar 28.2007 — that is because the <h2> tag (as are all 'header tags') are [I]block-level elements[/I], -they force a virtual newline/line-return. You [I]could[/I] define a width to the <h2> and 'float:left;' but that seems a waste of code and they're be a float-left that would need to be 'cleared' later on.

You could probably better do this using a <span></span>, -an '[I][U]inline-element[/U][/I]', -like this:

<p>This is normal text with some[B]<[U]span[/U] style="font-size:2.3em; font-weight bold; margin:0 6px 0 6px;">[COLOR="Red"]BOLD TEXT ADDED[/COLOR]<[U]/span[/U]>[/B]in the middle and it is part of the sentence</p>[/QUOTE]
Copy linkTweet thisAlerts:
@KeveyMar 28.2007 — disregard, i misunderstood the question...sorry.
×

Success!

Help @lohumihem 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.19,
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,
)...