10,655 Topics
![]() | |
![]() | Hi there! I need enlightenment on the subject of altering an A record for a website domain name. I have obtained the correct IP address and provided it to the holder of the domain name records so he can change the A record. As far as i am aware this … |
Hey everyone, new to this place but i was hoping someone cuold tell me if theres somewhere where i can just copy and paste a code into my website for a comment box or something along those lines?? cause i'm not a web developer or software designer so i'm pretty … | |
hi, okey here's what i'm trying to do.. i'm making a gallery .. when u roll over on the thumbnail -which is actually a text image- the big photo swaps to a 50% opacity image and when u click it swaps to the same photo with 100% opacity so what's … | |
I am having trouble importing a properly working .gif file into Dreamweaver. I am in the process of learning how to code and in the meantime could really use some help with this. So far I have found the suggested code <img src="image.gif" alt="image" /> Is this the best way … | |
I am trying to insert a small flash animation at the top of a webpage. The webpage is here www.idroidrandp.com/mbz. At the very top of the page you can see where the animation shows for an acheivement. Well the issue I have is when I insert it as a .swf … | |
HI PEOPLE, i have a problem with creating a menu in html, I tried creating 1 with list and it changes each and everytym i change a computer to another. Any1 with a better approach maybe? | |
Hello Dears I need help in having two columns in my website , i don't know why it can't be done i tried everything with table and div and css ,, but it appears on column is down and the another is up it's so strange !!!!!!!! i tried also … | |
we have a new team in odesk and we are web developer team but we are confused about our team web site developmet. please see our [site](http://www.teamworkerpm.com) and give us a suggetions about our site. and you can see our odesk profile team. [odesk profile](https://www.odesk.com/users/~~927d1abd625ccb19) thanks all | |
I'm trying to finish the last tweaks on a [site](http://www.friendshipcirclenc.org/fc-evaluation-2011-2012/) I created using an Elegant Themes Wordpress theme and I'm having a frustrating time figuring out how to center the page titles so they are each exactly centered regardless of their width. Here's an image of how I want it … | |
htaccess transform contact.php in contact? I have tried this to transform index.html to index but is not working RewriteRule ^index\.html$ http://localhost/Seaweb/index/ [R=301,L] any help apreciated | |
Hi all thanks for reading, i am having trouble getting my link button postioned in the correct place and the image. how i want it to look can be seen in fig-1 and what i am getting can be seen in fig-2. the relevant code i am using is as … | |
I've embedded a video using <code><iframe src="HS Website Video Final 8-01-12.mp4" style="height: 232px; width: 534px" class="auto-style15" /></iframe></code> How do I keep it from starting automatically? | |
HI there, I wonder if you can help me at all. In a few days I will have an interview for a web developer job, in a local company here in the US. I am good with css and html, and know a bit of javascript and jquery. Now, I … | |
I have problems to find inspiration in making simple designs. It's so anoying, I lose lot of time messing with styles instead of writting php code. Are there any tricks that people do to make design better and make quick layout. I don't look for something special, just simple design. … | |
Hello every one i want to know about that how can i make an seo friendly Webdesign... | |
What are the key and unique benefits of HTML5 over other versions. how ahs it affected some third-party plugins. Which websites have started using HTML5 and CSS3. how are they using it. What is offline web feature and how to use it? Your help would be appreciated. Regards, Techy. | |
I am having trouble with background images showing up in IE7. While everything looks fine in IE9, firefox, and chrome, when I checked on IE7, I see that none of the background:url (images/image); show up in my browser. Anyone know why, or a work-around for this?? Any help would be … | |
Can anyone write a simple code for a slider that fades???? i want to do one just like the one on mbusa.com.... can anyone assist??? Thanks in advanced! | |
Hello, Not sure if I am putting this in the right section or not but I'm sure someone will let me know if I'm not. I have recently made a email template, coded from html, I've done it in a visual editior provided with my email client. As you would … | |
I made an Edge animation with a stage which is, natively, 1600x900px. I've included it in an `<iframe>` linking to the HTML file outputted by Edge, on the page where it's to be displayed; as not all displays support this resolution, I wanted to use CSS media queries to resize … | |
Hi Im not all new to HTML but im still learning. Im having a issue with my footer it wont stretch out. Here's a image: http://i.imgur.com/JZx0V.png And here's the CSS Code #footer { color: #ffffff; margin: 0; padding: 0; float: right; background: #000000 url(foot.png) repeat center top; width: 1500px; } … | |
Is there any joomla template creator? I have installed Aristeer 3.o version on my Ubuntu 11.10 system but it not works. Please give me a solution and Thanks in advance. | |
I found an image rotator that works okay (combination of html and java script), but I would like to have the images disolve or fade into the next image. Anything out there that is not too complex? ![]() | |
I'm looking for a simple webpage visitor counter that can be embedded in the page itself. I used to see these all the time a few years ago. Now they seem to have gotten more complicated. I don't need all the other bells and whistles, just a counter I can … | |
i tried everything to get the slider working @ http://din3shie.x10.mx/IndEnt/ index.html file : <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!-- Design by Free CSS Templates http://www.freecsstemplates.org Released for free under a Creative Commons Attribution 2.5 License Name : Rifle Description: A two-column, fixed-width design with simple color scheme. … | |
Does anyone know how to make the slider on the Mercedes benz USA site? http://www.mbusa.com/mercedes/index?utm_expid=62343809-0 Can anyone show me a tutorial or anything on how to make that slider? | |
I am having trouble vaildating my web-design. I am trying to change over from a table based design to a div base. Problem is I started out with tables so I now have a combination of both and sure how to fix it. I have pasted my code here: Please … | |
Hi I have a dropdown list that opens upward. Is there a way with CSS to force it to open downward? | |
Hi there, the text headings in the right hand column here are hanging to the left outside of the column. Any ideas as to how I can stop that happening and pull them back in? http://www.wannalearnmusic.com/tom/ | |
This function dosen't work any thoughts function css() { // Register the style like this for a theme: wp_register_style( 'custom-style', get_template_directory_uri() . '/css/style.css', array(), '20120208', 'all' ); // For either a plugin or a theme, you can then enqueue the style: wp_enqueue_style( 'custom-style' ); } add_action( 'wp_enqueue_scripts', 'css' ); ?> … |
The End.