/    Sign up×
Community /Pin to ProfileBookmark

how to stop text scroll to next line

Hi, I have HTML and i am passing a value to a variable. It is scrolling into another line. I tried align = center, left, right but still scrolling. Is there a way so that it does not scroll to next line.

My code is below:
<tr><td width=”14%” align=”right” height=”2″></td><td width=”86%” height=”2″ colspan=”5″></td></tr>
<tr><td width=”14%” align=”right” height=”25″><font face=”Helvetica” size=”-3″>Orig Monthly Due</font></td><td width=”19%” height=”25″ align=”left”><font face=”Helvetica” size=”-3″>

result is comming as

Orig Monthly
Due

I wanted as

Orig Monthly Due

Please Advice.

to post a comment
HTML

2 Comments(s)

Copy linkTweet thisAlerts:
@jedaisoulSep 12.2012 — Set the width as px not %, on any column that needs to be a specific width. Or better still, use CSS. That way you can set a percentage AND a minimum width.
Copy linkTweet thisAlerts:
@ashish1264Sep 22.2012 — You can give fix width to <table> tag like this <table width="500px">. So that it will not scroll to next line.

Thanks

Ashish Mishra
×

Success!

Help @sdevel 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.25,
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,
)...