View Single Post
Old 09-30-2004, 08:47 PM   #8 (permalink)
imaginemn
v7n Mentor
 
imaginemn's Avatar
 
Join Date: 02-18-04
Location: Minneapolis, Minnesota
Posts: 1,940
iTrader: 0 / 0%
imaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to all
Send a message via MSN to imaginemn Send a message via Yahoo to imaginemn Send a message via Skype™ to imaginemn
1. I agree. It would make more sense to see all the supporting pages and the best way to do this is to view the page online.

2. You are not closing all your DIV tags. It was also difficult to read your code because your example code has &quote; and not ".

Example:
==================================
You have
==================================

<div class="center">content here content here contebnt here
<div class="left">content left here
<div class="right">content right here

==================================
It should be
==================================

<div class="center">content here content here contebnt here</DIV>
<div class="left">content left here</DIV>
<div class="right">content right here</DIV>

==================================

imaginemn
__________________
Need a project done? - Set Your Own Price!
Imagine Creative Services
- Design : Marketing : Multimedia : More
imaginemn is offline   Reply With Quote