OZONE Asylum
Forums
Stupid Basic HTML
last question of the night -- how to make stuff work on macs?
This page's ID:
9533
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
mikey milker: Unfortunately I don't have a Mac but I'm wondering about these (it seems a little Old School - raking back to the days of spacer gifs to make table designs work in crappy browsers): [code] <p><img src="blank.gif" alt="" width="760" height="8" /></p> ETC <div id ="gap"> <p><img src="blank.gif" alt="" width="27" height="41" /></p> </div> [/code] Using padding or margins on other boxes to create that kind of space. You should also get rid of unnecessary P tags - browsers can add extra padding and margins to them (they tend not to with DIVs) which could force your design apart. Basically the Ps are not needed here: [code] <p><a href="index.html"><img src="stremmel.gif" alt="Stremmel Gallery" width="605" height="41" /></a></p> [/code] or here: [code] <p><a href="artists.html"><img src="artists.gif" alt="Artists" width="128" height="14" /></a><br /> <a href="exhibitions.html"><img src="exhibitions.gif" alt="Exhibitions" width="128" height="14" /></a><br /> <a href="information.html"><img src="information.gif" alt="Information" width="128" height="13" /></a></p> [/code] Just take them out. Anyway they'd be the first things I'd change if I was having that problem - it might not work but it would be the first step. [edit: fixed HSBoD] ___________________ Emps FAQs: [url=http://faq.ozoneasylum.com/53/]Emperor[/url]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »