Hello everyone,
I am attempting to create a legend using BBcode however, I'm running into an error.
	
	
	
		
As you can see, I need 2 instances of {option} and 2 instances of {text} however, only one instance works....does anyone know how to get around this? I'm quite new to HTML.
				
			I am attempting to create a legend using BBcode however, I'm running into an error.
		Code:
	
	<fieldset style="margin:10px 10px;padding-left: 10px;padding-right: 10px;padding-top: 5px;padding-bottom: 5px;border-radius: 5px; line-height: 150%;background-color:{option2};border-style: solid;border-width: 3px;border-color:{option};"><legend style="font-family: Arial;font-size: 1.1em; border1 1px solid #000000;padding-left: 10px;padding-right: 10px;color:{option}"><b>{text2}</b></legend>{text}</fieldset>
	As you can see, I need 2 instances of {option} and 2 instances of {text} however, only one instance works....does anyone know how to get around this? I'm quite new to HTML.