Stormx
03-11-2003, 08:48 PM
My website editor (NS composer) keeps changing my sorce so that when I align my images to the center align="center"> it changes it to align="middle">. After tring to edit it with notepad And word, it still changes back to middle. Middle doesn't work (it just stays on the left) can anyone help?
epolady
03-11-2003, 09:00 PM
There isn't an "align=middle"... unless it's in a table (then it'd be valign="middle")... should be either align="left", align="right", or align="center".
p.s. notepad should make it work with align="center"
or try <center>IMG TAG</center> or <div align="center">IMG</div>
Stormx
03-11-2003, 09:04 PM
Thanks, and one more question: What does CHMOD mean. I know it is an FTP term, but could you explain it. I need it for installing my forums
epolady
03-11-2003, 09:09 PM
CHMOD = change access permissions of a file.
If you search the web or the forum, you can read more about it.
Basically though, you're using your FTP program to change the permissions of a file (i.e. who can read it, execute it, or write to it).