LOTRchick
04-20-2003, 09:43 PM
http://orlandobloom.deep-ice.com/fanfiction/lorien/fanfiction/yih/index.htm
on this page, where the text is under the picture, can someone tell me the code or whatever it is and how to get it to look like that, the border and background.
thanks
MaGiCSuN
04-20-2003, 10:55 PM
it's just an image made in PSP or something, then added in a table as background, and the text is added into the table too
B'coz the background is repeating it looks like it is a normal table, but actually it is nothing more then a small graphic
Love,
Mirna
Like MaGiCSuN said, it's an image, but if you wanted to use coding, you could use something like this....
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3" style="border:1px solid">IMAGE</td>
</tr>
<tr>
<td width="5" bgcolor="pink" style="border:1px solid"> </td>
<td style="border:1px solid">TEXT HERE</td>
<td width="5" bgcolor="pink" style="border:1px solid"> </td>
</tr>
</table>
LOTRchick
04-21-2003, 12:31 AM
ok, i must be really stupid because i don't get any of this? can you help? i want the border black, the background white and the text red
thanks