Vampire | Date: Wednesday, 17.10.2012, 01:18 | Message # 1 |
Group: Users
Posts: 3
Awards: 0
Status: Offline
| 1. This doesn't work :
<p align="center">text</p> <h1 align="center">text</h1>
same for (h2 h3 h4 h5 h6)
2. Only this works :
<div align="center">text</div>
HELP ! Thank you.
|
|
| |
Filip5 | Date: Saturday, 20.10.2012, 16:07 | Message # 2 |
Group: Verified
Posts: 117
Awards: 4
Status: Offline
| Vampire, of course only second option works. You are using html,wich is defined by <div> tags. You could write more specifly what do you need,so I may be able to help you.
|
|
| |