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 --> |
|
|
|
Sep 20 2004, 07:22 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Jun 2004 Member No: 26,123 |
It doesn't seem to be working..Are the only things I need to chage "image name" and "image URL" or is there something else I'm missing?
|
|
|
|
Sep 20 2004, 07:25 PM
Post
#4
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> /* width of the comment page */ {width:245px;} .leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD {display: none;} </style> <!-- end code provided by createblog.com --> (To remove your modules.....) |
|
|
|
Sep 20 2004, 07:59 PM
Post
#5
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 164 Joined: Jul 2004 Member No: 28,139 |
did you use the <img src="..."> for the image url or just the url? that's your problem, use the first code.
|
|
|
|
![]() ![]() |