New theme for MyBB, help please?

Tindris said:
Moneyman said:
Code:
<br /><center>Forum theme by <a href="http://www.dezignr.net">Dezignr</a><br/></center>

That isn't even valid code...

I'm pretty sure first time theme designers didn't get it right. But yes, it's not valid. Well, the <center> tags aren't anyway.
 
My bad 😛 gonna fix dis when I got my laptop, on a phone now 🙂
Any suggestions j greig?
 
Code:
<div style="text-align:center">your text</div>

Or you can do it like:

Code:
<div class="sample">your text</div>

Then add this code to the CSS:

Code:
.sample {
	text-align: center;
}

Make sure to modify the code to your needs though.
 
Tindris said:
Avoid inline styling at all costs.

Both will work above, but as Tindris said, I guess avoiding inline styling is best. I'm no expert so only take what I wrote as a guideline.
 
Yo, so, take a look at the attachment mates, I think that this is a problem with the .tborder.
Here's my .tborder code:
Code:
.tborder {
            background: #A0A0A0;
	    width: 100%;
	    margin: auto auto;
}

I guess it's a border problem and I don't know how to fix that. Any help please? :happy:

-- 20 Feb 2013, 03:41 --

Nvm, it's fixed 😀<br /><br />-- 20 Feb 2013, 04:27 --<br /><br />http://community.mybb.com/thread-134882.html

Any help please guys n' gals?
 

Attachments

  • problem.webp
    problem.webp
    10.2 KB · Views: 51
Back
Top Bottom