- Strength to Increase Rep
- +6
- Strength to Decrease Rep
- -1
- Upvotes Received
- 18
- Posts with Upvotes
- 15
- Upvoting Members
- 14
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
Re: [QUOTE=vijiglad;1490577]how can i do that?[/QUOTE] I would assume it could be very simple. Every time someone uploads an image, the image is put onto the "images" directory of the site. The URL the image is uploaded to "http://yoursite.com/assets/images" + "filename.filetype" is inserted into the database. Then, you can link to … | |
Hi Daniweb, I'm trying to create a basic, grid-based (table-layout) calendar using PHP. I'm in the planning stages currently, but need some help coming up with an effective way to display empty boxes (for instance, November starts on Monday, so the left-most box (Sunday) needs to be empty. December starts … | |
Re: I agree with russ_nbhs! chrisea, you're a fool and a prick for not being able to understand the fairly clear and obvious questions posed by russ_nbhs. He knows enough to get the scripts to work, but doesn't know how to actual code with them (lol). Also, just because you know … | |
Re: After I changed your charset to UTF-8, everything looked better... <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
Re: We can't view your website. My guess is that you are running it on a local server off your desktop and you decided to turn off the PC (or just the server). Can you put this up on a 99.9% uptime server? Thanks. | |
Re: Hi Violet_82, Try something like this (make this the VERY LAST style in your head) <style type="text/css"> @media only screen and (max-device-width: 480px){ #main_picture img { width: 100%; } } </style> </head> [COLOR="Red"]NOTICE HOW THAT STYLE IS THE LAST THING?[/COLOR] Once you upload it, try to view it in the … | |
Re: Hi kukula, It's time to rewrite the site. You've done it using some very unsupported formats that appear to only be working with Chrome. [b]Example[/b] [CODE]img[height=223] { ... }[/CODE] Either make sure to use pixels like this [CODE]img[height="223px"] { ... }[/CODE] or try to NOT use those types of things. | |
Re: [QUOTE=versan;1770480]Newsletter dont support external css.. that is the prob i face.. if you have any other suggestion plz share it... Thanks for the pre reply..Advance thanks for the post-reply[/QUOTE] I would say you can't expect to do that and have it be compatible across all email clients. You shouldn't be … | |
Re: Well, assuming they are pasting in an HTML page, that's to be expected. It's also to be expected if you are using an iFrame to display their content. On the other hand, if all you are doing is displaying what THEY WROTE into the textarea (and you are 100% sure … | |
Re: Set the following CSS to fix the layout issues (especially the footer). [CODE] #footer-container { clear: both; } [/CODE] Then, add the following div underneath <div id="text"> in <div id="boxcontainer"> [CODE]<div style="clear:both;"></div>[/CODE] So it should look something like this: [CODE] <div id="image"><img align="LEFT" src="http://ocklaw.com/new/wp-content/themes/ocklaw/images/pic2.png"></div> <div id="text">Request more information from OCK&Associates … | |
Re: Hi zobadof, I've made the page look very similar to the PNG example you posted. Here's the code I used to do it. [CODE] #main { position: relative; } #marq { width: 752px; } #logo2 { right: 0; top: 127px; } #donate { position: absolute; right: -70px; top: -35px; opacity: … | |
Re: Can you show the entire HTML page? Even better, can you give us a link to a hosted version of the page? The CSS is very limited and we can't help much with it. | |
Re: Hi Violet_82 (again), I think I've given you the lecture on clearing floats about 100x. :P Remove the margin from the .main_picture img (or set it to margin: 0; as below) Then, set a [b]clear[/b] on the .main_picture div. That ought to fix it. [code] .main_picture { clear: both; } … | |
Re: I know I'm late, but here's a pretty good technique of getting around faux columns (and reliance on JavaScript/jQuery). http://offshootinc.com/blog/2011/11/23/getting-100-column-height-with-css/ The only downside is lack of support in IE6, but who cares? | |
Re: [CODE]#header-wrapper { float: left; }[/CODE] I've attached an image to show you that it's fixed in FF10 if you apply my CSS change above. I posted the solution yesterday afternoon, but for some reason it didn't appear? Anyways, good luck with the blog! | |
Re: Hi Alan (al2henry), You should familiarize yourself with CSS [URL="http://css-tricks.com/all-about-floats/"]floats[/URL]. Here's what you should do (the ONLY thing you change). [CODE] #navBar { float: left; margin: 0; width: 21%; } </div> <!--end navbar --> <div style="clear:both;"></div> <--// [COLOR="Red"]Add this under the "navbar" div to "clear" the floats (you'll learn about … | |
Re: I'm kinda shaking my head and laughing my ass off. PF2G was writing HTML/CSS tutorials just two months ago and when a couple poster made note of his mistakes / things he left off, he couldn't take the criticism and went off on them. However, the guy who writes tutorials … | |
Re: There is a neat way to get around having to use dozens upon dozens of media queries. Use [B]one[/B] media query (check if window size is less than 800px wide [for instance]). If it is less than 800px wide, rather than using a set width (I'm guessing you have a … | |
Re: Is this your page? [url]http://www.directsellinglive.com/index.html[/url] (does work) I'm guessing you guys use a .htaccess file to allow .php precedence over .html files. [url]http://www.directsellinglive.com/index.php[/url] (doesn't work) Chances are your index.php page is empty (nothing in there). Go check and report back with the results. How did it happen? No idea, but … | |
Hey everyone (especially Narue!), I've ventured over to the C++ board again. I've been reading my C++ book (Data Structures and Algorithms in C++) again and want to fully grasp the concept of pointers. In the back of each chapter, a couple of exercises are available and I'm attempting to … | |
Re: You're looking to use [URL="http://www.w3schools.com/css/css_image_transparency.asp"]opacity[/URL], I believe. | |
Re: There are two great options. TinyMCE - http://www.tinymce.com/ CKEditor - http://ckeditor.com/ If you want more support, I'd suggest TinyMCE. If you want accessibility, CKEditor is said to be 100% accessible (or close to) and uses ARIA. | |
Re: I'm assuming you are using Google Custom Search. If so, there's an option to receive results "inside" the current page. | |
Re: Set vertical-align for the class .wt to top. .wt { vertical-align: top; } | |
Hi guys, I need help setting up Google's Custom Search for a unique experience. I've got two views for an app: [url]http://mysite.com/calendar/month/7[/url] and [url]http://mysite.com/calendar/grid/7[/url] What I want to do is have the ability to search BOTH views using ONE Google Custom Search because they contain the same events, just with … | |
Re: No, you can't use variables or placeholders in CSS. Why would you even want to, though? Using PHP, it's as simple as assigning a second class (.green for green background, .blue for blue background, etc.) and you should be covered. | |
Re: Add the attribute[B] align="center" [/B]to the footer table. Also, the site is 7-8 years old I'm guessing...it uses REALLY old HTML. | |
Re: Hi Violet_82, The answer is very simple. Chances are you are assigning specific (pixel-based) widths to various divs and lists. So, let's say you gave the div containing your social media information a width of 150px (inside the sidebar div). Let's also assume you gave your main content area ("content" … | |
Re: The following code appears to fix IE9 issues... [CODE] <!DOCTYPE html> <html><head><style type="text/css"> body { background-color: #000; } .white { color: #FFF; } .heading { color: #2B5CBB; } a:link { color: #000; text-decoration: none; } a:visited { text-decoration: none; color: #999; } a:hover { text-decoration: underline; color: #FFF; } a:active … | |
Re: Something like this is probably what you are looking for... [url]http://www.blueprintcss.org/[/url] |