Jump to content

setmoa

Members
  • Posts

    13
  • Joined

  • Last visited

setmoa's Achievements

Newbie

Newbie (1/7)

4

Reputation

  1. setmoa

    Confused

    wow thank you that was so easy after all!!! I don't suppose you could explain in plain english what this is doing?
  2. setmoa

    Confused

    Hi Please can anyone help, I have a green banner on the rightside of my website and I would like to put a black banner underneath this one. I have the black banner but it's in the right place as I've just copied the code from the green one. My problem is that I don't know how to get it so that the black banner is underneath the green one. Any help would be much appreciated - files attached. Thanks Ally treatments.html main.css
  3. ***NOW FIXED*** sorry I wasn't sure how to delete my post.
  4. Hi I have managed to get the two email links (#top-r a & #footer-r a) showing correctly with no underline etc, however, the links are showing up as the wrong colour on both before you hover, click etc. They both seem to have the colour #06F which I have used in the site but I have specified that they should be #006. I can't find where I have gone wrong, it's bound to be something stupid. Any help would be appreciated, files attached. Many thanks in advance Ally
  5. Hi Krewe Thank you so much for taking the time to address all 3 of my points and also giving the code along with explainations, it was incredibly helpful. Ally
  6. Hi again Novice here trying to learn, please could you guys help me. I have 3 problems/questions regarding my work in progress test site that I'm doing (please excuse the colours its just so that I can see the divs): Navigation menu - I want the menu centred but the menu links closer together but am unsure how to do this? I did have my main three columns set as auto height but then when I put too much text in or changed the font size my left footer section moved up into the main content section. I have now set a height to all 3 columns, however, if I wanted it so that I could put more text or images in any of the 3 main columns and they all just expand to fit and are level without moving anything else - is that possible? and how do I do that? Left hand main column with images: I would like to have it so that my wording for each image is central (in height) to each of the images and also that all the wording lines up vertically a bit away from the images - how do I do this? I have attached my files. Sorry for all the questions Ally index.html main.css
  7. Well Deirdre's Dad you have made my day!!! thanks that worked a treat, and i've learnt something. Thank you very much
  8. Hi I am a complete novice but trying to learn CSS and build a website. I have a banner towards the top of my page in which I want a background image, I think I have it correctly but the image is not showing: CSS: #banner { background-color:#F00; width:100%; height:244px; float:left; background-image:url(../images/banner.png)0 0 repeat-x; } the width of my wrapper DIV is 1170 HTML for the DIV: <div id="banner"><p>HOME IT MEDIC</p></div> the background color is really just there so that I could see the div. Do you need any further info to help? Thanks in advance - i have also attached the full files. Ally main.css index.html
  9. hi, thanks for your response but I can't see it. I have downloaded firebug but i'm not sure where i'm looking. sorry for being dumb, could you explain??
  10. Sorry here it is: <div id="wrapper"><div id="top"></div><div id="name-topnav-bg"><div id="name-topnav-wrap"><div id="name"> <img src="images/logo-FI.png" width="227" height="119" alt="F I Joinery - Bespoke Joinery and Shopfitting, Devon" /></div><div id="icons"><p>hello</p></div><div id="details"><p> Tel: here how is this supposed to look now</p></div></div></div>
  11. Hi all I'm really new to css etc and am currently working from a template on my first project. I am having trouble setting out the header of my webpage. I would like it to look like the attached but am unsure how I do this or what out of the below I need. I was going to put the logo in the #icons and the tel and email address in #details, when I try to align the text nothing happens?? What other info do you need to help this damsel in distress? CSS section below: #name-topnav-bg { background-color: #FFF; width: 100%; height: 120px;}#name-topnav-wrap { width:900px; margin:0 auto; }#name { width: 300px; float: left; margin-top: 10px; margin-bottom: 20px;}#name h2 { font-size:28px; }#name span.name-left { color: #900;}#name span.name-right { color:#09F; } #icons { width: 100px; margin-top: 95px; float:left } #details { width: 500px; margin-top: 95px; text-align: right; float:right }
  12. setmoa

    Online Review

    I'm afraid I don't have any PHP or MySQL knowledge?!
  13. setmoa

    Online Review

    Hi I'm new to this forum, so firstly Hi. I was wondering if anyone can help me? I would like to add a page to my website where people can leave reviews of my services and the information would be published immediately. How do I do this? Any help would be appreciated. Thanks
×
×
  • Create New...