10,643 Topics
| |
I have Joomla and a Joomla template(rt_refraction_j15) installed on my website. But i want the same template and css styling, as a basic HTML template, so i don't have to use Joomla for editing. Is there an easy way to convert the template to basic HTML/CSS template? | |
index.html [CODE] <div id="content"> <div id="main"> <h3>Latest News</h3> <p style="border-bottom: 2px dotted #FF0000; width: 620px;"></p><br /> <div class="post"> <p><img src="images/pic1.png" ALT="picture1" ALIGN=LEFT><font face="Arial" color="red" size="14">Lorem ipsum</font>- 14 Jan 2011<br /> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce porta diam in quam consectetur elementum. Vestibulum iaculis pellentesque mauris, non … | |
Hello, i have created a html/css version of one of my psds and pretty much everything is working fine, just the background image or the container div to which background image is assigned is not stretching vertically to 100%. Here is the Link to Live version of What i have … | |
Hi, The url to my site is [URL="http://www.totalrecallsolutions.com/corporate"]www.totalrecallsolutions.com/corporate.[/URL] If you look at the homepage, you can see that the first image on the main menu tabs is very unclear. (you have to roll over the bar to view the image) I can't seem to figure out why, since when I … | |
Actually I am having a problem with the content width where the content is a link. Here is the shorten code of it: [CODE]<!DOCTYPE> <html> <head> <style> #main{ width:100px; background:cyan; } </style> </head> <body> <div id = "main"> <a href="#">This is a very long long one.... hahahahahahhahaha</a> </div> </body> </html>[/CODE] … | |
Hi, i'm doing a registration form, and i'm aligning the labels and textbox's. But they are very close of each other, so i put a td between the td's which are seperating the label and the textbox. [CODE]<tr> <td align="right"> <br/> <div class="field"><label>Username*: </label> </td> <td> </td> <td> <input type="text" … | |
Hi, i have this web page: [URL="http://img850.imageshack.us/img850/7704/29673898.jpg"]http://img850.imageshack.us/img850/7704/29673898.jpg[/URL] and i want to put some dark grey background behind the banner and the menu bar. How do i do it? Thank you, PG2G | |
Actually i have 2 jpg images one is rectangle box which fits the width of the screen and height is small enough to appear like blue color menu bar at the top and bottam of this site and the second page contains a home button and in my site i … | |
I have a some words that I want display in the footer, I want 2 words to be left aligned and rest to be right aligned. I have my code something like this: [CODE] <div class="footer"> MyWebsite <!--This should be left aligned--> <!--Things below should be right aligned--> <a href="">Contact … | |
Hi! Friends, i need some free nice html tamplate for making travel website. 2/3 column, banner image slider. Please give me. | |
Hello, I don't even know how to google search, what I want to do: here is a psd file [URL="http://mzfrkd.deviantart.com/art/Green-Leaves-PSD-73025919"]http://mzfrkd.deviantart.com/art/Green-Leaves-PSD-73025919[/URL] I never did a psd -> html, from scraacth so I am learning it. Only passed this [url]http://net.tutsplus.com/tutorials/site-builds/from-psd-to-html-building-a-set-of-website-designs-step-by-step/[/url] tutorial. But what was written in this tutorial - to repeat the … | |
Hi i have made a site and it looks great in FF and Chrome. However it look really bad in IE and some things just do not work. And being not much of a front end developer I am truly stumped. There are three main problems: [LIST=1] [*]I would like … | |
I'm using the following code: [code] /*Het middenboxje plus de achtergrond.*/ div.transbox { width: 400px; height: 600px; margin: 0px 0px; margin-top: 25px; background-color: #CCFFFF; border: 1px solid black; opacity:1.00; /*lagere waardes zijn doorzichtig*/ margin-left: 240px; /*anders lopen deze en de links door elkaar*/ } div.transbox p { color:#66CC33; margin: 30px; … | |
Hi everyone. I am creating a web site and i'm nearly done but have serious problems with IE 7. For some reason its throwing the text by the title to the right. Its a [URL="http://www.e-sol.co.uk"]photocopier[/URL] company and i need it looking smart. [URL="http://www.e-sol.co.uk"]www.e-sol.co.uk[/URL] At the top you will see the … | |
Hello everybody, I have a CSS menu in a wordpress based site that I've got to work correctly after help received in this great forum. Thanks for that. I only have one issue pending for this menu, I only would like help with the padding that it seems exists in … | |
Hello, I'm having an issue with absolute position of a few images/divs [url]www.runsmartonline.com/newsite/[/url] This works in IE (shocker) and firefox, but not google chrome. When the pages loads, it displays the header logo in the top right, but then disappears after the page fully loads. Is it a problem with … | |
The site is gameperspective.freehosting.com. For some reason the button link (Visual) isn't aligning flush with the div margin, it is sliding to the bottom right. Here is the CSS, and the HTML, what is going wrong? Relevant HTML: [CODE]<html> <head> <title>My new blog/ information website! </title> <link rel="stylesheet" type="text/css" href="default_game_site.css"/> … | |
Hello everyone, I am passionate about programming have started learning C++ and finished studying one book about it. I am done with the basics like pointers, arrays, variables, objects etc. What I need now is some way to go on from here and learn how professional programs are made and … | |
Hi there, I am currently developing a Facebook page for a musician, and I'm creating various things that will hopefully see his page spread virally over the coming weeks. 1. First of all, the landing page of the FB page is a form telling people that they can sign up … | |
I have a problem with an image I want to be clickable. I have writing to the far left of this - with a bottom border (width 800px) so it has a line throughout most of the website. I also want this clickable button to be above the border on … | |
Hello everyone, I hope someone could help me with this problem. I have a problem with a vertical menu that I'm trying to insert in a sidebar in a wordpress based site. The problem is that when hover the sub menus only are visible in the sidebar area, the other … | |
Hi, I'm developing a web site for a customer, now I face a problem with passing a text from one page to another page. I have two web pages <tourdetails.html> in this web page when a user clicks the bookings button it had to take the name of <tour title> … | |
I have this idea which I need some help with. Currently I am developing a mysql database with a java interface. It is a hotel management system, and for billing purpose. I have the following tables. Bill (BillID, ResvID, IssueDate, ToTalBill, ChargedTo) Employee (EmpID, Name, Age, Nationality, NatId, Mobile, Telephone, … | |
Dear Experts I have followin codes [B]CSS[/B][CODE]#footer { clear:both; width: 826px; height: 50px; background: rgb(0%, 80%, 40%); padding: 5px; margin: 0; line-height: 50px; }[/CODE] HTML [CODE]<div id="footer"> Last Updated : January 01, 2012 </div>[/CODE] Footer tags is included in all 5 pages, When I update any page then I have … | |
Hi, I built a website that was doing fine on all browsers, until I downloaded IE9. On the homepage, there is text that just does not show up in ie9. The link to my site is [URL="http://www.totalrecallsolutions.com/corporate"]www.totalrecallsolutions.com/corporate[/URL] The homepage is called index.html, and the text on the six main tabs … | |
I am working on a fairly simple site. At this point I am wanting to assemble 25 images on the [URL="http://stormtrooper.webng.com/"]homepage[/URL] which when assembled will form a [I]whole[/I] image (where each separate image will be clickable). I am only at the point of trying to getting the images arranged as … | |
Hi Everyone, i've designed login page in photoshop cs3. how to convert to coding? could anyone guide or have any link regarding this. Thanks and regards. | |
Hi, Does Anyone have a code snippet for a horizontal drop down menu with collapsible text to share with me? Thanks a lot. Mydreamgirl | |
is using nodefire api for dropdown menus a right choice? or suggest a drop down api. | |
Hello Am currently working on a business card template, with size 3.5 inches and 2 inches, yet when am saving the psd as jpg or png, it is saving in pixels, and when I open the image to print, it prints the whole A4 paper. How can I get to … |
The End.