|
|
|
|
|
|
|
|
|
|
|
#1 |
|
Lord help me, I'm just not that bright
|
Ok - never mind - I figured it out.
By the way - don't buy any xlabor templates - I'm looking through the CSS and it really sucks. Lots of IDs are used where Classes should be used and a bunch of other stuff.... |
|
|
|
|
|
#2 |
|
Madness is like gravity. All it takes is a little... push.
Join Date: Feb 2006
Location: California
Posts: 1,679
|
__________________
~Warm and Fuzzy.
|
|
|
|
|
|
#3 |
|
Lord help me, I'm just not that bright
|
This is what I did:
<div> <img class="3pics" src="http://image.com" alt=""> <img class="3pics" src="http://image.com" alt=""> <img class="3pics" src="http://image.com" alt=""> </div> and in CSS: .3pics { margin-left: 12px; } I was making it way too complicated trying to figure out a way to do it with auto margin and screwing with floats. Then I figured it would just be a lot easier to put a fixed margin on each of left sides. Last edited by NobleSavage; 2006-11-13 at 06:11 PM.. |
|
|
|
|
|
#4 | |
|
Are you sure you're an accredited and honored pornographer?
|
Quote:
![]()
__________________
Please Re-Read The Rules For Sig Files |
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|