Hi guys!
for some reason when i add pics to my page they don't become aligned into the text, even though they are aligned in the editor.
you can see the problem here, http://tinyurl.com/pwvhsn. all the pics are aligned left.
plz guys i need help
Hi guys!
for some reason when i add pics to my page they don't become aligned into the text, even though they are aligned in the editor.
you can see the problem here, http://tinyurl.com/pwvhsn. all the pics are aligned left.
plz guys i need help
Can't even get your site to load.
Add the following to the bottom of style.css:
.alignleft {
float:left;
}
.alignright {
float:right;
}
.aligncenter {
float:none;
display:block;
margin:0 auto;
}This topic has been closed to new replies.