Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
5
Posts with Upvotes
4
Upvoting Members
5
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
1 Endorsement
Ranked #856
Ranked #3K
~6K People Reached
Favorite Forums
Member Avatar for navi17
Member Avatar for robertburns155
0
269
Member Avatar for atikah8890

Hi all. I'm developing an e-Learning system with Moodle and now tweaking the header. Instead of having text, I have put in a header image. My supervisor wants it to be centered. I have done that by adjusting the margin. We will be presenting the project using a different computer …

Member Avatar for teedoff
0
203
Member Avatar for fromireland

Hi all - currently whenever I check how pages will look for users of different browsers, I open pages in Explorer, Chrome and Firefox to check everything looks ok for users of these browsers. But I wonder if this is sufficient and maybe if there are other browsers that I …

Member Avatar for RoyalElite96
0
89
Member Avatar for darkslide

Hello :) I was just surfing this forum and i want to thank you, because it really helped me. Also, i find the sections of the site very useful. Thank you! :) I've recently started a website that embeds youtube videos, and i have a question. From what you wrote …

Member Avatar for Azmah
0
194
Member Avatar for untungsupriono

Hi all.. I am newbie in css, I just want to know how could we create multiple background left and right header using 1 image ? :confused:

Member Avatar for RoyalElite96
0
76
Member Avatar for bigwhiteegg

Hi there what I'm trying to do here is [subject] building a website that updates several other sites' content such as some images and URL hopefully it is not in the illegal arena I have some idea in mind just not sure if it is going to work so i …

Member Avatar for Alish735
0
113
Member Avatar for Flynox

Hey, I know I havn't been very active on this forum... Well, I have been lurking them, but not posting. Lol. But anywho, I have a question. Look on this website: [url]http://hexagen.webs.com/[/url] Notice the border size. It's less than a pixel. How would I do that? I know that using …

Member Avatar for Flynox
0
194
Member Avatar for siknoz

So I'm new to the programming side of webpages, but I'm trying to learn. I am in the process of making a single page website for a local radio group of roughly 20-30 members which may increase over time. They want to be able to show when they are online. …

Member Avatar for RoyalElite96
0
79
Member Avatar for semth94
Re: hi

hi Any body can tell me about java/script,html,php. plz help me thanks.

Member Avatar for goldybedi
0
89
Member Avatar for scarcella

Hey Guys, i am having trouble placing this image over a youtube video, I want the .youtube_hat to be displayed over the youtube video in the top corner. So could anyone please help me!! The HTML [CODE]<div class="youtube_area"> <div class="youtube_hat"></div> <div class="youtube"> <iframe title="YouTube video player" width="450" height="258" src="http://www.youtube.com/embed/B-1Xqnx-KCw?rel=0" frameborder="0" …

Member Avatar for scarcella
0
153
Member Avatar for Arjun_Sarankulu

