gotfaith3
03-03-2003, 01:38 PM
okay go here (http://www.freewebz.com/gotfaith3/index.htm) and look at the bottom, is there a way that i can get hey ya'll at the top?? or will i have to make like all these transparent frames?
|
View Full Version : ..... got a problem gotfaith3 03-03-2003, 01:38 PM okay go here (http://www.freewebz.com/gotfaith3/index.htm) and look at the bottom, is there a way that i can get hey ya'll at the top?? or will i have to make like all these transparent frames? Sheila 03-03-2003, 01:40 PM You could put the iframe and Hey ya'll inside a table..... http://www.lissaexplains.com/table.shtml gotfaith3 03-03-2003, 01:44 PM okay well i put <table> before it and then </table> after it but now hey ya'll is underneath the iframe...... Sheila 03-03-2003, 01:47 PM You have this: <table><iframe src="inline.htm" name="inlineframe" width="130" height="355" style="border: 5 solid #ff33cc"></iframe> <Center> HEY YA'LL! </center> </table> Change it to this: <table><Center> HEY YA'LL! </center><br> <iframe src="inline.htm" name="inlineframe" width="130" height="355" style="border: 5 solid #ff33cc"></iframe> </table> gotfaith3 03-03-2003, 02:11 PM okay i did but it didnt do anything Sheila 03-03-2003, 02:12 PM Refresh your site, because it is right for me. gotfaith3 03-03-2003, 02:13 PM what does it look like to you? to me it is just on top of it now but i want it like in the center of the page Sheila 03-03-2003, 02:15 PM Yeah it is on top of the iframe. You want the Ya'll in the center of the page and the iframe off to the left of the site.? gotfaith3 03-03-2003, 02:18 PM yes, if i can do that Sheila 03-03-2003, 02:21 PM Try this instead..... <TABLE WIDTH="90%" CELLSPACING="0" CELLPADDING="0" BORDER="0"> <TR> <TD> <iframe src="inline.htm" name="inlineframe" width="130" height="355" style="border: 5 solid #ff33cc"></iframe> </TD> <TD><font face="Century Gothic" color="#ff30e9"> HEY YA'LL! </font></TD> </TR> </TABLE> gotfaith3 03-03-2003, 02:22 PM awe i dont think that you understood me.. can i get hey ya'll in the center at the top of the page???? Sheila 03-03-2003, 02:24 PM Oh Sorry *slaps self* <center>HEY YA'LL!</center><p> <table> <iframe src="inline.htm" name="inlineframe" width="130" height="355" style="border: 5 solid #ff33cc"></iframe> </table> gotfaith3 03-03-2003, 02:27 PM yay i got it.. but i have another question... if i type more stuff underneath hey ya'll.. is it just going to keep moving my iframe down?? Sheila 03-03-2003, 02:29 PM Then you will have to put it in a table, if you want text down the side of the Iframe. <center>HEY YA'LL!</center><p> <TABLE WIDTH="80%" CELLSPACING="0" CELLPADDING="0" BORDER="0"> <TR> <TD> <iframe src="inline.htm" name="inlineframe" width="130" height="355" style="border: 5 solid #ff33cc"></iframe> </TD> <TD valign="top"><font face="Century Gothic" color="#ff30e9"> Type Stuf here </font></TD> </TR> </TABLE> gotfaith3 03-03-2003, 02:37 PM okay i got it how i like it, now i have a question about my fonts... what does the font at the top of the page that says gotfaith look like? |