Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

6 Endorsements
Ranked #299
Ranked #1K
~14.1K People Reached
About Me

PM me and ill told u who i am :P

Interests
Video Games, Design, Soccer, Anime
Member Avatar for dannol

Hi everyone, I'm looking at re-designing one of my websites, so that I can make it easier for other parts of the site management team, such as "moderators" to be able to edit the main site content. At the moment, it is only me that is able to edit the …

Member Avatar for Monicapaull
0
286
Member Avatar for Woobag

Assuming that PHP_EOL directive and the new line "\n" do the same thing, neither are working. I've recently updated to PHP5 after a long hiatus from PHP altogether. I have tried putting the newline character in single and double quotes, but to no avail... Anyone have any suggestions? Thanks in …

Member Avatar for EvolutionFallen
0
2K
Member Avatar for rudevils

Hi all, glad to write here again, i need all your help :) Does anyone knows or have simple online booking system that can attach in a wordpress blog. This plugin let user choose check in date and check out date to check room availability.

Member Avatar for zwieciu
0
221
Member Avatar for kezia_kristina

Hi all, I want to set the text on the right side of image to bottom in a div tag. depict like below: ______ | img | | | |_____| The text is here at the bottom of Image But after trying some CSS code (using 'vertical-align:bottom'), I always got …

Member Avatar for xoinas
0
323
Member Avatar for beforetheyknew

I I'm pretty new to css, for uni we have to design this website (as specified and without moding the html) and im having trouble with a few things. I cant really post the code because none of the images will work (they are stored and passworded on the university …

Member Avatar for Hangfire
0
86
Member Avatar for AjithAnnadurai

Hi friends i want to know about how to create Big flash banner in html . and also i dont know to create flash video in swf format. please send the code here .......

Member Avatar for vijayahurli126
1
527
Member Avatar for scorpx

I wanna make all tr to link. use this code <a href="http://www.google.com/ " target="_blank"> <tr> <td>google</td> <td>bla bla</td> <td>bla bla</td> </tr></a>it works in IE but don't work in firefox and chrome ? is there any idea ? Thanks...

Member Avatar for almostbob
0
128
Member Avatar for SKANK!!!!!

i have two divs. one is absolutely positioned to be centered. in the center of the page. i have a div inside it. i need it to be positioned absolutely but not centered like the first div. here is a screenshot of what i have: (see atachment i guess? does …

Member Avatar for SKANK!!!!!
0
124
Member Avatar for whiteberry

In terms of web design, how do you prevent a lightbox taking on the CSS style for the whole webpage? When developing a website and want users to click thumbnail images and the the bigger version of the image opens up in a lightbox but because of the css for …

Member Avatar for rudevils
0
82
Member Avatar for rudevils

Hi all, im starting to use paypal in my custom cart, i want to use express checkout in my cart. Can anyone tell me how to retrieve paypal token with php script ?? or just give me a simple brief about it, ill try to read paypal tutorial, but its …

Member Avatar for dnanetwork
0
169
Member Avatar for cguan_77

hi guys, i have this code..to display a table.. but how to add a background color to a table? any help is greatly appreciated.. thanks... [code] <table cellpadding="15" cellspacing="15"> <tr> <td>CELL 1</td> <td>CELL 2</td> </tr> <tr> <td>CELL 3</td> <td>CELL 4</td> </tr> </table> [/code]

Member Avatar for MidiMagic
0
128
Member Avatar for hemanthjava

Hello all, I have a few posts in my wordpress based blog, which contains Tables that I created using the Tiny MCE Editor Plugin. All of a sudden yesterday I saw none of the Pages displayed Grid lines. I had included that part of my code in my css and …

Member Avatar for rudevils
0
89
Member Avatar for SKANK!!!!!

everything doesnt make sense. does anyone know of a very SIMPLE good script to make required fields. ive seen a lot but i dont know what they mean. most of them look like they do like nothing or not all the way. i dont want to use javascript because it …

Member Avatar for SKANK!!!!!
0
117
Member Avatar for ace_man

Can you help me right here... Do you know a website that features some very good suggested color combination for websites?:?: I just need it for making a good selection of colors for creating a website

Member Avatar for ace_man
0
116
Member Avatar for superyo

i got this error: [code]Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\xampp\htdocs\db.php on line 13[/code] my php code is this: [code=php] <?php //Database Info $dbhost="localhost"; $dbuser="root"; $dbpass="something"; $dbname="somedb"; $table="users"; //Connect to Database $con=mysql_connect($dbhost, $dbuser, $dbpass); mysql_select_db($dbname, $con); $user=$_POST['user']; $pass=$_POST['pass']; $query = "SELECT * FROM $table …

Member Avatar for martin5211
0
260
Member Avatar for plarsen111

Can anyone tell me why "Main" Div will not float left next to "Menu" div? I can't seem to get it to go up. Thank you! Phil [code=html]<html> <head> <style type="text/css"> div#container { font-family: "Lucida Grande", Verdana, Arial, sans-serif; font-size: 20px; width: 1000px; height: auto; } div#title { background-color: #ff638d; …

Member Avatar for rudevils
0
161
Member Avatar for mirainc

Hey all.. Im in desperate need to solve my shopping cart problem. Im doing it for a school project. The situation is my products are listed in a table. Users will select which product they want by selecting the add to cart link. Once they select it, the product information …

Member Avatar for mirainc
0
414
Member Avatar for CasTex

I am getting error at the second line of the code, what is the problem :-/ [ICODE]$content = '<' . '?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?' . '>'; $content .= "<entry xmlns='http://purl.org/atom/ns#'>"; $content .= "<title mode='escaped' type='text/plain'>".$title."</title>"; $content .= "<issued>".$issued."</issued>" $content .= "<generator url='http://www.yoursitesurlhere.com'>client's name</generator>"; $content .= "<content type='application/xhtml+xml'>"; $content .= "<div …

Member Avatar for almostbob
0
2K
Member Avatar for mallows

I have a number of data points that I want to display on a web page. At the moment I use Imagemagick and place the data items on a base image and just display the image. the data gets updated every 5 minutes. Data is for instance temperatures and pressures. …

Member Avatar for Grantmitch1
0
89
Member Avatar for adaykin

Hello, I was wondering if there would be a way I could place an image without it overflowing. So say if there is images within each table cell in a row where each cell is 25 x 25, and the image is 50 x 50, I want to place the …

Member Avatar for Troy III
0
131
Member Avatar for karysma

Good Day. My div will not position properly. Rather, it just sits in the top-left corner. I have tried z-index with no luck. The first Div represents the background for my page, and the div inside of that is supposed to be positioned inside the message box on the background. …

Member Avatar for Troy III
0
121
Member Avatar for carobee

hi, Is it possible to adjust the text size acclording to the page size in html? actually i have a webpage where i output the value of some command. the output may differ from time to time. now i want that if my output is long it should adjust the …

Member Avatar for Troy III
0
151
Member Avatar for Dani

For the first time in roughly a year, I saw what my sie looked like in IE6, and I was distraught. Not a single page renders the way it should, with some practically unusable. With IE8 on the horizon, is it worth it to remake my CSS to work with …

Member Avatar for Troy III
0
172
Member Avatar for SouthBay619

Okay, I have a basic question regarding website layouts. I have a webpage that I originally created in photoshop, sliced up the image, exported to HTML, and then opened in dreamweaver to add functionality. I created a rollover navigation menu in dreamweaver however the only way that I knew how …

Member Avatar for jhaycutexp
0
131
Member Avatar for OmniX

Problem is: I click my submit button it updates the database but not the website content, I click the submit button again and it updates the website content this time. This problem always pops up, and its due to incorrect structure of code in most parts :( I cant seem …

Member Avatar for OmniX
0
198
Member Avatar for suchiate

hi guys, i am currently facing one problem whereby i have a div container with a background-image and i want the background to automatically repeat as the inner divs contents expands. However, if i do not specify any height to the container, the background does not repeat at all even …

Member Avatar for suchiate
0
146
Member Avatar for Borderline

I have attempting a small navigation system to show each page in my photo albums. I am attempting block links (coloured backgrounds, which change when the mouse hovers over them). The page I'm working on is: [url]http://www.equinefocus.co.uk/personal/gallery2.php[/url] I achieved the look I wanted with the 1-4 links at the top …

Member Avatar for Borderline
0
279
Member Avatar for Patrick_Walsh

Hi everybody, I had designed a website last month but I’m not satisfied with the current theme. I wish to change it so that I can get a more attractive view. I have searched many providers that provides ready-made theme but I don’t found any interesting theme from them. Please …

Member Avatar for ullala
0
102
Member Avatar for rohitrao

Hi... in the HTML checkbox, some part of space is taken by default from all the sides... i want to remove the space from the left... how do i do it... Thankyou Rohit

Member Avatar for MidiMagic
0
69
Member Avatar for gerri-atrick

Hi I use dreamweaver to do a football/soccer website in the UK and i am presently trying to do it all in CSS, and that is where my problem lies, well its 2 fold actually, 1 what do other web designers prefer? all table? or all css?, or a mix …

Member Avatar for MidiMagic
0
88