Posts
 
Reputation
Joined
Last Seen
Ranked #1K
Strength to Increase Rep
+6
Strength to Decrease Rep
-1
100% Quality Score
Upvotes Received
18
Posts with Upvotes
15
Upvoting Members
14
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
5 Commented Posts
1 Endorsement
Ranked #858
Ranked #435
~43.0K People Reached
Favorite Tags
Member Avatar for vijiglad

[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 …

Member Avatar for diafol
0
705
Member Avatar for floatingDivs

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 …

Member Avatar for diafol
0
108
Member Avatar for russ_nbhs

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 …

Member Avatar for sheikhali449
0
173
Member Avatar for sasa.spurmanis

After I changed your charset to UTF-8, everything looked better... <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

Member Avatar for DaveTheSinger
0
333
Member Avatar for davy_yg

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.

Member Avatar for davy_yg
0
115
Member Avatar for Violet_82

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 …

Member Avatar for Violet_82
0
208
Member Avatar for kukula

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.

Member Avatar for kukula
0
182
Member Avatar for versan

[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 …

Member Avatar for versan
0
159
Member Avatar for trickist17

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 …

Member Avatar for floatingDivs
0
164
Member Avatar for davy_yg

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 …

Member Avatar for teedoff
0
90
Member Avatar for zobadof

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: …

Member Avatar for floatingDivs
0
167
Member Avatar for SergioQ

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.

Member Avatar for Philippe.Lahaie
0
151
Member Avatar for Violet_82

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; } …

Member Avatar for Violet_82
0
96
Member Avatar for Philippe.Lahaie

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?

Member Avatar for teedoff
0
310
Member Avatar for Q8iEnG

[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!

Member Avatar for Q8iEnG
0
239
Member Avatar for al2henry

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 …

Member Avatar for floatingDivs
0
187
Member Avatar for PF2G

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 …

Member Avatar for floatingDivs
0
115
Member Avatar for kaetar

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 …

Member Avatar for kaetar
0
194
Member Avatar for DSLKeper

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 …

Member Avatar for drjohn
0
165
Member Avatar for floatingDivs

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 …

Member Avatar for floatingDivs
0
708
Member Avatar for sirlink99

You're looking to use [URL="http://www.w3schools.com/css/css_image_transparency.asp"]opacity[/URL], I believe.

Member Avatar for sirlink99
0
90
Member Avatar for mehdi.yazdani

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.

Member Avatar for baig772
0
126
Member Avatar for aa26i

I'm assuming you are using Google Custom Search. If so, there's an option to receive results "inside" the current page.

Member Avatar for aa26i
0
107
Member Avatar for spyece
Member Avatar for floatingDivs

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 …

0
62
Member Avatar for Elmo_loves_you

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.

Member Avatar for Elmo_loves_you
0
87
Member Avatar for JD321

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.

Member Avatar for JD321
0
183
Member Avatar for Violet_82

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" …

Member Avatar for Violet_82
0
192
Member Avatar for elcubanoluis

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 …

Member Avatar for elcubanoluis
0
198
Member Avatar for AycheKay

Something like this is probably what you are looking for... [url]http://www.blueprintcss.org/[/url]

Member Avatar for ndeniche
0
106