View previous topic :: View next topic |
Author |
Message |
filmsRpriceless Camera Operator
Joined: 26 Jun 2003 Posts: 65
|
Posted: 08.02.2003 12:54 am Post subject: Can anyone help me out? |
|
|
I'm so frustrated... I suck at html, and I'm trying to reformat my home page, but I don't have a clue how to make two links on the left side of the page and two on the right side of the page on the same line with each other. _________________ My apparent website |
|
Back to top |
|
|
Danny Baldwin Studio Exec
Joined: 26 Jun 2003 Posts: 1354 Location: San Diego, CA
|
Posted: 08.02.2003 2:26 am Post subject: |
|
|
Try making a table with set pixel widths and a middle one (for your stuff that will be there)...that's as big as it can be (or just another set pixel rate). If you don't want the middle sectopmto have two different cells (for the two lines)--then make then just make it 1 row with 3 columns and split the left and right cells. If you need a code, I could write you one up. There are probably better ways of doing this, but hey, this is how I'd do it. _________________ Danny Baldwin
View My Reviews |
|
Back to top |
|
|
filmsRpriceless Camera Operator
Joined: 26 Jun 2003 Posts: 65
|
Posted: 08.02.2003 3:27 am Post subject: |
|
|
Thanks, man.
Here's what it looks like so far:
http://www.geocities.com/filmsrpriceless/index2.html
I want the links and lists links to be on the right side of the screen aligned with the screening log and review links, then I suppose the remaining link would be in the center below the previous links. Ya know what I mean? _________________ My apparent website |
|
Back to top |
|
|
Danny Baldwin Studio Exec
Joined: 26 Jun 2003 Posts: 1354 Location: San Diego, CA
|
Posted: 08.02.2003 4:40 pm Post subject: |
|
|
Yeah, that's easy--Here's a code you can just plop into what's below the picture...I've already put in you're links urls and such...
<div align="center">
<center>
<table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1" height="30" cellspacing="0">
<tr>
<td width="50%" height="10">
<ul>
<li>
<p style="margin-top: 0; margin-bottom: 0">
<font face="Courier New" size="2">
<a href="http://www.geocities.com/filmsrpriceless/filmsseen2003.html">
Screening log</a></font></li>
</ul>
</td>
<td width="50%" height="10">
<ul>
<li>
<p align="right" style="margin-top: 0; margin-bottom: 0">
<font face="Courier New" size="2">
<a href="http://www.geocities.com/filmsrpriceless/links.html">My rating
system</a></font></li>
</ul>
</td>
</tr>
<tr>
<td width="50%" height="1">
<ul>
<li>
<p style="margin-top: 0; margin-bottom: 0">
<font face="Courier New" size="2">
<a href="http://www.geocities.com/filmsrpriceless/reviews.html">Reviews</a>
[Added: <b><></b>]</font></li>
</ul>
</td>
<td width="50%" height="1">
<ul>
<li>
<p align="right" style="margin-top: 0; margin-bottom: 0">
<font face="Courier New" size="2">
<a href="http://www.geocities.com/filmsrpriceless/links.html">Links</a>,
about me, etc.</font></li>
</ul>
</td>
</tr>
<tr>
<td width="100%" colspan="2" height="16">
<ul>
<li>
<p align="center" style="margin-top: 0; margin-bottom: 0">
<font face="Courier New" size="2">
<a href="http://www.geocities.com/filmsrpriceless/links.html">Lists</a>,
just the 2002 top-10 for now</font></li>
</ul>
</td>
</tr>
</table>
</center>
</div>
If it's too spaced out, tell me. _________________ Danny Baldwin
View My Reviews |
|
Back to top |
|
|
Danny Baldwin Studio Exec
Joined: 26 Jun 2003 Posts: 1354 Location: San Diego, CA
|
Posted: 08.02.2003 4:42 pm Post subject: |
|
|
It'd also be really cool if you got a slide-show-ish graphic of images from all of your favorite movies to replace the current Irreversible one--I'm not exactly sure how to do it, but I could look. _________________ Danny Baldwin
View My Reviews |
|
Back to top |
|
|
filmsRpriceless Camera Operator
Joined: 26 Jun 2003 Posts: 65
|
Posted: 08.03.2003 5:34 am Post subject: |
|
|
Thanks! That's awesome.
I plan on learning more of his stuff so I don't have to bother people all the time. _________________ My apparent website |
|
Back to top |
|
|
|