Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |

THIS goes in the style:
____________________________________________
body { color: yellow; background: black url('ksl_logo.gif') no-repeat bottom right fixed; }
div.box { border: double; border-width: thin; border-color: blue; width: 450; padding: 10;}
div.thinbox { border: double; border-width: thin; border-color: blue; width: 600; padding: 10;}
div.color {background: rgb(204,204,255); color: green; width: 50%;
padding: 0.5em;
border: none;}div.pix1 { position: absolute; left: 210px; top: 23px }
div.pix2 { position: absolute; left: 344px; top: 23px }
div.pix3 { position: absolute; left: 409px; top: 23px }
div.pix4 { position: absolute; left: 486px; top: 23px }
div.pix5 { position: absolute; left: 620px; top: 23px }
div.pix6 { position: absolute; left: 685px; top: 23px }div.text1 { position: absolute; left: 210px; top: 177px; width: 124px; color: green; }
div.text2 { position: absolute; left: 344px; top: 177px; width: 55px; color: green; }
div.text3 { position: absolute; left: 409px; top: 177px; width: 67px; color: green; }div.float {
float: left; padding-right: 60px;
}
div.float p {
text-align: center;
margin-top: 3px;
}

for some reason, the opening
tag didn't copy, but rest assured, there's one in front of all of my paragraphs. you may have to add them yourself to get it to work...


i REALLY dont understand what is going on with all of these div sections. i could probably do the same exact thing as you're trying to do and make it perfect the first time using nothing but tables. it could take a few hours depending on how many tables and rows im going to need to put on there(i've made a webpage with like 12 tables and that took me like 2 hours. it was horrible).
by the looks of how it is in my browser right now, i could probably make it in less than an hour, and i would do it too. only problem is is that i dont know exactly how you want it since there's no images on the thing you put up and you said your problem was there.
i'll try and make up something and see if its what you wanted and i'll probably post back tomorrow. later
FBI Agent
AIM: EliteAssassin187

damn im good. i made it using nothing but tables and it took me less than 20mins. well lets see if it all pastes in here correctly
hmmm... it's allright, but go here and view the source. later
<html><head>
<title>the big div!</title>
<style type="text/css">
</style>
</head><body>
<table>
<tr>
<td>
<table border="1">
<tr>
<td width="20%">
The Big Div!
</td>
</tr>
<tr>
<td>
'mona try out this here div tag!
</td>
</tr>
<tr>
<td>
'mona try out this here div tag
and I'm gonna try it out good,
see if it works like,
and even like how it works,
like, know what I mean?
</td>
</tr>
</table>
</td>
<td width="80%">
<table border="1">
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>three rings on three fingers as opposed to five rings on one finger or twelve rings on three people's fingers, or whatever!</td>
<td>earrings and more earrings, in fact so many earrings, you'll be amazed!</td>
<td>wanna look at some bracelets? well look no further than here!</td>
</tr>
</table>
</td>
</tr>
</table>
<table border="1">
<tr>
<td>
This section of pictures was done using absolute positioning, and it worked out nicely except that the text under the pix is not centered, which burns my ass! But then I read another website about a different way to do "table-less layout", which is what this is all about, in the end...
</td>
</tr>
</table>
<table border="1">
<tr>
<td>
So if you wanna see what it looks like, see below...
</td>
</tr>
</table>
<table bordercolor="blue" border="1">
<tr>
<td>
The content within this DIV element will be enclosed in a box with a thin line around it, at least that's what Dave Ragget is telling me. Of course, I'll let you know if it works or what!
</td>
</tr>
</table>
<table border="1">
<tr>
<td>three rings on three fingers</td>
<td>an earring</td>
<td>groovy bracelets</td>
</tr>
<tr>
<td>rings</td>
<td>earrings</td>
<td>bracelets</td>
</tr>
<tr>
<td>rings</td>
<td>earrings</td>
<td>bracelets</td>
</tr>
</table>
<table border="1">
<tr>
<td>
...funny, this wraps to the next line when it runs out of window... and how do you get two rows of three images each? (i gotta figure out how this float thing works...)
</td>
</tr>
</table>
</body></html>
FBI AgentAIM: EliteAssassin187

![]() |
![]() |
![]() |

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |