View Single Post
  #5 (permalink)  
Old 10-20-2009, 10:40 PM
webman's Avatar
webman webman is offline
Supreme Babbler
 
Join Date: Jan 2008
Location: Altamonte Springs, FL.
Posts: 511
webman has more than the average amount of reputation points
Send a message via AIM to webman
Default

Quote:
Originally Posted by TechieGuy View Post
Do you mean the scripts, or some of the HTML?
I mean this...

HTML Code:
<div id='sidebar-wrapper'>

<div id='xsnazzy'>
<b class='xtop'><b class='xb1'/><b class='xb2'/><b class='xb3'/><b class='xb4'/></b>
<div class='xboxcontent'>


<b:section id='tsidebar' preferred='yes' showaddelement='no'>
<b:widget id='Label1' locked='true' title='Categories' type='Label'>
<b:includable id='main'>
	<div class='tabber'>
				<div class='tabbertab'>
					<h2>Search</h2>
  					<div class='searchform'>
						<form expr:action='data:blog.homepageUrl + &quot;search&quot;' id='searchform' method='get' name='searchform'>
						<input class='s' name='q' onblur='if (this.value == &apos;&apos;) {this.value = &apos;Search on this blog...&apos;;}' onfocus='if (this.value == &apos;Search on this blog...&apos;) {this.value = &apos;&apos;;}' type='text' value='Search on this blog...'/>
						<input alt='Submit button' class='button' src='http://i254.photobucket.com/albums/hh92/eblogtemplates/wppremium/button-submit.gif' type='image'/>
						</form>
					</div>
				</div>
	
				<div class='tabbertab'>
				<b:if cond='data:title'>
					<h2><data:title/></h2>
				  </b:if>
					  <ul class='tablist'>
						<b:loop values='data:labels' var='label'>
						  <li>
							<b:if cond='data:blog.url == data:label.url'>
							  <data:label.name/>
							<b:else/>
							  <a expr:href='data:label.url'><data:label.name/></a>
							</b:if>
							(<data:label.count/>)
						  </li>
						</b:loop>
						</ul>
				</div>
				
	</div><!--Tabber end -->
	</b:includable>
</b:widget>
<b:widget id='HTML7' locked='false' title='' type='HTML'>
<b:includable id='main'>
  <!-- only display title if it's non-empty -->
  <b:if cond='data:title != &quot;&quot;'>
    <h2 class='title'><data:title/></h2>
  </b:if>
  <div class='widget-content'>
    <data:content/>
  </div>

  <b:include name='quickedit'/>
</b:includable>
</b:widget>
<b:widget id='HTML1' locked='false' title='Latest Posts' type='HTML'>
<b:includable id='main'>
  <!-- only display title if it's non-empty -->
  <b:if cond='data:title != &quot;&quot;'>
    <h2 class='title'><data:title/></h2>
  </b:if>
  <div class='widget-content'>
    <data:content/>
  </div>

  <b:include name='quickedit'/>
</b:includable>
</b:widget>
<b:widget id='Gadget1' locked='false' title='' type='Gadget'>
<b:includable id='main'>  
  <!-- only display title if it's non-empty -->
  <b:if cond='data:renderingUrl != &quot;&quot;'>
    <b:if cond='data:title != &quot;&quot;'>
      <h2 class='title'><data:title/></h2>
    </b:if>
    <b:if cond='data:gadgetSnippet != &quot;&quot;'>
       <data:gadgetSnippet/>
    <b:else/>
      <div class='widget-content'>
        <b:if cond='data:trackingUrl != &quot;&quot;'>
          <img expr:src='data:trackingUrl' height='1' width='1'/>
        </b:if>

        <iframe expr:height='data:height' expr:id='data:moduleId' expr:name='data:moduleId' expr:src='data:renderingUrl' frameborder='0' style='width: 100%; display: block'>
        </iframe>
      </div>
    </b:if>
  <b:else/>
    <data:errorMessage/>
  </b:if>

  <b:include name='quickedit'/>
</b:includable>
</b:widget>
<b:widget id='Feed1' locked='false' title='Recent Comments' type='Feed'>
<b:includable id='main'>
		<b:if cond='data:title'><h2><data:title/></h2></b:if>
			<ul>
				<b:loop values='data:feedData.items' var='i'>
					<li><a expr:href='data:i.alternate.href'><data:i.title/></a>
						<b:if cond='data:showItemDate'>
							<b:if cond='data:i.str_published != &quot;&quot;'> - <data:i.str_published/></b:if>
						</b:if>
						<b:if cond='data:showItemAuthor'>
							<b:if cond='data:i.author != &quot;&quot;'> - <data:i.author/></b:if>
						</b:if>
					</li>
				</b:loop>
			</ul>
	</b:includable>
</b:widget>
</b:section>


</div><!--xboxcontent-->
<b class='xbottom'><b class='xb4'/><b class='xb3'/><b class='xb2'/><b class='xb1'/></b>
</div><!--Search box end -->
__________________
Michael Jackson Beat
Online Game Reviews
Reply With Quote