Search results

  1. mersyone

    Deleting Context Menu items

    lol! you answered your own question...thta'z funny!!! (no problem, I talk to myself alllll the time).
  2. mersyone

    DIVs? Tables? Which one...???

    I'm actually using some very basic PHP 'includes' code to handle the easy updating part. I've tried using templates a couple times, ...just couldn't figure it out I guess. SO BASICALLY, All I'm doing is... -------------------------------------------------------------- <?php...
  3. mersyone

    DIVs? Tables? Which one...???

    Thank you Pardus. The site is working "FLAWLESSLY" now. Take a look at http://www.rockstransportation.com/rocks.html I didn't know you can center the whole dang thing with a simple <center> tag. Ha!!!...well like I said, I am a newb. I've been teaching myself this stuff so I'm sure there are...
  4. mersyone

    DIVs? Tables? Which one...???

    Kay, So everything is pretty solid I can start seeing that. HOWEVER, ..I don't know why my Footer is not showing up. Also, in IE, ...it crashes. I only placed the div there to center the whole main body and column, and that's because I don't know of any other way to get it aligned right...
  5. mersyone

    DIVs? Tables? Which one...???

    Sh*%. The side nav is still dropping on your end?, ....crap. Yeah I only used the DIV tag to center the whole body, other wise the whole body part (body & side nav column) are shifted to the left. Thankx. I'm printing out your response and will give it a whirl later today. How can I re-pay...
  6. mersyone

    DIVs? Tables? Which one...???

    I caught that part, so that's fixed. Most of the other bugs are fixed as well. (and it only took me 2 tries this time...!). I ended up nesting 2 tables in one large one and then wrapping that whole entire thing with a <div>. LIKE SO: <div> ...<table #0> ......<tr> .........<td>...
  7. mersyone

    DIVs? Tables? Which one...???

    Hey thanks for the very informative post! Trying to do layout with CSS is "dark water" to me and so I usually stay 10' feet away from it (since it always messes things up). I use it entirely for formatting. Fior layout >> I'm a "TABLES" man. I've just gotten so use to it, that's all...
  8. mersyone

    DIVs? Tables? Which one...???

    Hey all, It's happening again! I keep encountering this same issue everytime - I'm talking about the div & table tag usage for LAYOUT STRUCTURE & ALIGNMENT ISSUES. I use to use nothing but <table> & <td>s' (back in the day) until I found out about the DIV. But sometimes, out of...
  9. mersyone

    How Do I...HTML <td> Styles ???

    That's it. That's all it was! ...works like a charm. Thankx.
  10. mersyone

    How Do I...HTML <td> Styles ???

    I do use "classes". ...but wayyy too much! I just often notice there are specific table cells (<td>) that just need some quick "custom-fitting" I guess you can call it. So yes, I do use classes, but it just got annoying making a class to use only once. So by the time I want to reuse that one...
  11. mersyone

    How to fix a "NAT Problem" in Azureus

    Well, it's a bit risky to talk about that kinda stuff here (I myself could care less but just as an FYI), so I will "try" to help: FIRST OFF, YOU NEED TO LOG INTO YOUR ROUTER: By default, you can access it by typing in: 192.168.0.1 in your web browser. Although if you have an ADSL or some...
  12. mersyone

    How Do I...HTML <td> Styles ???

    Hello All! So I've been recently trying out HTML coding on my own, learning something new everyday. But, I'm at a point where I don't understand why the "style" attributes" for the <td> tag aren't working anymore. I'm just trying to put padding on some table cells to fix some alignment...
  13. mersyone

    Googleability using Dreamweaver 8

    You must be talking about the <title></title> tag. I'm sure you'll get it covered, if not already. Good luck 2 U.
  14. mersyone

    Losing our Macs to PCs because of $$$$

    Wow, great post. I've been using both PCs and Macs my entire life. I don't want to try and steer you one way over the other, because both have advantages. On one hand - if you go the PC route, much cheaper! ...lol!. On the other hand - BE PREPARED! to send alot of time wiping out the system of...
  15. mersyone

    Googleability using Dreamweaver 8

    Glad to hear. Also, if you find that adding a description to your home page is at the cost of the design, you can try the alternate route and use metatags. Some good metatags to cover everything you've mention are: <meta name="description" content="text HERE will pop up on Search Engine...
  16. mersyone

    Googleability using Dreamweaver 8

    Your friend's name is a nice search'able context. It's not typical for someone to actually search for (for example) - the design of a bird's brain. It's a group of keywords that isn't typically sought after. So to answer your question; your name's search'ability will depend on the name...
  17. mersyone

    Googleability using Dreamweaver 8

    Wow. Very complicated question. Some good ways to get on Google Search Results is... - LINK, LINK, LINK; as in trade links, make a link page, host external links. - USE HONEST content, descriptions, etc. In other words, don't ATTEMPT to fool the spider bots. They'll know. - Create a Google...
  18. mersyone

    Screen size to design for?

    Thankx!
  19. mersyone

    Upgrading a Mac Processor?...

    Just curious if anyone has heard of (or done themselves) a cpu/ processor upgrade for an apple mac. I have an old G4 that is in solid shape that I'd hate to get rid of for pennies on the dollar. As an alternate idea, maybe I can just upgrade this G4 processor to one of the new Intel-Core Duo...
  20. mersyone

    Creating a style with link and hover colours help please

    Opps, forgot to mention that whatever class you call it, you need to out the "a." in front of it. FOR EXAMPLE; If my class is named "button", then my code will look something like this: a.button { color :#333333; font-weight :normal; font-size :14pt; font-family :Arial...
Back
Top