Posted by Jon on Thursday, May 29, 2008 at 6:35pm.
There may be some help for you in one of these if you're using HTML:
http://www.web-source.net/html_codes_chart.htm
http://www.web-source.net/html_tips.htm
http://www.davesite.com/webstation/html/
And here's a place to try out what you've done to make sure you haven't forgotten something!
http://www.mountaindragon.com/html/try.htm
thank you but I have already learned from those sites its helping me but its not helping with this particular problem its kinda confusing. here's what I CAN do I have a link "Photos" click on that link and there is 1 pic there, but I want 4 boxed pics I hope that clears it up alittle. I know its tough to try and help b/c I cant even explain it right
You'll have to use a table.
The HTML would look something like this:
<Table width="75%" align="center" border="1">
<tr>
<td width="50%">
<IMG SRC="locationofimage1.jpg">
</td>
<td width="50%">
<IMG SRC="locationofimage2.jpg">
</td>
</tr><tr>
<td width="50%">
<IMG SRC="locationofimage3.jpg">
</td>
<td width="50%">
<IMG SRC="locationofimage4.jpg">
</td>
</tr>
</table>
Hope that helps!
Matt
Related Questions
Art - Is this building an example of Islamic Architecture? (The exterior mainly...
English - 1. You can link the website address on your website. 2. I will paste ...
English - 1. Copy the famous pictures in museums. 2. Copy the famous pictures of...
Physics - If your own mass is 70kg and the mass of a building is 4x 10^6kg and ...
Programming - How come anytime I ask a question about programming or SQL on this...
Health 8R - I have this assignment for my health class is when I have to create...
Social Studies Project - For social studies i have to do a project called the &...
English - Thoreau included the following sentence in Walden: "There is some...
lab - We have to build our website using the sites that are free. Can you give ...
Math - Nora had 20% fewer pictures than Maria. After Nora gave 12 pictures to ...
For Further Reading