-
Content Count
71 -
Joined
-
Last visited
Content Type
Profiles
Forums
Calendar
Downloads
Gallery
Store
Everything posted by perryc
-
Is there a way to make an image responsive/fluid so it scales correctly while the image is absolute positioned? i'm using max-width: 100%; property to scale the other images on the page? But can't get this one without removing the positioning. Thanks.
-
Screen shot of issue.
-
I have attached a screenshot of the error that is occouring for me. Thanks.
-
Hello, Im trying to put a 10px white solid border around an image that i inserted into my home page. I'm using relative positioning to get the image where i want it. But the border does not apply around the image on the right and bottom? Is there something else i have to do to set the border correctly?
-
Heres my HTML <!DOCTYPE HTML> <html> <head> <link rel="stylesheet" type="text/css" href="css/normalize.css"> <link rel="stylesheet" type="text/css" href="css/style.css"> <link href='http://fonts.googleapis.com/css?family=Handlee|Petit+Formal+Script' rel='stylesheet' type='text/css'> <title>Beckahs World | My Phitness Blog</title> </head> <body> <header> <div><img src="" alt="Beckahs World Logo"></img></div> <div class="he
-
I'm trying to float or position the Nav bar to the right side of the screen, When i add that header image it moves my nav bar either to the left or changes it back to stack it like an generic unordered list. I have been using floats and clears to get it positioned correctly? Is there something else im missing?
-
ok, for some reason i thought the rule was different for that. Good to know from this point on. Thanks.
-
Once i added ../images/witewall.png i got the image to show up. I was thinking i didn't need the ../ for the file path since it was located in the images folder? So anytime you go up a level in paths do you have to include the ../ before the files path? Thanks for the help.
-
What im trying to get is: body { background-image: url("images/witewall.png"); background-repeat: repeat; } I want the background image to show and repeat over the whole page of the body element. I havent been able to get it to show so far? Is there something i'm missing?
-
My opinion would be to go to college, but develop you own perceptions regrading Designs and Ideas. It's best if you put effort outside of class on your own and teach yourself as a supplement to what you will learn in college. Thanks, Cody
-
Looking to start building small business websites.
perryc replied to jordanball33's topic in Beginners Web Design
Yes you have unlimited domains from your one ipage account. Thanks, Cody -
Looking to start building small business websites.
perryc replied to jordanball33's topic in Beginners Web Design
I use ipage.com for all of my hosting services. They are great there, had them for about 6-8 months before i did not have the money to renew my hosting. Thanks, Cody -
My bad that was a stupid question i got it now. Thanks for all your help both of you. I fixed all those line breaks and empty <p></p> tags as well. Thanks, Cody Perry
-
Thanks for the help. One more question, once i set all of those to 33% how would i get the center one to be in the center, the left div to be on the left and the right div to be on the right like all on the same line and such so the text will line up together? Thanks, Cody Perry
-
Hello i was wondering if anybody had a solution to fix my footer, i have it divided up into 3 divs across the bottom to layout the text and such correctly, but it does not want to expand to cover the entire bottom horizontally when i view it in the browser. Heres the test site: http://www.perrysdesign.com/perrys_design Any help is very much appreciated. Thanks, Cody Perry
-
Where is the folder you created for the site definition located? Documents, desktop, ect... You also may just have to input the images folder in the file path manually, i have to do that occasionally in dreamweaver sometimes. Thanks, Cody Perry
-
Yes, that did it. Thank so much for your help Ben. Thanks, Cody Perry
-
yes here is the one i was following. http://ryanfait.com/resources/footer-stick-to-bottom-of-page/ Thanks, Cody Perry
-
Im having some trouble with getting the sticky footer right. If someone could help me fix this it would be very much appreciated. Heres my HTML code: <!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"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Perry's Design - Home</title> <link href="reset.css" rel="stylesheet" type="text/css" /> <link href="perrysdesign.css" rel="stylesheet" type
-
Yes, im trying to get all the details before i start creating this site, I want their xbox live username and data on xbox live to connect with the website and export the xbox live data to my website and display that data on the website. Thanks for the help. Cody Perry
-
Hello everyone, i was just trying to get an idea of how to connect a Username on a website to a xbox box live username. I was wondering How you would go about accessing there servers to connect it like this. An example would be gamebattles.com. Thanks for the help, Cody Perry
-
Ok Thanks a lot ben, i appreciate it. Thanks, Cody Perry
-
I was wondering what the best way to promote your web design business would be, just trying to find different ways to promote to potential clients. Thanks, for the comments. Thanks, Cody Perry
-
ya lol thanks, i went through the joomla wiki and finally found my answer. Im still not sure why i cant get the article title to go away when you first go to the website, But all the other pages i have been able to get rid of it, its just when i select the article to be featured. Thanks, Cody Perry