Tag Archives: Lt

URL rewrtiting

I simply ran my website thru Nibbler and one of many comments was the following Because I use PHP consists of for headers and also footers, ALL this pages have track extensions of PHP. The only place Concerning heard about URL rewriting in the slightest I can understand is within WordPress, and MY SPOUSE AND I do use custom made permalinks in my personal blog. Can anyone inform me mopre in relation to rewriting URLS Are these claims an htaccess matter Yes, it is htaccess. In ones case, if you do have a custom CMS programmed into your web blog, you’ll need over that. You’ll also will need a table (or a minimum of a column inside a table) that manages your " friendly" URLs, and additional legitimate to map the friendly URLs into the correct resource. For instance, if you possess You will want to replace that along with: To ensure that " widgets" and also " cogs" are written into right onto your pathway. That you can do that as just as altering the " pages" table therefore: Code: ADJUST TABLE my_pages BRING COLUMN friendly_url VARCHAR(255) NULL; ADJUST TABLE my_pages BRING INDEX(friendly_url) You’ll wish to index the column, … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , | Leave a comment

Image ruins text formatting in other table cells

Hi, I have small web style and design problem that’s been bugging me for an unnecessarily while. On this subject page of your company website (http: //www. icc-usa. com/ddr3-population. asp), the second table features three images from the third column. You’ll notice which the text in the first and second columns is not really at the very top from the table cell, but is pushed down for reasons uknown. The reason being of those photos, but I don’t learn how to fix the copy. In the very first table, which lacks pictures, the text platforms in its right place. Does everyone have any ideas Thanks beforehand, Alex L. try this with your HTML in the cells you would like to align the text towards top < td valign=" top" > hence, like this: Code: DDR3 Ram Population Performance < /caption> < thead> < tr> < th scope=" col" > Usage< /th> < th scope=" col" > Population< /th> < th scope=" col" > Performance< /th> < /tr> < /thead> < tfoot> < /tfoot> < tbody> < tr> < th scope=" row" > Greatest Bandwidth < /th> < tdCOLOR=Red valign=" top" /COLOR> < ul> < li> DDR3 1333 across 3 channels< … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

Decrease Border Height Using CSS

I would like to decrease the height of a border line. Since there isn’t any formal CSS command to control " border height", is there yet another way to adjust along the border by adjusting padding or even margins Please see the following site: Fresh Home C Portable Bay Job Seekers I would like to decrease both the thin lines separating the three principal content divs. Many thanks, M You can only make them as short as the contents are extra tall. You’ll have to shed all padding and also white space (< p> elements, etc. ) in the most notable and bottom areas of the divs (counseling plus support) and eradicate the top margin in your h1 elements, adding a margin to the top and bottom of people divs, Incidentally, your HTML is often a little out regarding whack… you should read up on how to arrange HTML and CSS with floating elements. Benefits tutorials on websites. 1.

Posted in Web Design | Tagged , , , , , , , , , , , , , , , | Leave a comment

Need advice on choosing a website design firm

My personal company is planning to give our website a make about. It looks somewhat dated. We were going to hire a firm called 123 Triad ; however , found some nasty reviews on all of them. Can anyone recommend a great website design firm Any help will be greatly appreciated. Transio Miami’s Application Development & Web design Company – Miami, Florida Web developers Bless you Steven. I just simply called your place of work. but put it off… you haven’t noticed any reviews concerning Transio… I don’t know where do you start… merely kidding. mlseim, that is certainly actually pretty amusing!!! I will state that once I started searching for reviews on 123Triad it did not take long to search for the laundry list. in case your really worried, just call a number of their clients and ask their opinion Yes i will help uou in this reverence, i know a business which is very good in web coming up with. You can take a look at their details from < REMOVED>. Make sure you because i employed their services. For selecting a web site design firm you need to have to find in google. com There you will … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

Web image enlargement

I would like a simple to use feature to enable site users for you to enlarge images upon rollover or click. Advice on procedures and " the way to" greatly valued. Gives thanks in anticipation. I’d personally use CSS process. You can also use Javascripting. See these various items… show up large image upon mouseover – Search engines Search Addititionally there is methods for " magnifier glass". Not sure in the event that’s what you necessarily mean try your javascript gallery or even plugin, like this script: Code: ============================================================ Script: Immediate Image Zooming Options: This script might zoom-in/zoom-out any impression in your page by clicking for the image. Browsers: NS6+, IE. most of (NS4 degrades gracefully) Author: etLux ============================================================ INSTRUCTIONS: Step 1. Put the following script inside the < head>… < /head> part of your page: < script> // D. 2004 by CodeLifter. com var nW, nH, also, oW; function zoomToggle(iWideSmall, iHighSmall, iWideLarge, iHighLarge, whichImage) oW=whichImage. type. width; oH=whichImage. type. height; if((oW==iWideLarge)(oH==iHighLarge)) nW=iWideSmall; nH=iHighSmall; altogether different nW=iWideLarge; nH=iHighLarge; whichImage. type. width=nW; whichImage. type. height=nH; < /script> 2. Attach the function in your image with an onclick event, seeing that shown below: < img border=" 0" src=" yourimage. gif" width=" 100" … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , | Leave a comment

What’s wrong with my code for a video?

Greetings all, I’ve embedded your video using Dreamweaver CS5 upon my site as well as the code is: < subject classid=" clsid: 166B1BCA-3F9C-11CF-8075-444553540000" codebase=" http: //download. macromedia. com/pub/shockwave/cabs/director/sw. cab#version=10, ONE, 1, 0" width=" 176" height=" 158" title=" MyVideoTitle" > < param name=" src" value=" videos/TheNameOfMyVideoHere. 3gp" /> < param name=" BGCOLOR" value=" #FFFFFF" /> < add src=" videos/TheNameOfMyVideoHere. 3gp" width=" 176" height=" 158" pluginspage=" http: //www. adobe. com/shockwave/download/" > < /embed> < /object> I made the actual video on iMovie in addition to saved it like a. 3gp file (the default regarding tiny videos) to the small file size (176×158. ) It works great on the browsers I’ve examined (Mac FF, Safari, Camino, GoogChrome, Home windows FF), EXCEPT it doesn’t load on Safari with regard to Windows (works good on Mac) in addition to IE8 (and in all probability IE7, which I do not own. ) Perhaps you can find others where it won’t work, way too. The spot with the video comes up on the webpage, and says what, " Adobe Shockwave.. ", yet never loads. What’s the problem here Thanks for virtually every help on the following! Also taking suggestions for the best way (method, formatting, file type, … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

Using IE8 I get IE6 incompatibility messages

Hello there I’ve upgraded by IE6 to IE8 however I’m still getting Incompatible internet browser alert Sorry but we never support Internet Explorer A FEW. Please download and use a more up-to day browser: World-wide-web Explorer 8 Mozilla Firefox Search engine Chrome Opera. I’m using IE8 Truly checked compatibility mode – thats not the matter. Any ideas Should i reinstall IE8. Thanks David What’s the website you’re obtaining this from. There’re probably decoding the browser headers improperly. Or you’ve got compatibility mode with. Thanks for that reply, I’ve gone over to Firefox as well as don’t remember the sites I got getting the inconpatibility message after that were a handful of, I think the particular problem’s mine. Zymic the free of charge hosting service has become the sites that shows me the message next time i try to log to the cPanel via IE8 I looked at the source and seen this particular doctype data: HTML: <! DOCTYPE WEB CODING PUBLIC " -//W3C//DTD WEB CODING 4. 01//EN" " http: //www. w3. org/TR/html4/strict. dtd" > Maybe it is because they’re not utilizing xHTML…. I imply c’mon, HTML 4 is around since the particular late 90’s…. Ideas on IE8 as well as … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , | Leave a comment

[HELP] 1 Pixel Offset/Jog on webpage only on "Google Chrome"

Genie Professional Supply When you go to your website on google chrome, and appear at the site, just below the header, there is a 1 pixel offset/jog plus below the footer, either the same thing.. can you males please help myself fix this It becomes much appreciated. Guide… Please Hello there – I will not see an canceled out in Chrome (version HALF A DOZEN. 0. 472. 63) as well as Firefox (version 3. 6. 9) but MY SPOUSE AND I do see them in IE 7 – along at the top it’s suitable between the < div class=" wrap_full header" oldid=" Outer" > as well as < div class=" wrap_full bg_base" > and Allow me to see it around the bottom but POST can’t tell for sure where it is within the code. I really believe it has related to your divs somehow (what will be the oldid=" Outer" presently there for), or perhaps it is your background images – I wish I can help more but We are at a decline. I’d really appriciate it when you could help me by it… I see it and I will be on… Chrome. 8. 0. x. times. x We’ve Included … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , | Leave a comment

Centering a navigation bar to fit all screen resolutions.

My personal website is lifesgreatquotes. com (it’s a domain I used to use but thought we would redesign) I’m taking care of a tutorial website and I’m uploading what I’ve done to that domain anyways. I’m using div tags and We can center my header div by means of setting my image to be a background in CSS in addition to centering the back button and y, also I could center the family table and footer but I’m developing a problem with the nav bar because I’d like to see it to become rollover bar, the buttons will healthy the table accurately 920px. But I’d like the nav bar to go from one end on the next look from my site such as. Any help would be appreciated the simplest method will be the most effective many thanks. Robert i never see a nav bar. i’ll check back again. HTML: div location: relative; width: whateverpx; border: 0px auto 0px auto; Well Pondered the design for a mockup but been messing for it since so that is certainly problly y you never see a entire nav bar though the silver gradient represents the nav. well a artwork doesn’t do much for … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

Putting a scroll bar WITHIN the site

Is there an easy way of putting some sort of scroll bar inside a section of your site to enable you to have 2 copy: still left column = fixed length image right column = scroll bar to let for text being longer versus the image Employing CSS, define the dimensions of one’s < div> locations, and use: flood: auto; That will instantly display a scroll icon if it want to really standout one. I really recommend you find methods to display your content without scrollbar(s), but I realize in most cases, that’s not likely. Any time anyone add navigation that will makes people perform harder (like scrollbars), you will discover that users wouldn’t use them… they’ll most probably just leave your page. I know this could sound condescending, nonetheless assume every person is lazy. Design your web page so users need not think about whatever. Scrollbars require thinking and skill. Many thanks mlseim – WHEN I hadn’t realised it turned out that easy. Essentially, I probably consider your comments about scroll bars – specifically for long pages. Nonetheless, I’m about to complete a site the location where the customer wants to get minimal info plus a very clean layout … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , | Leave a comment
Page 38 of 50« First...102030...3637383940...50...Last »