Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

trying to format text on page

Status
Not open for further replies.

rrmcguire

Programmer
Oct 13, 2010
304
US
at I'm trying to align the text which begins ...With yards strategically located close to US/Canada...

to the left so its even with the image next to it, but don't know what I need to do within my CSS style.

any help would be appreciated.
 
Hi

I think your problem is in allpages.css line 180. I would remove that 0 :
Code:
[COLOR=silver gray] 177 [/color] [teal].highlightsimage[/teal] [teal]{[/teal]
[COLOR=silver gray] 178 [/color] 	[COLOR=coral]float:[/color] [COLOR=darkgoldenrod]right[/color];
[COLOR=silver gray] 179 [/color] 	[COLOR=coral]height:[/color] [COLOR=darkgoldenrod]85px[/color];
[COLOR=silver gray] 180 [/color] 	[COLOR=coral]margin-right:[/color] [COLOR=darkgoldenrod]15[highlight]0[/highlight]px[/color];
[COLOR=silver gray] 181 [/color] 	[COLOR=coral]width:[/color] [COLOR=darkgoldenrod]100px[/color];
[COLOR=silver gray] 182 [/color] 	[COLOR=coral]margin-top:[/color] [COLOR=darkgoldenrod]0px[/color];
[COLOR=silver gray] 183 [/color] 	[COLOR=coral]background-image:[/color] [COLOR=darkgoldenrod]url[/color]([COLOR=darkgoldenrod]images[/color]/[COLOR=darkgoldenrod]flatbedservices_highlightsimage.png[/color]);
[COLOR=silver gray] 184 [/color] [teal]}[/teal]

Feherke.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top