View Full Version : umm ok 1 more thing...sry


Miss_Thang
11-27-2003, 05:51 PM
ok...umm everything now is fine with my tables and stuff...the only thing now is umm...i can't align my tables where i want...ex. i want like 2 or 3 of my tables on the left side and umm...the other 2 or 3 on the right side of my site....but uh that's not working [lol]...can some one tell me how to align or position my tables in the side i want them! Thank you! *sry for bugging*

Loren
11-28-2003, 03:11 PM
Umm...
What?

Where do you want you tables aligned?
Can you give me some sort of a visual?

ex.


t a b l e

table table

table table

Miss_Thang
11-28-2003, 03:46 PM
umm ok...my bad i want to know how to align my text and photos...umm here's the link http://www.geocities.com/mrsjiggs_avenlinda/temporarypreviewfile.html?1070037478584 I want the text to be on the right and the photo to be centered. how do i do that?

SSPrincess
11-28-2003, 04:44 PM
Try:
<center><img src=imgurl.jpg></center>

I hope this helps. Have a nice day! :)

Loren
11-28-2003, 04:49 PM
Trust me it won't. I'm working on the code now.

SSPrincess
11-28-2003, 04:52 PM
Originally posted by Loren
Trust me it won't. I'm working on the code now. :confusion It should it's just a table...why wouldn't it...?

Loren
11-28-2003, 04:56 PM
Because thier are about 5 million code errors and

I want the text to be on the right and the photo to be centered. how do i do that?


I took that to mean to the right of the photo but if not I can make it below the photo too. Their are so many td and /td tags that just center doesn't get very far.

Loren
11-28-2003, 05:09 PM
Ok:
Here is the code. I edited a lot of stuff out so if something doesn't work right when you reupload it let me know.

PS Back up the current file so I know what I took out that you needed.


<html>
<head>
<title>index1</title>
<STYLE type="text/css">
<!--
BODY {
scrollbar-face-color: white;
scrollbar-highlight-color: blue;
scrollbar-3dlight-color: white;
scrollbar-darkshadow-color: white;
scrollbar-shadow-color: white;
scrollbar-arrow-color: blue;
scrollbar-track-color: white;
}
-->
</STYLE>
</head>
<body background="http://www.geocities.com/mrsjiggs_avenlinda/bground.JPG" bgcolor="#FFFFFF" link="#0000FF" vlink="#FF0000" text="#0000CC"
>

<table border=0 cellspacing=0 cellpadding=0 width="100%">
<tr valign="top">
<td width=57><!-- scrollbar -->

</td>
</tr>
<tr valign="top">
<td colspan=1 height=149></td>
<td><!-- Aventura -->
<table border="2" bordercolor="blue" cellpadding="0" cellspacing="0" width="650" height="350" align='center'>
<tr>
<td width="650" align="center"><img src="Graphic.JPG" width="650" height="350"></td>
</tr>
</table>

</td><td colspan=2 align='right'>
<table border="2" bordercolor="blue" cellspacing="3" width="200" >
<tr>
<td><b>Updates</b></td>
</tr>
<tr>
<td>Welcome to <b>TPA</b> [dot] cjb [dot] net!! We're finally open and here to stay for a long time!</td>
</tr>
<tr>
<td><b>News</b></td>
</tr>
<tr>
<td>Aventura is currently in Italy, and will be there until December8! They won 2 italian awards!</td>
</tr><tr>
<td><b>POTM</b></td></tr><tr>
<td><img src="aventuracopy.JPG" width="100" height="125"></td></tr>
</table>
</td></tr>
<tr><td colspan=4 align="right">
<br>
<table border="0" bordercolor="blue">
<tr>
<td>
<table border="1">
<tr>
<td><b>Welcome</b></td>
</tr>
<tr>
<td>Welcome to TPA [Todo Por Aventura]</td></tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>

Miss_Thang
11-28-2003, 07:00 PM
THANX!!!! IT WORKED FOR ME!!!

Loren
11-28-2003, 07:11 PM
Your welcome. :)