Hey guys, im having a problem getting a part of the site aligned up, its alligned to the right when it should be in the center im in the process of re building my site so its much easier to navigate but im having a small problem which i cant work out how to fix. you can access the new site at swiftproductions.com.au/v1/printing-specials (which is the page im having a problem with) its the bottom part that says '5 easy steps' and The terms underneith it. The problem is only happening in IE8. (see attached file for problem) Can anyone help. ???? My current programmer is currently away so ive been trying to get it but unable to fix it. thanks heaps in advance Regards Danny
If you are applying any kind of stylesheet to the mentioned post. use '!important' clause with your site. e.g h1 { text-align:center !important; } It will override any existing stylesheet property that may be forcing your style to get right aligned. Hope it may help you.
That didnt work... all it did was center the 'how to order' part. any other ideas? thanks for your help
just apply text-align:center css to your paragraph tag: <p style="font-size:13px; font-family:Arial, Helvetica, sans-serif; padding-left:20px; color:#FFF;text-align:center"> ... </p>