There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Tag Cloud
acer black screen blue screen boot computer connection crash css dell drive driver drivers email error ethernet excel explorer firefox firefox 3 freeze hard drive internet internet explorer itunes laptop linux malware monitor network networking outlook outlook 2003 outlook express password printer problem problems ram router security slow software sound trojan usb virus vista windows windows xp wireless
Web Design & Development
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > Internet & Networking > Web Design & Development >
Line up tables?


HELLO AND WELCOME! Before you can post your question, you'll have to register -- it's completely free! Click here to join today! We highly recommend that you print a copy of our Guide for New Members. Enjoy!

Closed Thread
 
Thread Tools
cnelson04's Avatar
Senior Member with 900 posts.
 
Join Date: Dec 2003
06-Feb-2006, 06:22 AM #1
Line up tables?
hey guys, ok heres what i want to do, if you could look at this; http://visionstudios.be/test.php and see how the image and the words are right next to each other? well you see how the image is a little bit below the words, i want to know how to make it so the image will be in the center of those words. heres the code for that page;

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<table width="412" height="88" border="0" cellpadding="2" cellspacing="0">
<tr>
<td width="80"><div align="center"><a href="http://www.visionstudios.be/tut1.php"><img src="images/tuts/diagonal/thumb.gif" width="48" height="48" border="0" align="top"></a></div></td>
<td width="324"><div align="left">
<p>Dificutly: Easy<br>
Time: 5 Minutes<br>
Autor: Cnelson<br>
Description: Learn to make a nice diagonal pattern, and apply it to a image. </p>
<p>&nbsp;</p>
</div></td>
</tr>
</table>
</body>
</html>

hope someone can help. thanks. -cnelson.
skibum35's Avatar
Member with 71 posts.
 
Join Date: Aug 2005
Location: Sydney, Australia
Experience: Beginner
06-Feb-2006, 08:08 AM #2
Just a quick bashup that may help.

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<table width="412" height="88" border="0" cellpadding="2" cellspacing="0">
<tr>
<td width="80" align="center" valign="middle"><div align="center"><a href="http://www.visionstudios.be/tut1.php"><img src="images/tuts/diagonal/thumb.gif" width="48" height="48" border="0" align="top"></a></div></td>
<td width="324" align="center" valign="middle"><div align="left">
<p>Difficutly: Easy<br>
Time: 5 Minutes<br>
Author: Cnelson<br>
Description: Learn to make a nice diagonal pattern, and apply it to a image. </p>
</div></td>
</tr>
</table>
</body>
</html>
Closed Thread

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who help people like you solve computer problems. See our Welcome Guide to get started.



Thread Tools


You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 07:17 PM.
Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Powered by Cermak Technologies, Inc.