I need a template of an image on the left side and text in a table on the right..
Is that even possible?
Printable View
I need a template of an image on the left side and text in a table on the right..
Is that even possible?
could you please clarify a bit. Do you want me to use Dreamweaver to make you a table that can hold an image and some text? Surely you can do that yourself.
That is what I have, however I want to get something like the following in where the text is.......Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<table border="0">
<tr>
<td><img src=""></img></td>
<td>text here</td>
</tr>
</table>
</body>
</html>
Code:<table width="66%" border="0">
<td width="30%"><strong>Name:</strong></td>
<td width="63%">Rob Gross</td>
</tr>
<td height="24"><strong>Martial Status:</strong></td>
<td><p>Engaged</p>
</td>
</tr>
<tr>
<td><strong>Sex:</strong></td>
<td>Male</td>
</tr>
<tr>
<td><strong>Age:</strong></td>
<td>26</td>
</tr>
<tr>
<td><strong>Location:</strong></td>
<td>New York</td>
</tr>
<tr>
<td><strong>Occupation:</strong></td>
<td>Student, for which to graduate in March 2004</td>
</tr>
<tr>
<td><strong>Hobbies:</strong></td>
<td>Web Design, NY Yankee Baseball, Chatting Around</td>
</table>
I still dont know what you want me to do. You seem to have the code right there.
Screw the tables, use CSS2.
<img src=""></img>????
Why an end tag? If you want XHTML compatibility, use
<img src="" />
Any suggestion as to where I can get a good book to learn CSS?Quote:
Originally posted by CornedBee
Screw the tables, use CSS2.
<img src=""></img>????
Why an end tag? If you want XHTML compatibility, use
<img src="" />
Here is what I get on after a quick googling it.
http://www.w3.org/Style/CSS/learning
But I'm sure that you can google it for free tutorials.
Eric A. Meyer has written several books on CSS, all of them great.
The second important author is Jeffrey Zeldman, his book "Designing with Web Standards" is a must-have for anyone who's serious about developing modern web pages.
Shame on me for not having either, but then I'm not a professional web designer.
Another extremly important resource is the CSS-Discuss mailing list, led by Eric Meyer himself.
http://www.css-discuss.org/mailman/listinfo/css-d