double spacing

P

Prophet

When using the following code, there is a space between the two items that
are written.....how do I eliminate the space so that it is single spaced?

document.write("<font size='3'><p align='left'><i><font
color='#0000FF'>"+adtitlearray[day]+"</i>")
document.write("<font size='2'><p align='left'><font color='#000000'><font
face='Times New Roman'>"+adinfoarray[day]+" "+"<a href = '" +
adsitearray[day] + " " + "'/> ...more")}
 
M

Mick White

Prophet said:
When using the following code, there is a space between the two items that
are written.....how do I eliminate the space so that it is single spaced?

document.write("<font size='3'><p align='left'><i><font
color='#0000FF'>"+adtitlearray[day]+"</i>")
document.write("<font size='2'><p align='left'><font color='#000000'><font
face='Times New Roman'>"+adinfoarray[day]+" "+"<a href = '" +
adsitearray[day] + " " + "'/> ...more")}

document.write("<font size='2'><br> ..."
man, that's ugly, though.
Mick
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,900
Latest member
Nell636132

Latest Threads

Top