Pictures in the left side module, Pictures in the left side module |
Pictures in the left side module, Pictures in the left side module |
Dec 11 2004, 07:43 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Dec 2004 Member No: 70,836 |
Hey, will you please explain to me how to put pictures/icons in the left side module of my site?
|
|
|
|
![]() |
Dec 11 2004, 08:00 PM
Post
#2
|
|
|
Afflicted: Hurt. ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 443 Joined: Feb 2004 Member No: 4,295 |
depends on where you want to put the picture, if you want in a new box on the left you add a custom module..
CODE <!-- begin code provided by createblog.com -->
<script> titleContent = 'TITLE?'; moduleContent = 'PUT YOUR PICTURE CODE HERE'; sub = subTitle.parentNode.parentNode.parentNode.parentNode.parentNode sub.insertAdjacentHTML('beforeBegin','<table border="1" cellspacing="0" cellpadding="4" width="100%" class="left"><tr><th valign="top" align="left" class="left">' + titleContent + '</th></tr><tr><td valign="top" class="left">' + moduleContent) sub.insertAdjacentHTML('beforeBegin','<BR>'); </script> <!-- end code provided by createblog.com --> |
|
|
|
fumblingmyskilz Pictures in the left side module Dec 11 2004, 07:43 PM
MyChemicalRomance. you can just put <img src="URL OF PIC... Dec 11 2004, 08:14 PM
agskora Where do u the code <img src="URL OF PIC... Dec 11 2004, 09:07 PM
MyChemicalRomance. yes if you have custom modules put it in the modul... Dec 11 2004, 09:08 PM
niez_cho QUOTE(fumblingmyskilz @ Dec 12 2004, 8:43 AM)... Dec 11 2004, 11:10 PM
fumblingmyskilz Thanks all of you. The first solution is what i wa... Dec 12 2004, 11:17 AM![]() ![]() |