Dragon

Trusted Helpers
  • Content Count

    973
  • Joined

  • Last visited

About Dragon

  • Rank
    The Spyware Killing Dragon
  • Birthday 08/21/1970

Contact Methods

Profile Information

  • Gender
    Male
  • Location
    Texas USA

Previous Fields

  • System
    HP 2000, 500GB HDD, Dual core AMD Processor
  • Operating System
    Ubuntu 17.04

Recent Profile Visitors

20837 profile views
  1. ok time for some guru's to help an old fart out. I'm trying to code a personal page in html 5 and css3. It's just a little personal web gallery for my personal server so it won't see the WWW. I'm running into a little problem tho. I have my images showing with no problems, my problem lies in positioning them. I want a clean css3 layout using html 5 for this design. my screen has all the images in a row, 5 total, but I want them to be laid out in the classic 5 look. four corners and one in the center. here is my css body { background-color: #297FC1; } IMG.displayed { display: block;
  2. Dragon

    Hi everyone!

    Hi everyone, I know long time no see, was in the neighborhood and thought I would drop in to say hi to all my friends. hope to hear from of ya again.
  3. Yes we are back, and the forums are back on line also. If you were registered at the original forums please follow the link to the forums and re-register. Sarah I know you registered after I got the site back up, that registration is only for the Joomla portal page area for when I have registered members only areas. To register at the forums please click on the forums link and register there. Thanks.
  4. I would gladly do that except that, because my site is down, so is my email. I can't send or receive atm
  5. Hi all, Just wanted to let everyone know that my site is temporarily down. They were moving it to a new server when there was a hard drive failure. Lost my entire site and database. Unfortunately, I didn't know it was going to be moved, so I didn't get a backup made of my site before the move. I don't know how long my site will be offline. They are working on it so I can put the pages back. Anyone who was a member at my forums, will need to apply again once it's up. I will let you know when we are back online.
  6. I presume you are making this in flash yourself. in your intro page, add a blank key frame to the end of one of your layerss, usually I use the background layer, then using action script you do the following getURL("http://www.xxxxxxx.com/sitepage.xxxx","_self"); then save and publish it, you will find that it loads the page you want it to.
  7. Because they get roughly 60,000+ links added to their system a day. Then they send out the bots to check the site if there is one, and they verify info in local yellow pages indexes. this takes time, then someone has to approve the information to be listed. The bots can't do that on their own.
  8. have you tried html-kit? this is free and offers wysiwyg as well as other addon scripts similar to dreamweaver. http://www.htmlkit.com/
  9. http://www.iabusinessprojects.com/hosting.php for you startup site you can get away with using the mini-geek plan. The cpanel has a fantastico system that has the most recent Wordpress install available.
  10. I wasn't insinuating that Actually I think you are doing a great job. This isn't something you can turn your computer on one day and say "that'll do donkey, that'll do." Web design has some artistic side to it, where the designer needs to spend a little time figuring out the layout he/she wants to make so that it is easily user friendly as well as aesthetically pleasing and easily indexed. I have a template that is right up the alley for this project, right now I'm working out some bugs in it. First time I have ran into a template that works in IE but not FF.
  11. Personally I would go with black text instead of the yellow like you have for the main content. I will also check and see what templates I have that might work out for that site.
  12. Just remember, when you have a stylesheet that is what controls the colors, size, etc.. If you are using a template, look at the div id tag to determine which stylesheet command you need to work on.
  13. If you need any more input or help let me know.
  14. SMF is a good board also, that what I use at my forums. If you click on my link in my signature you will be able to visit the forums and see what SMF looks like. It's easy to install mods, you can change themes/skins and you can even get Tinyportal as a front page. This will give you an easy integration of your website to the forums. you can check out tinyportal at http://www.tinyportal.familjegodis.se/ this is a temporary location as they are moving to new servers starting today. You can get SMF from http://www.simplemachines.org/
  15. in this section of the stylesheet code you can change the info. /* Info Window styles */ .IW { width: 350px;} .IWContent {height: 120px; overflow:auto;} .IWCaption {font-weight: bold; font-size: 12pt; color: #369; border-bottom: 2px solid #369;} .IWFooter {margin-top: 5px; font-size: 8pt; } .IWFooterZoom {} .IWDirections{background-color:#FFF;} Particularly the .IWCaption section. change the color from #369 to whatever hex code you would prefer for the color to be. You would only need to change the first #369 for the text color.