HTML - Rookie Question..
Hello,
I have already build a website and I only need to upload to my url: www.grupofdi.com I am using a mac server. First I thought I was supposed to paste the website files to /Library/Webserver/Documents. By doing this I am now able to see the website if I type localhost on Mozilla but if I go to my webpage I will see the same Apache information. This message can be currently read in the website: If you are the website administrator: You may now add content to the directory /var/www/html/. Note that until you do so, people visiting your website will see this page and not your content. To prevent this page from ever being used, follow the instructions in the file /etc/httpd/conf.d/welcome.conf. I guess I should now add content to that directory but I dont even know how to find it using a mac. I am kind of a noob with mac to and I guess this is a easy question I just need some help to get going here. Thanks for you help! Similar TutorialsI am an old COBOl guy so excuse the rookie nature of my question. I have an HTML document that contains Text and a .jpg image. After i changed the text, the image is no longer visible. What do i need to do to get the image back? I assume i am missing some kind of link or compilation? Thanks Im working on helping a good friend of mine update/clean up her site. I know basic HTML but not enough to do some basic changes. Not looking for a free ride...what so ever. Just some assistance. www.AZAUTOTRENDS.com is the site im looking to clean up. Ive done quite a bit already but just stuck on some things. Where is one to go to find some one for some help and direction? Thanks Aaron Aaron636r@yahoo.com Hey guys: I am new to this and have been catching on real quick. This is for my final project for college and i have one minor issue i have been looking into for the past 20 minutes now. I cannot get the nav bar on the left to align to the top near the banner i had created. Very simple for some but an issue for me. Sorry to bother you guys, and i did search for this issue. Thanks in advanced, Oh and heres the site: http://academ.hvcc.edu/~02479568/rude_rsx/photos.htm Deric <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <style type="text/css"> #nav-menu #photos { color: #607650; font-weight: bold; } </style> <title>Photography</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" href="template.css" type="text/css"> </head> <body> <table> <tr> <td colspan="2"><img src="img/banner.jpg" alt="cars"></td> </tr> <tr> <td width="218" height="766"> <div id="nav-menu"> <ul> <li><a href="index.htm" id="home">Home</a></li> <li><a href="photos.htm" id="photos">Photos</a></li> <li><a href="mods.htm" id="mods">List of Mods</a></li> <li><a href="insp.htm" id="insp">Inspirations</a></li> <li><a href="events.htm" id="events">Events</a></li> <li><a href="contact.htm" id="contact">Contact Me</a></li> </ul> </div> </td> <td valign="top" width="488"> <div class="content"> <center><h2>Photos</h2></center> <p>This page will show you phot's of my vehicle taken my a Nikon D40 SLR Camera. Pictures taken and photoshopped by M.I.</p> <BR> <center><p>(Click Images to Enlarge)</p></center> <table> <tr> <td><a href="img/MyS3.jpg"><img align="left" src="img/MyS3.jpg" border="2" alt="My Rsx" width="200" /></a></td> <td><a href="img/MyS2.jpg"><img align="left" src="img/MyS2.jpg" border="2" alt="My Rsx" width="200" /></a></td> </tr> <tr> <td><a href="img/MyS1.jpg"><img align="left" src="img/MyS1.jpg" border="2" alt="My Rsx" width="200" /></a></td> <td><a href="img/MyS4.jpg"><img align="left" src="img/MyS4.jpg" border="2" alt="My Rsx" width="200" /></a></td> </tr> <tr> <td><a href="img/MyS5.jpg"><img align="left" src="img/MyS5.jpg" border="2" alt="My Rsx" width="200" /></a></td> <td><a href="img/MyS6.jpg"><img align="left" src="img/MyS6.jpg" border="2" alt="My Rsx" width="200" /></a></td> </tr> <tr> <td><a href="img/MyS7.jpg"><img align="left" src="img/MyS7.jpg" border="2" alt="My Rsx" width="200" /></a></td> <td><a href="img/MyS9.jpg"><img align="left" src="img/MyS9.jpg" border="2" alt="My Rsx" width="200" /></a></td> </tr> </table> </div> </td> </tr> </table> </body> </html> CSS file: body { background-color: #C2C2C2; margin-left: 100px; } .content { color: #5D734D; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; margin-left: 2em; margin-right: 2em; } .leftnav { background-color: #C2AD67; width: 217px; } #nav-menu ul { list-style: none; padding: 0; margin: 0; } #nav-menu li a { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; height: 45px; line-height: 45px; width: 217px; display: block; border: none; border-bottom: 3px solid #000000; color: #755F3E; text-decoration: none; text-align: top; text-indent: 0.8cm; } #nav-menu li a:hover { color: #FFFFFF; font-weight: bold; background-color: #424242; } /* Hide from IE5-Mac \*/ #nav-menu li a { float: none; } /* End hide */ #nav-menu { width: 217px; } I have kind of been learning html and css in a light sort of way and have made a few very basic pages. I want to move on and improve on this and I started out by looking at the source codes of some professional pages. Here is an example: http://www.nhk.or.jp/hagetaka/ I really like the design of this site but cannot understand the source code. Can anoyone tell me if anything other than html and css is used to make this page? Because for me making something like this is ideal please any advice? So I'm working on my web page for my martial arts studio and I'm trying to figure out how I can do something. the page i have so far is www.boulderkempo.com/index2.html so what I want to happen is a black background on the main frame, and have a white box below the image for "home" with text. I also want all of these to end at a right side of the flash top part. I'll mess with the image size, but I need to know how to make a text box with a diffrent color background then the main background. I 've seen websites where they have text in a framed box, or it has a different color background. my blog is set up that way for example... http://wrxminion.wordpress.com/ (not trying to self promot.. my blog sucks anyway, i never update it) the other thing I'm trying to do is get the text to wrap to the next line at a certain point on the web page. I use dreamweaver and when i put margins it wraps the text at different window sizes in the browser. I really suck at webdesign, i'm only doing my own becouse i don't want to have to pay someone. sorry for such noob questions my main page is www.frankdeck.com Thanks alot for your guys help! What exactly is XHTML. how much different from HTML is it? and, do I have to re-learn a whole bunch of stuff to write valid code with it? _________________ Golf Communities visa credit card review Hey. New to Html so excuse my lack of understanding. I only know Basics, but my boss thought it was enough to get me to upgrade the companys current website. www.tvcsf.org.uk (current unupdated) I created the website thats not up yet by using Tables and had some one look at my Htm, he said its best to not use Tables but use div insted, so I've been making the website, but how do i add Frames into a <Div> Ill show you my code. <html> <head> <link rel="stylesheet" type="text/css" href="Stylesheet.css"/> <meta charset="UTF-8"> <title>Full Page Background Image | Progressive</title> </head> <body> <img src="images/DisHubLogo.gif" alt="" width="338" height="327" align="left"> <div id="page-wrap"> <iframe src="topbar.htm" width="100%" height="1075" scrolling="no"> <p>Your browser does not support iframes.</p> </iframe> <br><br><br><br><br><br><br><br><br><br> <br><br><br><br><br><br><br><br><br><br> </div> <div id="page-wrap"> HOW CAN I GET REF FROM TOP BARS TO OPEN HERE AND TOP BAR STAYS THERE </div> </body> </html> Hi, I am a bit of a noob so please bear with me if this sounds a simple question. I know all about precedence, but I don't know the right way of dealing with an issue I have. I have a number of nested lists containing 2 levels of UL LI. Whilst the level 1 styles may change, for instance I might have one style for the top bar on the website and another for the main nav, the 2nd level could be re-used in both instances. Lets say I create a generic style - "list-style1" .list-style1 {border...} <ul id="top-bar"> <li><a>level1</a> <ul class="reset-level1 list-style1"> <li> <a>level 2</a> </li> </ul> </li> </ul> When I'm styling the list, I reference the id #top-bar and then because I want to apply a generic style to level 2, I create another class called reset-level1 to reset li and a styles. The problem I have is that the reset is specific to #top-bar it takes precedence over my generic class .list-style1. I can of course hack it, but wondered how it can be worked round properly so that I can use my generic styles. Hope this makes sense. Thanks John What exactly is XHTML. how much different from HTML is it? and, do I have to re-learn a whole bunch of stuff to write valid code with it? _________________ wedding ceremony Forex Trading System SEO Experiment Hi there, great website! been browsing the forums and searching and havent found what i am looking for, so here goes a post. I have my own website, and I also have a webmail account with my hosting company (ixwebhosting) what i want to do is make 2 little boxes on my website, where you put username and password, and have that then take you to the ixwebhosting webmail login and go in directly to my webmail, can that be done? any ideas or links much appreciated! thanks 4 ur time! Hi, is it possible to create a DTD for a xml-file, which can have a structure like any other xml but if in a node a attribut x appears in combination with an attribut y there are some rules which attributs have to appear in that node too. Thanks... p-flash Hi, I can't believe I joined here in 2005 haha. I hope someone can help me with this. I'm not sure whether this is done with html or CSS but how do I achieve what's done on this page: http://www.slashthree.com/artpacks/view/1572/ So, any sort of navigation menu is on top and when you scroll up and down the content moves but the menu does not. Thank you in advance! I am planning on making my own website and I stumbled across one which I like the design of. I am particularly interested in the buttons of this site (along the left hand side) but cannot figure out how to replicate them. http://treacle.hewwo.com/jazz/oj/index.html I am using dreamweaver and trying to use the html to make my own similar round edged buttons but failing miserably! Any help would be appreciated. Hi guys! Im new to this forum so don't expect much. Im wandering is it possible to load html document without your browser or an html editor. cheers Connor Hello, I have a small customer list, maybe 70 customers, and i want to display on my website in a table with hyperlinks to their website and i want to sort them alphabetically. I entered all the information in MS excel, but when i import the data into dreamweaver cs3 i only get the names and not the hyperlink. Any ideas on how i can do this? I also don't have much knowledge on databasing, so i don't think thats an option unless its the only way, then i'll have to learn it. Thanks Hi, I was wondering if it is possible to create an image that floats where ever you put it on the page. For example, it would float above this text, blocking it out. Basically I want it to ignore anything around of underneath it. I would also like it not to use scripts, if possible. Oh and one more thing, is it possible to do this between the body tags only? Thanks! Question Know of any good ebooks? : I have recently purchased the resell rights to about 600 ebooks so that I can post them on my website for my registered members only. I've purchased all of these ebooks for under $20. I'm just wondering if there is any ebook out there that is actually worth the money? -- -Jonathon Byrd Publisher / Account Manager Byrd Incorporated 1230 E Clearbrook Dr. Bellingham, WA. 98229 C (360) 305.4664 F (360) 392.6861 Byrd Media Solutions http://www.ByrdMedia.com How can I copyright or otherwise protect my images online? ____________________ Polo Shirt Printing T shirt Embroidery Hello! I am new to this forum...sorry if I'm posting in the wrong place. I'm contructing my own jewelry website. I put in my ALT tags, and when I view the pages in my browser (I'm using Dreamweaver), the ALT tags don't show up. I don't know what I'm doing wrong. Here's a sample: <img src="images/citrine.jpg" alt="citrine necklace"> Am I doing something wrong? I would really appreciate knowing. I'm just about done with my website...this is the last thing I'm working on. KathyK27 Hello people, i am a new person here, so Greetings i guess anyway i have not so much of a problem, but i need a opinion. there is a site, that has Help&Rules, and they are written in some other page on that site, and they are out-dated, so i decided to re-write them. Now, i learned some HTML at W3schools, and i think i could do a bit of Coding. Now the admin, has no knowledge of HTML or other things, and he couldnt find the Code of Help&Rules on the Server he owns, so i decided to take this way Now here is where i need your opinion, if i did the right thing. I went to the Help&Rules page i opened the Source, i copyed it in some Edit-program, did the updates, rewrite some things. Now the only way to send the code to him was throu some ingame forum mesaging system-i hope that doesent destroy the code in any way-. Now what i want to know is this. When he finds the Code Help&Rules are made of on the server, will he be able to replace it with the Code i took from the pages Source, ? or is the Source somwhat different from what the Code on the Server is. |