I have created a HTML Page With Three images Follwing is my code [CODE] <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <style type="text/css"> <!-- .style9 { font-family: Arial; font-size: 12px; } .style10 { font-size: 11px; color: #FFFFFF; } .style12 { font-family: Arial; font-size: 11px; color: #FFFFFF; } .style13 …

Member Avatar for RoyalElite96
0
102
Member Avatar for RoyalElite96

Hello everyone, I want to create a completely round <div> using only HTML / CSS, but without border-radius. I don't want use background images, because I'll have probles resizing them and that's not cool. Is there a better solution? Thanks in advance!

Member Avatar for brynFlew
2
148
Member Avatar for disposable_zero

What I am looking to do is create a custom error page. Something so that if a user try's to navigate somewhere that does not exist they get a site error page. Let me give you and example.. [URL="http://templatemonster.com/poop.html"]http://templatemonster.com/jimmyhoffa.html[/URL] or [URL="http://templatemonster.com/browneye.html"]http://templatemonster.com/browneye.html[/URL] Obviously neither of those pages exist but instead of …

Member Avatar for disposable_zero
0
148
Member Avatar for Soben

[CODE] <body> <div style="height:100; width:100%; background-color:black"> hello. </div> </body> [/CODE] I want to put it in the middle of the page, how can I do it? ty ^.^

Member Avatar for RoyalElite96
0
67
Member Avatar for skald89

I have never really used tables and especially not in a css file. I just want to know the basics of tables and making them in css. Also once I do make it in a css file how do I name it so I can use it in a html …

Member Avatar for teedoff
0
109
Member Avatar for aqhalover

Hello! I am fairly new to HTML and CSS, and I am making my webpage. It has small table to the left for navigation and then the main table is in the middle. The main table has two columns that I made with the normal old html <tr> and <td> …

Member Avatar for teedoff
0
127
Member Avatar for tokianuki

Hey, I have this very irritating issue which i was unable to solve for a couple of weeks. I am an amateur designer trying to design a site for my company. The problem I face here is this: 1. I create a menu within a container, with the same width …

Member Avatar for MagicMedia
0
147
Member Avatar for RoyalElite96

Hello everyone, I have one container div with several <div>About</div>, <div>More Info</div> etc. in it. on the main container I applied onmouseover to execute a JAVA function. Apparently, every time I hover a <div> in the container it runs the JavaScript again. What is it, I'm doing wrong? Thanks in …

Member Avatar for McLaren
0
2K
Member Avatar for skald89
Member Avatar for aldm

Hi, I have a problem. I'm working on one project. I want to find file which contains site logo words. Ftp has a tone of files, so I can't search file by file. I guess there is no way to get content of .php file in string? So I can …

Member Avatar for aldm
0
108
Member Avatar for senthamilgsa

I tried to execute a php code using Wamp Server and PHP 5. it didn't work with me properly. When i executed it All times the php code content itself is coming not the things we expect. I tried with NetBeans IDE too. It returned as Connection Failed. How to …

Member Avatar for smantscheff
0
186
Member Avatar for RoyalElite96

Hello everyone. I am working on this forum/post/script type thing. What I want to do is convert this example to HTML. [div] [p]Some text[/] [div] Some more text [/] [/] ---> <div> <p>Some text</p> <div> Some more text </div> </div> I don't want to use [/div] or [/p] to keep …

Member Avatar for kekkaishi
0
107
Member Avatar for ahsan1

I have used if($_FILES['file']['type']) but it does not upload it. Can anyone help me. I'll be thankful t you.

Member Avatar for RoyalElite96
0
69
Member Avatar for skald89

<div id="mailsort"> <div><a class="mailsort" style="width:175px;" height"auto" > From </a></div> <div><a class="mailsort" style="width:61px;" height"auto"> Date </a></div> <div><a class="mailsort" style="width:248;" height"auto"> Subject </a></div> </div> I want a right thin solid border on the right of "from" "date" "subject" I think its suppose to be <div style="border-right: " border- "> from </div> I …

Member Avatar for staciejortega
0
187
Member Avatar for fabricetoussain

[img]http://i10.photobucket.com/albums/a145/41991/help.png[/img] ok making my first site, and i want to be able to put an iframe right inbetween the {} (as described in photo), just a simple horizontal photo scroll in a frame, but i cant figure out how to exactly put it into this location, i seriously started like …

Member Avatar for diafol
0
106
Member Avatar for chwong
Member Avatar for dalip_007

Hi Guys, what i want in php may be a simple thing for all you expert people :-), but i am stuck in this problem. what I want is , to search for a word in the strings which starts from character "@". For example string is : "hey people, …

Member Avatar for RoyalElite96
0
162
Member Avatar for RoyalElite96

Hello everyone, I am redesigning a website and I want to change the background color of a PNG (with transparent pixels), when clicked. Apparently, my only half of the background is changing. HTML: [CODE] <a href=""> <img src="Images/logo.png" alt="Logo" style="display: block; margin-bottom: -4px; border: 0px;"/> </a> [/CODE] CSS: [CODE] a:link …

Member Avatar for abyss776
0
162
Member Avatar for Transcendent
Member Avatar for tomjrjones

i want to make a popup div for my games section in my website, so when i click an image a sort of layer pops up (not a new window) i need it so i can add swf games to it, what do i need to do or can anybody …

Member Avatar for rosy12
0
112