HTML/Scripting question
HTML/Scripting question
Out of context: Reply #1
- Started
- Last post
- 4 Responses
- PSYKHO0
You need to add a style to your H6.
Add this to your CSS:
h6{
margin:10px 10px 10px 0px; padding:0px;
}Don't why you are using a H6 for this, change it to a H1. I tried it and it works. Let me know if you have problems.
- Change the margin padding's to suite your needs:
margin:10px 10px 10px 0px;PSYKHO
- Change the margin padding's to suite your needs: