lmao that's what i was wondering, style.css is what came into mind when i read the thread, and then i saw your post and i was like yea cs source could be it to muahahaha
Ok so I have a table set up3 by 3, the first columns hold parts of a larger pic and the last do the same, the middle columns hold no pic but resize according to window size. Blah blah basic bullshit
Ok so I have a table set up3 by 3, the first columns hold parts of a larger pic and the last do the same, the middle columns hold no pic but resize according to window size. Blah blah basic bullshit
My question is…. How do I do the same with CSS? And no tables
if you like cascading style sheets and you wanna learn from a really easy to learn from page, goto www.lissaexplains.com but don't laugh it's kidish looking website but they expain it VERY clearly good luck
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style>
body {
margin:0px 0px 0 0px;
padding:0;
background:#000000;}
#head {
margin-left:100px;
margin-right:100px;
padding-top:10px;
padding-bottom:10px;
padding-left:10px;
padding-right:10px;
background:#3FA1FC;}
#tool {
margin-left:352px;
margin-right:100px;
background:#6cb6fb;}
#holder {
margin-left:100px;
margin-right:100px;
background:#FFFFFF;}
</style>
</head>
<body>
<div id="head">
See what I need it to be able to place images here, not one image mind you but six that correspond to make one large image…
</div>
<div id="holder">
<div id="tool"> Now this here was intended to be placed next to the above, however
as you can see it is below it. SO?
</div>
</div>
</div>
</div>
</body>
</html>
AutoForums.com is the premier network of enthusiast-owned
enthusiast-operated automotive communities.
We operate more than 100 automotive forums where our users consult peers for shopping information and advice, and share
experiences and opinions as a community.