Asked by duncanb7
at 2024-09-04 11:05:31
Point:500 Replies:6 POST_ID:828757USER_ID:11059
Topic:
Cascading Style Sheets (CSS);Hypertext Markup Language (HTML);PHP Scripting Language
I want my one-line paragraph can be scrolled when it is overflow in div tag.
But the string in the paragraph has minus sign of "-" that will
break the one line into two lines. WHy ?
I want it displayed in one line even minus-sign in the string so I
tried to replace "-" minus sign by - that is html code. But it is not
working, it still breaks it into two lines.
Now it is displayed as follow if "-" is inside
aaaaaaa-
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
I want
aaaaaaa-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
Please advise and read my simple attached php html code
Duncan
But the string in the paragraph has minus sign of "-" that will
break the one line into two lines. WHy ?
I want it displayed in one line even minus-sign in the string so I
tried to replace "-" minus sign by - that is html code. But it is not
working, it still breaks it into two lines.
Now it is displayed as follow if "-" is inside
aaaaaaa-
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
I want
aaaaaaa-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
Please advise and read my simple attached php html code
Duncan