Bifurcate HTML webpage

mohityadavx

Youngling
Hi!

I want to bifurcate an existing HTML webpage which looks like this:-
*i1234.photobucket.com/albums/ff403/mohityadavx/liveview.png

I want the content (white part where text is present) in it to look like this without destroying the tempelate:-
*i1234.photobucket.com/albums/ff403/mohityadavx/webpage.jpg

Plz tell me ow to do this??
 

nbaztec

Master KOD3R
What's stopping you from editing the template code?
Insert a
Code:
<span> 
      <img src="foobar.gif" /> 
      <span style="float:left">Lorem ipsum dolor sit amet</span>
</span>
Or a list equivalent (depends on the template code) within the sidebar's code.
 
Top Bottom