web design problems

Status
Not open for further replies.

XT

Daemon Poster
Messages
788
hey thx for looking
I can get my text above my table or bellow it or even in it but never beside it on the other part of the page.
(this is a index page i got from a friend from his website) just tesing things out but i need to have the text alligned with the link/tables. Not to good with html or java so please pardon my nubish.
<html><head><title>wa hoo</title></head><table border=3>
<tr>
<td>
HOME
<hr width="100%" align="left">
Custom Computer Systems
<hr width="100%" align="left">
<hr align="right"><body>how are you doing hunny</body><hr align="right">
Repairs
<hr width="100%" align="left">
Upgrades
<hr width="100%" align="left">
Virus Info
<hr width="100%" align="left">
Networking
<hr width="100%" align="left">
Support Forums
<hr width="100%" align="left">
Training
<hr width="100%" align="left">
Recommended Software
<hr width="100% align="left">
This Week in PhotoShop
<hr width="100%" align="left">
Feedback

.</td>
</tr>
</table>

now u see the body tag should i think go above all the links and tables but every time i do that it just pushes the links down so the body is on top of it. i need to know how to make it side by side thx for the help
 
ya i thought i did but it actually tranlatted it in the forums so i gues i will leave out the ocasioanl < just for the purpose of showing you actually i will ad a dash to the side of everythin= - here it is.
<html-<head-<title-Repairs and building</title-</head-<body
a href="index.html"->HOME</a>
hr width="100%" align="left"--
a href="http://www.derbydigital.com/built4you.html"-->Custom Computer Systems</a--
hr width="100%" align="left"--
tech forums are great and this site is good but for all your questions go to the forums located on left of screen.<hr align="left"---
<a href="http://www.derbydigital.com/repair.html"--->Repairs</a
hr width="100%" align="left"--->
a href="http://www.derbydigital.com/upgrades.html"---Upgrades</a>
hr width="100%" align="left"--->
a href="virus.html"--->Virus Info</a>
hr width="100%" align="left"---->
a href="networking.html"--->Ne-tworking</a>
hr width="100%" align="left"----->
a href="http://forum.derbydigital.com"---->Support Forums</a>
hr width="100%" align="left"---->
a href="http://www.derbydigital.com/training.html"-----Training</a>
hr width="100%" align="left"----->
a href="software.html"---->Recommended Software</a>
hr width="100% align="left">
a href="PSnews.html"----->This Week in PhotoShop</a>
hr width="100%" align="left"------>
a href="http://forum.derbydigital.com/index.php?gid=22"-----Feedback</a>


this is friends code just modofide. Ok but look at my first post i want the tex to go to the right hand side not under niether in middle or over top thx. remember this code has been modofide so that it doesn't work so missing < or added ---- are suppost to be not there
 
I think what you need to do for what you want is to have a table within a table. First you need one big table with two cells - one, say, 20% width (for the links) and one bigger, for the text. For both cells, put valign="top" in the td tags. Then within the cell for the links, make another table, this time with width 100%. Then make one or more cells in this embedded table and put your links in there. Then go back to the cell in the original table for your text, and put your body in there. I think that should do it.
 
no worries mate actualy u got me on right track thanks for having a look see and replying
 
Status
Not open for further replies.
Back
Top Bottom