Forum Moderators: not2easy
Shadows Papa (Shadow is the world's cutest cat)
The good news is that you can use both CSS and tables.
You are correct that using CSS to control text makes you life a lot easier. The hard part will be in cleaning off all the <font> and <size> tags.
I, for one use both and as I become comfortable with CSS, add more elements. It’s very easy that way.
You have landed in the correct forum, there is a ton of great info here.
This is an interesting topic on CSS books [webmasterworld.com]
There is also a good course on CSS starting here [webmasterworld.com].
Whenever you need an answer, ask it here and someone will jump in and help. Lots of good community here. Good luck
Jb
[cat] My two Siamese are cute also [/cat]
cats are great, but let's talk about css ;)
>tables
I think you could do that fairly easily with <div>'s,
Untested, and completely of the top of my heas:
.prdbox {
width: 100px;
height: 100px;
float: right;
}
.prodbox h4 {
font: bold 1em arial,verdana,sans-serif;
}
.prdbox img {
padding-left: 25px;
}
.prdbox p {
font: .9em verdana,arial, sans-serif;
}
and in your (x)html
<div class="prdbox">
<h4>Prd Title</h4>
<img src="prd.gif" alt="" />
<p>This is your prd text.</p>
</div>
Repeat as necceassary
With me?
Go ahead, css guys and girls, make that make better sense, it's late on friday night ;)
Nick
Shadow's Papa (Shadow's ready for bed)
<div align="center">
<center>
<table border="0" cellspacing="1" style="border-collapse: collapse" bordercolor="#111111" width="97%" id="AutoNumber10">
<tr>
<td width="22%">
<p align="center">
<img border="0" src="screen.jpg"></td>
<td width="22%">
<p align="center">
<img border="0" src="it.jpg"></td>
<td width="28%">
<p align="center">
<a href="javascript: largeview('view2.asp?name=home-sample')">
<img border="0" src="sample2.jpg"></A></td>
<td width="28%">
<p align="center">
<a href="javascript: largeview('view2.asp?name=sample')"> <img border="0" src="sample.jpg"></a><br>
<font size="1" face="Verdana">Click on pic to see our sample</font></td>
</tr>
<tr>
<td width="22%"><font face="Verdana" size="2"><b>Really nice item</b><br>
A fun one here too.
Instructions for 4 sizes included.<br>
this much - $8.50<br>
</font><font face="Verdana" size="1">Code: pat-sp-3</font></td>
<td width="22%"><b><font face="Verdana" size="2">"Zip It" <br>
</font><font face="Verdana" size="1">Item II</font></b><font face="Verdana" size="2"><br>
Quick and easy with many uses. Instructions
for 3 sizes included.<br>
this thing - $8.50<br>
</font><font face="Verdana" size="1">Code: pat-zi-3</font></td>
<td width="28%"><font face="Verdana" size="2"><b>"Home Sweet Home"</b><br>
Approx. 50" x 56"<br>
A great item, too<br>
Click on it to see ours.<br>
cool - $7.00<br>
more cool - $54.95<br>
</font><font face="Verdana" size="1">Code: pat-hsh-3<br>
Code: kit-hsh-3<br>
<form action="order.asp" method="POST">
<input type="submit" name="submit" value="order this one" style="font-size: 8pt; font-family: Verdana">
</form></font></td>
<td width="28%">
<font face="Verdana" size="2"><b>nice item</b><br>
Approx. 37.5" x 37.5"<br>
includes cool stuff.<br>
Kit makes approx. 92" x 110"<br>
plan - $7.50<br>
</font><font face="Verdana" size="1">Code: pat-gt-3<br>
</font><font face="Verdana" size="2">Kit w/plan - $122.95</font><font face="Verdana" size="1"><br>
Code: kit-gt-3<br>
<form action="order.asp" method="POST">
<input type="submit" name="submit" value="another item" style="font-size: 8pt; font-family: Verdana">
</form></font></td>
</tr>
<tr>
<td width="22%"><form action="http://cgi.tbbs.net/scripts/store/order.asp" method="POST">
<p align="center">
<input type="submit" name="submit" value="order item 2" style="font-size: 8pt; font-family: Verdana">
</p>
</form></td>
<td width="22%"><form action="order.asp" method="POST">
<p align="center">
<input type="submit" name="submit" value="order kit 2" style="font-size: 8pt; font-family: Verdana">
</p>
</form></td>
<td width="28%"><form action="order.asp" method="POST">
<input type="submit" name="submit" value="order item 1" style="font-size: 8pt; font-family: Verdana">
</form></td>
<td width="28%"><form action="order.asp" method="POST">
<input type="submit" name="submit" value="order kit 1" style="font-size: 8pt; font-family: Verdana">
</form></td>
</tr>
<tr>
<td width="22%"></td>
<td width="22%"></td>
<td width="28%"></td>
<td width="28%"></td>
</tr>
</table>
</center>
</div>