![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Ok, I added a simple .inc file to some of my pages. On some it is positioned correctly, and others it moves around. The pages are: www.scootervilleusa.com/default2.htm (for the correct page) www.scootervilleusa.com/accessories2.htm (for the incorrect page) It was suggested to remove the css link from the .inc file, which I've done, but the problem still remains...... Any ideas why? |
#3
| |||
| |||
|
|
Add this to your rule for body - text-align:center; Then add text-align:left to the container for any text content. |
#4
| |||
| |||
|
|
Ok, with the text-align: center, you can see what happens on the www.scootervilleusa.com/accessories2.htm page, only the text moves, the box itself still stays to the left of the menu, when it should be right below it, such as on the www.scootervilleusa.com/default2.htm page. Murray *TMM* wrote: Add this to your rule for body - text-align:center; Then add text-align:left to the container for any text content. |
#5
| |||
| |||
|
|
Ok, I added a simple .inc file to some of my pages. On some it is positioned correctly, and others it moves around. |
#6
| |||
| |||
|
|
BODY { FONT-SIZE: 100%; MARGIN: 12px; LINE-HEIGHT: 1em } I don't see it there? |
#7
| |||
| |||
|
|
What about doing it per <div> basis? I can't do it for the entire body, as it messes up the text in the menus..... Murray *TMM* wrote: BODY { FONT-SIZE: 100%; MARGIN: 12px; LINE-HEIGHT: 1em } I don't see it there? |
![]() |
| Thread Tools | |
| Display Modes | |
| |