Thread: How do I type beside a cell
Results 1 to 11 of 11
Related
-
=== type comparison in mysql? Forum: Databases
Replies: 6 -
Form input type Forum: HTML Forum
Replies: 1
-
10-25-2000, 05:50 PM #1
How do I type beside a cell...
I have this this group of connected cells, witht he links inside the cells. How do I put text to the side of those? I tried the table thing, but it just really messed the cell things up.
-
10-25-2000, 05:58 PM #2
The only way I can think of is with another cell. Maybe Dave knows...
-
10-25-2000, 09:41 PM #3
If you post your URL here I will take a look at the source code and see what we can do.
Dave
-
10-26-2000, 04:38 PM #4
-
10-26-2000, 04:40 PM #5
Actually, it's www.angelfire.com/anime2/allstarr
I kinda forgot the other "r"
------------------
Eat It!
-
10-26-2000, 05:05 PM #6
I have striped the angelfire code from the page and this is your code:
<html>
<BODY bgcolor=black>
<style>
{color=green}
</style>
<h1 align="center">Welcome To My Web Site</h1>
<div align="center"><img src="/images/afx60.gif"></div>
<br>
<hr shade>
<br>
<table bgcolor="gray" border="4" width="20%">
<tr>
<th>
</th>
</tr>
</td>
<table bgcolor="gray" border="4" width="20%">
<tr>
<th>
<b><h2>Home</h2><b>
</th>
</tr>
<table bgcolor="gray" border="4" width="20%">
<tr>
<th>
</th>
</tr>
</td>
<table bgcolor="gray" border="4" width="20%">
<tr>
<th>
<b><h2>Games</h2><b>
</th>
</tr>
<table bgcolor="gray" border="4" width="20%">
<tr>
<th>
</th>
</tr>
</td>
<table bgcolor="gray" border="4" width="20%">
<tr>
<th>
<b><h2>Programs</h2><b>
</th>
</tr>
<table bgcolor="gray" border="4" width="20%">
<tr>
<th>
</th>
</tr>
</td>
<table bgcolor="gray" border="4" width="20%">
<tr>
<th>
<b><h2>Downloads</h2><b>
</th>
</tr>
</td>
<table bgcolor="gray" border="4" width="20%">
<tr>
<th>
</th>
</tr>
</td>
</html>
what you need to do first is put in your <head> tags inside these tags you need to place your <style>.
Next go read the section on tables
You have created way to many here. Look at my examples and try to follow along with the code I show for building those tables.
You have alot of <th> tags which are not needed and you have closing</td> tags where there are no opening tags.
Now to get what you want , when you read the table tutorials pay close attention to the colspan attribute.
I am going to work for a couple hours I will check back to see where you are at when I get home.
Dave
------------------
I am sorry, due to time constraints, I cannot answer email questions.
-
10-26-2000, 05:09 PM #7
I have looked at the code again. I do not want to make you feel bad but you really need to start with the basic html tutorials read the tag lists and the tables and start all over. try to work along as you read.
things to pay attention to:
what attributes go with what tags
closing tags!!!!!!
the TD tag
the TH tag
Good luck Ill check back
-
10-26-2000, 11:08 PM #8
I know what you mean, but I meant to put those <th> and <tr> tags there. They added a little space bewteen each cell, which when you look at the web page you can tell, and I like the look they give it. That is the reason why they're there. It's probably wierd to you, but I think I like the look, or else I would have put them out. I did so many different options with the cell tags, and this was the one I liked best. Is there any way I can type to the side of it using this source code?
------------------
Eat It!
-
10-26-2000, 11:34 PM #9
The effect you want can be accomplished, by proper HTML methods for simply by inserting smaller table cells between the main cells. I will look at it tomorrow and get bacjk to you.
Dave
-
10-27-2000, 05:04 PM #10
Try this
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<title></title>
</head>
<body bgcolor="#000000">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="760">
<tr>
<td valign="top" width="150"><div align="center"><table
border="4" cellpadding="0" cellspacing="0" width="140"
bgcolor="#808080">
<tr>
<td> </td>
</tr>
</table>
</div><div align="center">
<table border="4" cellpadding="0" cellspacing="0" width="140"
bgcolor="#808080">
<tr>
<td> </td>
</tr>
</table>
</div><div align="center">
<table border="4" cellpadding="0" cellspacing="0" width="140"
bgcolor="#808080">
<tr>
<td> </td>
</tr>
</table>
</div><div align="center">
<table border="4" cellpadding="0" cellspacing="0" width="140" bgcolor="#808080">
<tr>
<td> </td>
</tr>
</table>
</div><div align="center">
<table border="4" cellpadding="0" cellspacing="0" width="140"
bgcolor="#808080">
<tr>
<td> </td>
</tr>
</table>
</div><div align="center"><table
border="4" cellpadding="0" cellspacing="0" width="140"
bgcolor="#808080">
<tr>
<td> </td>
</tr>
</table>
</div><div align="center"><table
border="4" cellpadding="0" cellspacing="0" width="140"
bgcolor="#808080">
<tr>
<td> </td>
</tr>
</table>
</div><div align="center"><table
border="4" cellpadding="0" cellspacing="0" width="140"
bgcolor="#808080">
<tr>
<td> </td>
</tr>
</table>
</div><div align="center"><table
border="4" cellpadding="0" cellspacing="0" width="140"
bgcolor="#808080">
<tr>
<td> </td>
</tr>
</table>
</div><div align="center"><table
border="4" cellpadding="0" cellspacing="0" width="140"
bgcolor="#808080">
<tr>
<td> </td>
</tr>
</table>
</div><div align="center"><table
border="4" cellpadding="0" cellspacing="0" width="140"
bgcolor="#808080">
<tr>
<td> </td>
</tr>
</table>
</div><div align="center"><table
border="4" cellpadding="0" cellspacing="0" width="140"
bgcolor="#808080">
<tr>
<td> </td>
</tr>
</table>
</div></td>
<td width="10"> </td>
<td valign="top" width="600"><font color="#FFFFFF">Content
here</font></td>
</tr>
<tr>
<td valign="top" width="150"> </td>
<td width="10"> </td>
<td width="600"><font color="#FFFFFF"></font> </td>
</tr>
<tr>
<td valign="top" width="150"> </td>
<td width="10"> </td>
<td width="600"><font color="#FFFFFF"></font> </td>
</tr>
<tr>
<td valign="top" width="150"> </td>
<td width="10"> </td>
<td width="600"><font color="#FFFFFF"></font> </td>
</tr>
</table>
</div>
</body>
</html>
-
10-28-2000, 07:32 PM #11
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum