xoPrettyBaby
01-10-2005, 09:51 PM
i have a background image butit doesnt work right..i tried to get it jus ont eh sides like a border...but i was wonderin how to have where my words are like tables..but still be able to see the image on the sides and in the middle...either that or how to have an image as a border...please help[SIZE=7]:help:
MaGiCSuN
01-10-2005, 10:24 PM
depends on how you want your layout to be :) if you want a border on both sides and a stroke in the middle (so having 2 cells for your text) then this would be the table coding:
<table border="0" cellspacing="0" cellpadding="0" height="#" width="#">
<tr><td>image in here</td>
<td valign="top">text here</td><td>image in here</td><td valign="top">text here</td><td>image in here</td></tr></table>
red parts are for the image 'borders', blue parts are for the text. If this isn't what you where looking for then try to explain a bit more or even try to give us an example :)
love,
Mirna
xoPrettyBaby
01-10-2005, 10:27 PM
hmm idk thannks forthat but it would be alot of work...is there summin where i can jus have that as my background and summin wit the tbales?