putting an image on, where the blog is |
![]() ![]() |
putting an image on, where the blog is |
Mar 2 2007, 12:15 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 89 Joined: Aug 2005 Member No: 195,340 |
Is there any way to put an image on the spot where the blog table used to be?
|
|
|
|
| *Azarel* |
Mar 2 2007, 01:25 PM
Post
#2
|
|
Guest |
To my knowledge, no, but you can, however, place an image in place of the extended network table.
|
|
|
|
Mar 7 2007, 02:34 PM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 141 Joined: Feb 2007 Member No: 506,587 |
in order to do that you would have to use a div
i have done this before just hide your blog and use the div and set the style's of the div use these codes first way... CODE <div style="position:absolute; width:yourwidthpx; height: yourheightpx; top:yourtoppx; left:yourleftpx; background: URL('youimageurl');"></div> second way... CODE <div style="position:absolute; width:yourwidthpx; height: yourheightpx; top:yourtoppx; left:yourleftpx;"><img src="yourimageurl"></div> this is the only way i know of doing it you may have to fool around with it a bit |
|
|
|
![]() ![]() |