Jump to content

a space between text creates new line for 2nd word


mrt003003

Recommended Posts

Hi there i think im having trouble with my css..

 

.moncalimari {
position: absolute;
visibility: visible;

left: 1560px;
top: 352px;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

 

When i enter the text "Mon Calimari" the Calimari bit is entered on a new line... I want it to stay together on the same line "Mon Calimari"

 

Is there something missing from my css???

 

Thanks

Incase i seem a bit vague im echoing the variable:

 

$moncalimari = "Mon Calimari 1-1-2-6";

 

echo '<p class="moncalimari">' . $moncalimari . '</p>';}

 

When the text is diplayed on screen it looks like:

Mon

Calimari

1-1-2-6

 

Thanks

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.