DDR_freak
09-13-2003, 05:13 PM
i'm doing a website for my mom and she wats more text after each door in the frame, and if i do, then it goes under the door and i wanted to know if u could make 2 lines of text and they both be to the right of the door instead of one being to the right of the door and the next line being under the door.
*hope i didnt confuse you to much.. ^_^"
http://www.geocities.com/jacksminkfanclub/
heres the site so u can understand what i am talking about more.
Loren
09-13-2003, 05:27 PM
Try this,
<table border="0" cellpadding="3" cellborder="0"> <tr>
<td><img src="your image"></td>
<td>text</td></tr>
<tr>
<td><img src="your image"></td>
<td>text</td></tr>
<tr>
<td><img src="your image"></td>
<td>text</td></tr></table>
DDR_freak
09-13-2003, 05:30 PM
but, all the doors are links
Loren
09-13-2003, 05:33 PM
Ok,
How's this?
<table border="0" cellpadding="3" cellborder="0"> <tr>
<td><a href="link"><img src="your image"></a></td>
<td>text</td></tr>
<tr>
<td><a href="link"><img src="your image"></a></td>
<td>text</td></tr>
<tr>
<td><a href="link"><img src="your image"></a></td>
<td>text</td></tr></table>
DDR_freak
09-13-2003, 05:39 PM
but now when i click on the link the page goes on the left side instead of the right side =(
Loren
09-13-2003, 05:44 PM
OK, then add the target like you did before.
<table border="0" cellpadding="3" cellborder="0"> <tr>
<td><a href="link" target="yourframe"><img src="your image"></a></td>
<td>text</td></tr>
<tr>
<td><a href="link" target="yourframe"><img src="your image"></a></td>
<td>text</td></tr>
<tr>
<td><a href="link" target="yourframe"><img src="your image"></a></td>
<td>text</td></tr></table>
DDR_freak
09-13-2003, 06:11 PM
now i have all the doors w/ the new code but only the first 3 are centered....
Loren
09-13-2003, 06:19 PM
Try this:
<table border="0" cellpadding="5" cellborder="0"> <tr>
<td><a href="http://www.geocities.com/jacksminkfanclub/aboutjack.html" target="rightside"><img
src="http://www.geocities.com/jacksminkfanclub/DOOR6.JPG"></a></td>
<td><font face="verdana"size="1" color="#FFFFFF"><b><CENTER>A BIT ABOUT JACK & WHERE HES
AT</CENTER></b> </td></tr>
<tr>
<td><a href="http://www.geocities.com/jacksminkfanclub/officers.html"target="rightside"
target="rightside" ><img src="http://www.geocities.com/jacksminkfanclub/DOOR3.GIF"></a></td>
<td><font face="verdana"size="2" color="#FFFFFF"><b><CENTER> OFFICERS & MEMBERS </CENTER></
b></td></tr>
<tr>
<td><a href="http://www.geocities.com/jacksminkfanclub/JackSmink.html"target="rightside"><img
src="http://www.geocities.com/jacksminkfanclub/DOOR2.JPG"></a></td>
<td><font face="verdana"size="2" color="#FFFFFF"><b><CENTER>CLUB SONG </CENTER></b></td></
tr>
<tr>
<td><a href="http://www.geocities.com/jacksminkfanclub/charities.html"target="rightside"><img
src="http://www.geocities.com/jacksminkfanclub/DOOR.JPG"></a></td>
<td><font face="verdana"size="2" color="#FFFFFF"><b>CHARITIES </b></td></tr><tr>
<td><a href="http://www.geocities.com/jacksminkfanclub/aplication.html"target="rightside"><img
src="http://www.geocities.com/jacksminkfanclub/ldoor8.JPG"></a></td>
<td><font face="verdana"size="2" color="#FFFFFF"><b><CENTER>FAN CLUB APPLICATION </b></
center></td></tr></table>
You might want to allow scrolling on the frame because the doors go off the bottom.