|
#1
|
|||
|
|||
|
Alignment issues in IE
Being a Mac user, I was completely unaware that my site 24gotham is not aligning correctly in Internet Explorer (it looks great in Firefox and Safari). The alignment of my comments section, and all of my other pages (Thumbnails, About, etc...) is shoved all the way to the left, when it is supposed to be centered.
Where is this controlled? What did I screw up when I altered the look of my template?
__________________
24Gotham.com |
|
#2
|
|||
|
|||
|
I found this codes in your source:
<div id="infobox"> <div id="page"> If you look at your CSS-file, check if there's a "text-align: " item in 1 (or both) of the div id's. If so, change them to "text-align: center;". Other way: make another div-style: <div style="align:center", width:"your_values"> all code that you want to center (tags/thumbs etc.)</div> |
| Post Reply |
| Thread Tools | |
|
|