Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Mysidia Adoptables > Questions and Supports

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 04-18-2009, 07:41 PM
Sora Sora is offline
Member
 
Join Date: Jan 2009
Posts: 6
Credits: 1,524
Sora
Default RE: Html in content?

Thank you for that. Is there any way to align an image to the left at all? Sorry, I don't use BBCodes that much.
Reply With Quote
  #2  
Old 04-18-2009, 07:52 PM
BMR777 BMR777 is offline
Member
 
Join Date: Jan 2011
Posts: 1,122
Gender: Male
Credits: 19,497
BMR777 is on a distinguished road
Default RE: Html in content?

Quote:
Originally Posted by Sora
Thank you for that. Is there any way to align an image to the left at all? Sorry, I don't use BBCodes that much.
Try wrapping it in a tag.

Here's a BBCode list, with HTML equivelents:

Code:
$text = preg_replace('|\[b\](.+?)\[\/b\]|i', '<strong>$1</strong>', $text);
        $text = preg_replace('|\[i\](.+?)\[\/i\]|i', '<em>$1</em>', $text);
        $text = preg_replace('|\[u\](.+?)\[\/u\]|i', '<u>$1</u>', $text);
        $text = preg_replace('|\[img\](.+?)\[\/img\]|i', '<img src="$1" border="0">', $text);
        $text = preg_replace('|\[url=(.+?)\](.+?)\[\/url\]|i', '<a href="$1" target="_blank">$2</a>', $text);
        $text = preg_replace('|\[color=(.+?[^;])\](.+?)\[\/color\]|i', '<span style="color:$1;">$2</span>', $text);
        $text = preg_replace('|\[size=(.+?[^;])\](.+?)\[\/size\]|i', '<span style="font-size:$1;">$2</span>', $text);
        $text = preg_replace('|\[left\](.+?)\[\/left\]|i', '<span style="text-align: left;">$1</span>', $text);
        $text = preg_replace('|\[right\](.+?)\[\/right\]|i', '<span style="text-align: right;">$1</span>', $text);
        $text = preg_replace('|\[center\](.+?)\[\/center\]|i', '<center>$1</center>', $text);
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Content Manager Nemesis Other Chat 14 07-12-2012 01:22 AM
Letting admins see certain content on a page? rickasawr Questions and Supports 2 05-22-2011 01:01 PM
Change Content Rozel Questions and Supports 6 05-11-2011 10:47 AM
Editing Content Rozel Questions and Supports 4 01-29-2011 01:14 PM
Index content on levelup pages? Tequila Questions and Supports 6 02-27-2010 04:03 PM


All times are GMT -5. The time now is 05:16 PM.

Currently Active Users: 5359 (0 members and 5359 guests)
Threads: 4,082, Posts: 32,047, Members: 2,016
Welcome to our newest members, jolob.
BETA





What's New?

What's Hot?

What's Popular?


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
vBCommerce I v2.0.0 Gold ©2010, PixelFX Studios
vBCredits I v2.0.0 Gold ©2010, PixelFX Studios
Emoticons by darkmoon3636