Link to home
Start Free TrialLog in
Avatar of winsoftech
winsoftech

asked on

HTML String

My HTML string variable has one value as "-1574067.59". But the size of the column is small than length of the given string. When I write the string it is written as
 -
1574067.59

Can I change the same into -1574067.59 ??
Avatar of Ivo Stoykov
Ivo Stoykov
Flag of Bulgaria image

Hello winsoftech

remove width attribute either on the table, tr or td tag(s) or set it so as to see the value without wrapping

HTH

!i!
Avatar of B_Dorsey
B_Dorsey

posst your code.
ASKER CERTIFIED SOLUTION
Avatar of Michel Plungjan
Michel Plungjan
Flag of Denmark image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial