Hi, I wish to be able to pull data from a database (for example, title, date, summary and image) and be able to display them in a block format with the image floated on the left in the CENTER of the text (2 columns, image on left, text on right). I have done this so [...]
can anyone tell me the complete code of how to display image on a website.. plzz View full post on Tycoon Talk
I’m using this class to grab favicons: http://www.controlstyle.com/articles…t/php-favicon/ here’s my code: PHP Code: if (file_exists($filename)) { echo ’yes’;}else { include(‘favicon.php’); $favicon = new favicon($url, 0); $fv = $favicon->get_output_data(); if ($fv!==”) { header(‘Content-type: image/png’); echo $fv; }} Right now it says yes if I already have the icon saved (in a favicon folder, as ‘domaincom.png’), and if I don’t have it, it outputs it. How can I change it from outputting the file, to instead just saving [...]
Hi All, Usually I don’t run into problems, but I absolutely cannot figure this out. I haven’t actually ever run into this styling issue… Here is an illustration of what I want: My issue is the background image. I cannot get it to stay static on at that position when a user changes the screen [...]
I am looking to add a image gallery to a html page where our service guys can log in and add photos of completed work. Looking for suggestion on program / 3rd party software where our less than computer friendly staff can add photos of completed work. Site is built in html and really dont [...]
Hi everyone. Im having al ittle difulty with the GD lib and wondered if some one could help me out. I have two images. 1 a jpg and the other a transparent PNG I wish to firstly, resize the jpg. ( which i am doing successfully ). I then want to lay the jgp BEHIND [...]
For some reason It has always worked but here my site www.team-illuminate.com see the facebook & youtube images, they are both image mapped but for some reason it doesn’t work? here is my source code *IGNORE THE OK’s YOU SEE* lol i just left it ;b HTML Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [...]
I created a CSS drop-down menu that shows up correctly on most pages. However, on the page where I’ve added a slideshow, the dropdown only shows during the photo transitions. Page with issues: http://bit.ly/uVrDfY For example, if you go to the above page, then go to the menu button "About Denver" then hover "Things to [...]
Evening (from where I am anyways) everyone. First time poster (yay) long time reader, you guys have helped me (and a lot of other people) out in the past – but here’s one I still can’t find a conclusive answer to. I have my container, my header, then a main content div and 2 sidebar [...]
Hi all I have an form that requires a user to enter a url. When the user has entered the url i want to extract from the url ( page ) entered a page image and title. How do i do this please.? ( for those that use facebook, i require to do very similar [...]