MyBB Community Forums

Full Version: Customize forum description font color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
CraKteR Wrote:Proper XHTML:
<span style="color: color here;">Description here</span>
Thanks a lot for XHTML CraKteR.
I would like to also know how do i include a link to an image using XHTML?
Thanks.
Well, that's easy.
<img src="image source url goes here" alt="alternative string goes here" />
<img src="link here" alt="alt here" />

edit: darn you crakter. beat me to the post button
Thanks again CraKteR and Tikitiki.
One last thing i want to ask is: How do you brake to the next line using XHTML? I mean how can i place content starting from new row.
Thanks a lot.
You mean like if you pushed enter in Word/etc. to make a new line?

Just use...

<br />

New paragraph, in case you also need that...

<p></p>
Thanks a lot Soshite.
Pages: 1 2