Hi,
I'm trying to break up a long addition name so that it goes onto 2 lines rather than one long line. It's going onto my shopping basket page.
At the moment I have a shortened version of how I want it:
'Are you Posting your old glasses to us so we can check your PD Measurement?'
This fits well onto the page but the longer version that I actually want:
'Are you Posting your old glasses to us so we can check your Pupillary Distance (PD) Measurement?'
...stretches the page so I tried to break it up by using the <br> tag:
'Are you Posting your old glasses to us so we <br> can check your Pupillary Distance (PD) Measurement?'
...but instead of appearing like this:
'Are you Posting your old glasses to us so we
can check your Pupillary Distance (PD) Measurement?'
on the page, it appeared something like this:
'Are you Posting
your old glasses
to us so we
can check
your Pupillary
Distance (PD)
Measurement?'
Hope someone can help me with this,
Regards,
Iain
internetspecs.co.uk
I'm trying to break up a long addition name so that it goes onto 2 lines rather than one long line. It's going onto my shopping basket page.
At the moment I have a shortened version of how I want it:
'Are you Posting your old glasses to us so we can check your PD Measurement?'
This fits well onto the page but the longer version that I actually want:
'Are you Posting your old glasses to us so we can check your Pupillary Distance (PD) Measurement?'
...stretches the page so I tried to break it up by using the <br> tag:
'Are you Posting your old glasses to us so we <br> can check your Pupillary Distance (PD) Measurement?'
...but instead of appearing like this:
'Are you Posting your old glasses to us so we
can check your Pupillary Distance (PD) Measurement?'
on the page, it appeared something like this:
'Are you Posting
your old glasses
to us so we
can check
your Pupillary
Distance (PD)
Measurement?'
Hope someone can help me with this,
Regards,
Iain
internetspecs.co.uk
Comment