Recent content by YesYouMay

  1. Y

    Concerns CSS, HTML and font...

    Where would I add the color for this?: <p> <center><font size="3" face="Verdana"> big mall moon</font></center></p>
  2. Y

    Concerns CSS, HTML and font...

    1. Is this code correct? <p style="text-align: center; font-family: Times; font-size: 3em;">Big Mall Moon</p> 2. I want the text to be blue, how do I do that for the code above? Thank you.
  3. Y

    Anyone know how I can create an image like this?

    Yep for a website. I don't need the image to move or anything, just a still image.
  4. Y

    Anyone know how I can create an image like this?

    [Image provided] first layer is the main image, second layer is like a transparent box with text over the image. Basically I want this sort of transparent look over an image...
  5. Y

    how do I get these two boxes to join

    Hi, how do I get these two boxes to join (image attached) as you can see there is a huge gap :sad: And I'm using a simple code <img alt="" height="100" src="images/blackjbx.gif" width="130" /></p>
  6. Y

    Website layout question

    Css and website layout question: What do I edit below to get only two columns for my website? Anyone that can help, appreciated, thanks. body { background-color: #FFFFFF; margin: 0 0 0 0; font-size:12px; font-family:Tahoma; } .bodytable { width: 100%; border: 0px solid...
  7. Y

    What is the purpose of having this...?

    Lol I'm learning :D.
  8. Y

    What is the purpose of having this...?

    What is the purpose of having this (in bold): <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> If I don't have it what will happen?
  9. Y

    Is this correct...?

    Not sure what the difference between the two are. In my software I 'm given themes which have their own individual css style sheets that determine the colour of the menu bar, buttons and I can upload, switch them whenever. In my admin I have a templates section, with css coding to edit the...
  10. Y

    Is this correct...?

    What do templates do?
  11. Y

    Is this correct...?

    CSS tells you how the created buttons,bars,footer must look. Templates tells you how those created buttons,bars,footer must be positioned on a page. :(
  12. Y

    IP restriction and blocking...?

    1. I have an .htaccess file. Do I edit it and upload it via the FTP? How do I go about adding a code to only allow my IP address to view site? 2. What steps do I need to take to upload,make it work etc; once I have added the code? 3. How do I make a backup/copy of the .htaccess file?
  13. Y

    Web design and using photoshop 2

    Hi, yes just a single image as an element of a page which I'd to make clickable (like a link) For example eBid has made their logo (http://www.ebid.net/icons/logo1_uk.gif) and they have also managed to make it clickable, how do I do the same..? thanks
Back
Top