2012-04-03 20:36:57

Abel Gancsos
align a part of line while keeping the rest in tact , css

Use float


.right{
float:right;
}


.left{
float:left;
}



TIP: REPLACE [] WITH STANDARD HYPERTEXT PROTOCOL.
TIP: REPLACE WHATEVER IS BETWEEN THE [] WITH YOUR INFORMATION.



Hope that helps!