PDA

View Full Version : a big question/hard to solve!


biber2
11-06-2002, 05:19 AM
At first hi!Ým very new here!Great Forum...
Sorry my english isnt good!Ý hope i can explain clearly what i mean!
im working local on my computer (so i have no www adress)!
i tried to customize my vbulletin new!
But i got a big problem now!
Ý saw the yaxay community!Great work!
The forumslist table on the main page there is shadowed!
And i made two images with photoshop (leftshadow and rightshadow.gif's)!
But i dont know where the right place is on the templates to insert!!!!
Ý'm working since a week for this and i tried everything!but no success!
Ý seperated my tables, corrected my codes....... nothing!!!!
Ý worked with forumhome_forumbit_level1_nopost and with forumhome_forumbit_level2_post!
Ý got images over and under my forumtables (used the modification instructions from this board)
There are no poroblem with the other images!But i cant add the left and right side images!???
Ý now this is a very hard question!But can somebody help me please!

Here is my forumhome_forumbit_level1_nopost template!And i will try to explain what all i tried!!!

</table>
<table align="center" cellspacing="0" cellpadding="0" border="0"><TR>
<TD width=50><IMG height=19 src="images/myleftunderimage.gif" width=107 border=0></TD>
<TD width="95%" background="images/mybottombgimage.gif">&nbsp;</TD><TD align=right width=50 background="images/mybottombgimage.gif">
<IMG height=19 src="images/myrightunderimage.gif" width=57 border=0></TD></TR>
</table>
<br>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY><TR><TD vAlign=top width=46><IMG height=19 src="images/myleftcat.gif" width=46 border=0></TD>
<TD vAlign=top width="100%" background=images/mytitlebgimage.gif>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY><TR><TD width="100%" background=images/myabovetitleimage.gif>
<IMG height=5 src="images/abovetitle.gif" width=2 border=0></TD></TR>
<TR><TD width="100%" background=images/mytitlebgimage.gif><B><smallfont color=#FFFFFF>
<B>$forum[title]</B></A></smallfont></B></TD></TR></TBODY></TABLE></TD>
<TD vAlign=top width=51>
<P align=right><IMG height=19 src="images/myrightcatimage.gif" width=51 border=0></P></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY><TR>
<TD width="50%" background=images/myundertitlebgimage.gif>
<IMG height=13 src="images/myleftundertitleimage.gif" width=171 border=0></TD>
<TD width="50%" background=images/myundertitlebgimage.gif>
<P align=right><IMG height=13 src="images/myrightundertitleimage.gif" width=51 border=0></P></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0 align=center>
<tr><TD vAlign=top width=18
background="images/myleftbgimage.gif"><IMG
height=10 src="images/leftshadow.gif"
width=18 border=0></TD>
<TD background="images/mylastpostbgimage.gif"><IMG height=18 src="images/myforumimage.gif" width=84 border=0></TD>
<TD width=170 background=images/myforumlastpostbg.gif>
<P align=center><IMG height=18 src="images/myposttopics.gif"
width=106 border=0></P></TD><TD width=150 background="images/myforumlastpostbg.gif">
<P align=right><IMG height=18 src="images/mylastpostimage.gif"
width=150 border=0></P>
<TD vAlign=top width=18
background="images/myrightbgimage.gif"><IMG
height=10 src="images/myrighttopimage.gif"
width=18 border=0></TD>

</tr></table><table bgcolor="#6597D9" cellpadding="4" cellspacing="1" border="1" width="95%" align=center>

The both images are working on the left and right side of my forum-lastpost-topics...... table!!!!!

now i tried:
1.to add:<TD vAlign=top width=18
background="images/myleftbgimage.gif"><IMG
height=10 src="images/leftshadow.gif"
width=18 border=0></TD>

in various places on this template. above-under-middle.......

2.to add:<TD vAlign=top width=18
background="images/myleftbgimage.gif"><IMG
height=10 src="images/leftshadow.gif"
width=18 border=0></TD>

next to:<td bgcolor="#F9F9F9"><smallfont>$forum[lastpostinfo]</smallfont></td>
in the forumhome_forumbit_level2_post template (i worked but my tables crashed when i
tried to add the rightshadow text before:<td bgcolor="#F9F9F9" valign="top"><img src="images/$forum[onoff].gif" border="0" alt=""></td>
in the same template!!!!

is this very so hard or have i bugs in my codes????would be very nice if i get alittle help!!!

Tony G
11-06-2002, 05:32 AM
Okay so do you want to add a image somewhere? I didn't understand where you wanted. Please note that and there may be a mod to make it alot easier for you. :)

biber2
11-06-2002, 04:17 PM
ok thank you i added screenshot to show where i want to add the shadow images!

Tony G
11-07-2002, 03:07 AM
So, you basically want to add the image to the background? (So, behind all the tables)

biber2
11-07-2002, 10:32 PM
ok thank you i got it! ''adding a background image to a table!!''

that was it!i tried to add a left and a right image to the table and that was the problem!now i designed only one background image (so no left and right image-just only one image)it's easier and now i got it'thanks for the idea!