Left/Right side pictures |
Left/Right side pictures |
Sep 19 2004, 05:10 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Jun 2004 Member No: 26,123 |
Is it possible to put a picture along the side of the site? In place of left/right side modules?
|
|
|
|
![]() |
Sep 19 2004, 05:57 PM
Post
#2
|
|
![]() hi, my name is brianna! =] ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 5,764 Joined: Jun 2004 Member No: 22,114 |
Copy and paste into Website Stats
CODE <!-- begin code provided by createblog.com -->
<script> titleContent = 'PICTURE NAME'; moduleContent = 'IMAGE URL'; 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 --> |
|
|
|
Dabunni Left/Right side pictures Sep 19 2004, 05:10 PM
Dabunni It doesn't seem to be working..Are the only th... Sep 20 2004, 07:22 PM
C.Lime.Jello. CODE<!-- begin code provided by createblog... Sep 20 2004, 07:25 PM
matthufham did you use the <img src="..."> fo... Sep 20 2004, 07:59 PM![]() ![]() |