How to Carve a Wooden Pipe -- there's what's happening. Let me in on how to fix it! :p
Printable View
How to Carve a Wooden Pipe -- there's what's happening. Let me in on how to fix it! :p
It due to the fact the h2 tags are lining up how they are suppose to
on that post you could edit the h2 tags for Required Materials to something like this
This will put the Required Materials under the ads instead of next to them adjust the "98px" to whatever to make it fit right. Was 98 on my FF in using the DEV tool kitCode:<h2 style="padding-top:98px;">Required Materials</h2>
That's what I was previously doing, but it's a bit of a hassle doing that for every single page that I add -- and there's too much whitespace.
I simply want some left-padding next to the <li>'s that are being wrapped around.
In the css
could edit the 35px and this will move it right. Adjusts the margin from the leftQuote:
#content ul {margin:0 0 10px 35px}
or just a thought put Preparation before Required Materials/Tools
http://i43.tinypic.com/am8nqu.png
This is what happens when I edit the 35px value to 100px, not what I want.
That would be a fix for this particular page, but not for the rest of the Web site -- plus that's a mucky structure.
ok sorry I dont get what you want
maybe cut and paste the image the way you would like then I can help you.Quote:
I simply want some left-padding next to the <li>'s that are being wrapped around.
can use this if you dont have a program like photoshop
pixlr.com/app/
http://i43.tinypic.com/2qks8ys.jpg
I wouldn't mind something like that.
I wouldnt be able to do this as its all one list so the padding is going from the left of the div so giving it any number will effect the wrapped part. To only move the wrapped part it would need to be two lists.
Sorry couldnt help though
I took out the clear:both; on br element and got this:
http://img152.imageshack.us/img152/4207/listwrapjq2.jpg
http://img152.imageshack.us/img152/l...jpg/1/w769.png
That isn't what you want?