Jump to content

Err

Members
  • Posts

    1,009
  • Joined

  • Last visited

Everything posted by Err

  1. Err

    Broken Link

    hehe, there's also 2 markup errors on that page. It's 2 of there break tags, they forgot to add the closing slash to it.
  2. didn't we members have that option before? I remember vaguely members changing there topic titles... but that could of been just me...Edit: Yup, that was just me. Double checked.
  3. Cool, glad your figured it out. As for marking your topic with "RESLOVED", I remember used being able to edit the topic title, but I guess they changed the rules. So yeah, a mod has to do that part.
  4. Hi. Have you tried to add:display: block; to your container class? It may help out when problems like this happen.
  5. Yes. I noticed that folks that make food always have a cap on or something on there heads, but thats wack that they don't care enough to wear hairnets. Sometimes where I work at I am required to wear hairnets when I go into companies that make food, I have to put my cap UNDER my hairnet becuase they have a heart attack when they see you wearing your cap OVER your hairnet. It may look a but tacky but everyone's happy... well, at least your customers will be.
  6. The bolded part made me chuckle... that is until I read the rest.sounds like he learned a big lesson for doing that.
  7. blogs are for rants, I however, have a question with wanted input.
  8. This link may help you. (Scroll down to center of page.) I'm sure if you do some more browsing around you'll find some other intresting answers.
  9. OMG! It's a good thing that I never eat at McDonalds...It's still kind of disturbing that they do that... Well, I would guess people will complain more if they saw hair in there food then the mere fact that there food is old or dirty (Unknownly).
  10. Why do people in fast food restaurants don't find the need to wear hairnets as oppose to people in Cafeterias who DO wear them?????I have yet to find a good answer for this question.[edit] in the future these types of posts should have "OT" in the subject. This will help folks realize that this is "Off Topic" and therefore be ready to wear a different "hat" when reading the post.I'm sorry about that. I wasn't aware of that rule until today. I thought the "General" topic would be the most apropiate for this kind of things since there isn't an "Off Topic" topic I could post it in.
  11. Err

    Problem

    Well I was just posting what I saw wrong with it, I didn't promise it would work. You're layout would look so much better if you lost the absoulte positionings and used tables or divs with floats for a better looking, fast loading, easy editing layout. It would lessen the problems you would have and not have to worry about manually positioning things.Here is a example page of what I mean:[removed]
  12. I've been trying to learn JavaScript also, it's just too confusing! Maybe when I'm old and wise I will have the ablity to understand it better.
  13. Err

    Problem

    <html><div style="position:absolute;left:83;top:535;width:88;height:31;"><!-- Harvest Moon Evergreen --><a href='http://hmevergreen.com' title='Harvest Moon Evergreen'><img src='http://img.photobucket.com/albums/v352/SafaiaRyuujin/evergreen.png' width='88' alt='Harvest Moon Evergreen' height='31' border='0' /></a><!-- / Harvest Moon Evergreen --></html><html><body><div style="position:absolute;left:150;top:10;"><!-- Start Shoutbox Include --><iframe src="http://www.shoutmix.com/box/animalmelodyshoutbox/" width="200" height="400" scrolling="yes" frameborder="1"><p><a href="http://www.shoutmix.com/box/animalmelodyshoutbox/">View shoutbox</a></p></iframe><!-- End Shoutbox Include --></body></html> You can only use the <html> and </html> only once, same also goes for <body> and </body>.You have it on there 2 more times, That's probably what's messing you up. Also you needed to add the end tags for your <div>'s. Try and see if that helps. It should look like the below code I have here (those last </body> and </html> tags are needed there): <div style="position:absolute; left:83px; top:535px; width:88px; height:31px;"> <a href='http://hmevergreen.com' title='Harvest Moon Evergreen'><img src='http://img.photobucket.com/albums/v352/SafaiaRyuujin/evergreen.png' width='88' alt='Harvest Moon Evergreen' height='31' border='0' /></a></div><!-- Start Shoutbox Include --><div style="position:absolute; left:150px; top:10px;"> <iframe src="http://www.shoutmix.com/box/animalmelodyshoutbox/" width="200" height="400" scrolling="yes" frameborder="1"> <p><a href="http://www.shoutmix.com/box/animalmelodyshoutbox/">View shoutbox</a></p> </iframe></div><!-- End Shoutbox Include --></body></html>
  14. First time I heard a candian say that. usually there backing there spelling, well at least the canadians I know.
  15. O, I see what you mean now. Yup, you would need valign="top" added to your <td> tags...<td valign="top" width='134' height='150' bgcolor="#365574" padding='5'> It should move all contents to the top of that cell.
  16. Err

    Google.com

    lol. Google.com sounds so lame anyways.
  17. If I understand you correctly... You need to just move your content to the top of your image (img) you have there. It's just the matter of placing content above the image, there's no coding needed for that. Notice that the img tag is now placed below the content. Like so: .: <a href="http://www.explodingdekunut.net/main.php?page=home.php" target="_blank">Exploding Deku Nut</a><br> .: <a href="http://www.kousougames.co.uk" traget="_blank">Kousougames</a><br>.: <a href="http://www.nintendoland.com/zelda" target="_blank">Nintendo Land Zelda</a><br>.: <a href="http://www.sparelimited.com" target="_blank">Spare Unlimited</a><br>.: <a href="http://tdr.pyromanuniversity.com" target="_blank">The Dragon Realms</a><br>.: <a href="http://www.yoshilore.com" target="_blank">Yoshi Lore</a><br>.: <a href="http://www.zeldablog.com" target="_blank">Zelda Blog</a><br>.: <a href="http://zeldadimension.net" target="_blank">Zelda Dimension</a><br>.: <a href="http://www.zeldadungeon.net" target="_blank">Zelda Dungeon</a><br> .: <a href="http://www.zeldaeternal.net" target="_blank">Zelda Eternal</a><br>.: <a href="http://www.zeldamasters.com" target="_blank">Zelda Masters</a><br><img src="http://img415.imageshack.us/img415/8780/affilatesmenu6ja.png" style="width:134; height:27;" /> Also, looking at some of your code, make sure all your achors (links) have quotation marks after the = (equals) symbol. If nothing is linked on that link, then you can put a # (pound) symbol in place of the url. Just a tip <img src="http://img128.imageshack.us/img128/1831/zeldainfomenu3ru.png"> .: <a href="articles.htm" >Articles</a> <br> .: <a href="#">Creation Of Hyrule</a><br> .: <a href="#">Games</a><br> .: <a href="#">Lands Of Hyrule</a><br> .: <a href="#">Races Of Hyrule</a><br> .: <a href="#">Timeline theory</a><br> .: <a href="#">Oddities/articles</a><br>
  18. You can just use CSS that nests in other tags so you can only affect the tables you want... like: div class="div1" > table > td Where "div class='div1' " would be the first css element in your css where it can set rules to things INSIDE the div to narrow down which tag you want to affect... like so: .div1 table td {Your Elements here}But here's what I can do with your code:css: .table_class { border-collapse: collapse; margin: 0; padding: 0; width: 474px;}.table_class td { border: 1px solid white; width: 335px; height: 10px; text-align: left; font-family: arial, verdana; font-size: 11px; color: #333333;}.table_class tr { [tr classes here]} html: <table class="table_class"> <tr> <td borderColor="#008000" borderColorLight="#c0c0c0" borderColorDark="#ffffff">Agony of the leaves</td> <td borderColor="#008000" borderColorLight="#c0c0c0" borderColorDark="#ffffff">This is a description of the relaxation of curled leaves during steeping.</td> </tr></table> That's just my 43 cents
  19. Thats American english for ya. I don't like the word "colour" either, it just looks all wrong... but I'm not here to judge.
  20. Err

    Google.com

    So that's what it is! I thought I was going crazy also! lol
  21. Err

    I'm in a dilemma.

    Oh then that's it. 21 for Vegas... I thought it was like that all around, my bad. And you have a point there about going to war and not being able to drink... I thnk about things like that all the time and go "WTF?" or things like why stop promoting the use of cigeriates, when alchohol has been the cause for many deaths/domestic incidents... yet they are promoting alchohol... I think it should be the other way around. But that's just me.
  22. Err

    I'm in a dilemma.

    At 18 we can do a lot of things, smoke, R-rated movies, vote, and get considered as an adult. Yet somehow we can't however drink, and gamble until we turn 21. The gambling part I hate. edit: what do mean those were my dumps? O_o?
  23. Err

    I'm in a dilemma.

    Sounds like you had fun.
  24. Err

    I'm in a dilemma.

    Well, acutally I haven't seen anything on TV or newspaper saying that the law didn't pass, but I did see people in mexico on TV certainally smoking it publicly... But I havn't been keeping track of those events... so what I said was probably a little dated. :S
×
×
  • Create New...