Hey;
i have a table and rows.
For example two texts
In one row my text is "Helegelemere"
In another row my text is "More"
But in my JSP page they don't seem identical.
For example It looks like
Helegemere
More
And because of after every word i have a textbox; texboxes are not identical either...
Like below
Helegemere: [textbox]
More : [textbox]
I want it to look like
Helegemere: [textbox]
More: ------[textbox]
The -'s are in fact spaces but it doesn't seem to format how i want it to be when i use spaces. Therefore i used "----------".The textboxes aren't %100 identical but imagine that they are.
PS : Helegemere doesn't mean anything just a bunch of letters that i generated randomly just for the word to be a longer than "more".