OZONE Asylum
Forums
Site reviews!
pixelayer.com
This page's ID:
24495
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
One thing I noticed is that your code is very messy. You have a bunch of open DIV tags when only 1 was needed, and you also have alot of </a> when you have no open links... Try something like this: [code]<div align="center"> <p>In this tutorial I will show you how to have 2 bars behind your text.</p> <p>Create your new image and select the pencil tool</p> <p><img src="tutorial4/10.jpg" alt="describe the image" /></p> <p>Set the brush size</p> <p><img src="tutorial4/11.jpg" alt="describe the image" /></p> <p>Hold shift and draw one of your lines, then draw another a little ways down. Leaving some space inbetween</p> <p><img src="tutorial4/step3.jpg" alt="describe the image"></p> <p>Then right click your layer and click blending options and set these settings</p> <p><img src="tutorial4/13.jpg" alt="describe the image" /></p> <p><img src="tutorial4/18.jpg" alt="describe the image" /></p> <p><img src="tutorial4/19.jpg" alt="describe the image" /></p> <p>Simple effects like this and do alot to the text.</p> <p><img src="tutorial4/final.jpg" alt="describe the image" /></p> </div>[/code] Notice how I only used one <div align="center"> and then after the content I closed it with </div>. Also, if you use <p> you can illiminate the need for breaks, you could replace those with <h1>, <h2>, <h3>, and so on if you wish... It is also very clean and easy for you to edit if you need to. There is one broken image, look in this area: [code]<p> <div align="center">Hold shift and draw one of your lines, then draw another a little ways down. Leaving some space inbetween</a><p> <div align="center"><img src="tutorial4/step3.jpg"><br /></a> <br /> </p>[/code] One thing you might notice is I added alt="describe the image" in all your image tags. This will cause any broken images (or if the user has turned off images) to display test instead if they are using a Mozilla based browser, or a broken image with the text inside on IE. It may sound silly, but when i am doing a test layout, I always put alt="FIX THIS!" , that way if I put the wrong image name or did somthing else stupid, I can find it easily... Hope that helps... ____________________________________________________ [url]http://www.ensellitis.com[/url] [small](Edited by [internallink=1841]Ensellitis[/internallink] on 12-26-2004 06:08)[/small]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »