The text @ http://www.qlinkup.net is all shifted to the right and it seems it happened after i tried to modify the skintop. Could someone tell me how can i put it back to normal? Any info is appreciated.
If you are talking about the text "linkup is a free web proxy service aimed..." all you have to do is put it in a table, set the width to whatever width you want and put the text in a cell. Then you wont have it going all the way to the borders. You can set the align with a div tag around it. For example. <div align="center"> <table width="450"> <tr> <td>linkup is a free web proxy service aimed...</td> </tr> </table> </div> HTML: Hope that helps.