PDA

View Full Version : text not aligning or styling properly


CSSisthebest
03-07-2008, 02:08 PM
hey everyone,

Ive proberly missed something really trival, but cant seem to spot why at the top of my index page the text saying telephone: 01702 716866 appears right next to the email address,and i want it to appear and the oppisite end of the screen. Just wondering if anyone had any idea of how to solve this, cheers.

the site in question is: http://www.technolane2.sitesled.com/

thanking you in advance :thumbsup:

James

effpeetee
03-07-2008, 02:12 PM
hey everyone,

Ive proberly missed something really trival, but cant seem to spot why at the top of my index page the text saying telephone: 01702 716866 appears right next to the email address,and i want it to appear and the oppisite end of the screen. Just wondering if anyone had any idea of how to solve this, cheers.

thanking you in advance :thumbsup:

James
We need to see the code or better still a link.

Frank

CSSisthebest
03-07-2008, 02:13 PM
lol yeah just after i posted i was like ooooops. and edited so its all good now :)

effpeetee
03-07-2008, 02:21 PM
I can't see any phone number with IE7

Frank

CSSisthebest
03-07-2008, 03:16 PM
oh ok i have taken a screenshot of the problem that appears on my screen

http://img176.imageshack.us/img176/5930/problemxy9.jpg

thanks :thumbsup:

Apostropartheid
03-07-2008, 04:41 PM
Put the telephone number in a div and float it right?
Or set the header to position: relative and absolutely position the number.

jlhaslip
03-07-2008, 06:03 PM
the class .headertext has a float: left; rule, so it is being floated left.

Add a different float and you will be good to go.


.headertextright {font-family:Tahoma;
float:right;
font-size:16px;
font-style:normal;
color:#e9e9e9;
padding-top:5px;
font-weight:normal;}