... Ohh, Melinda.... were you thinking of me and what I might say when you wrote this? :) Actually, Melinda is right in what she says - if all you are...
... Well, *now* ya tell me! LOL! I've been doing websites (that is, HTML and working with scripting languages) for nine years, but graphics still elude me....
... Oops, I meant: <p style="font-size: 200%; font-weight: bold;">Hello, World!</p> in the fourth example! __________________________________ Do you Yahoo!? ...
... LOL! Actually, no. :-) ... But Jennifer asked about design, not development which in my mind are two completely different things. Design is about...
At 01:34 PM 11/1/2004 -0500, Jennifer (aka Sassy Devil, Lorne's Ladylove) ... Vectorized graphics, IMO, are probably the easiest way to go (and leave them...
At 12:39 PM 11/1/2004 -0600, Melinda Robinson, Rodeo City Technology Group ... I would only Photoshop 2 or 3 pages of a website at most to give people a feel....
my name is Sunni Bergeron and I'm an amateur web designer. it's more like a hobby than anything else. i use FrontPage98 and SiteAid to cobble up my pages. i am...
i do all my own graphics and photography on my website. when i first started webauthoring, i used other folks' graphics because i didn't know how to use a...
Hi! A client had her designer for print work send me her graphics for her logo etc. The designer sent the files in an .sit file. I think that might be a...
... A Googling we will go! A Googling we will go! Hi Ho a Derrier... A Googling we will go! WinZip and PKUnzip are popular file compression tools for PCs. To ...
... A Googling we will go! A Googling we will go! Hi Ho a Derrier... A Googling we will go! WinZip and PKUnzip are popular file compression tools for PCs. To ...
... Thanks. But Googling doesn't always work if you don't know what you need to get a job done. ... Google is your f(r)iend! :-* [Non-text portions of this...
Does anyone know how to display infomation from an RSS feed onto a web page in a search engine readable format? I've found several sites which generate...
... Hello Stuart, Server-side dynamic scripting (PHP, Nuclear Vision). Grab the feed with the script, process the data, stuff the results in a database with a...
... Brain surgery instructions: Open the skull. Fix the problem. Close the skull. Easy to say... [Non-text portions of this message have been removed]...
LOL! The short answer is that instead of relying on client-side scripting (javascript) to parse and display the feeds (that SE may have a problem with), use...
Ok, so to get back to the original question (that I've also asked a while ago in an RSS group and never got an answer): Does anyone know a good script (php or...
... Hehe. I thought I said what Gary said already. Just a tad long-winded. Another approach to the problem that can be used on any host is to write a ...
Hi there Are there any good graphics people online now - (im off out in 10-15 minutes) Ive got an existing graphic - But it has a word on it, I want the word ...
Stuart:>>>Does anyone know how to display infomation from an RSS feed onto a web page in a search engine readable format? I've found several sites which...
Hi friends , I am having problems dislaying the size of font . I conld not get decresae the font .so any one can help me in displaying te font with very small...
Well if you are trying to reduce the font size try one of the below codes. <font size="-1"></font> <font size="-2"></font> As for the other not sure what you...
... . I ... when i ... in the ... We really need to see the code in order to help troubleshoot it. Can you give us a URL to look at or perhaps include the...
On my site, I created a background for the top of the page, using CSS and code provided by a member of this site. (Gary I think, thank you). And I have it up...
To have my background image non-repeating, or tiling, I use this in my external CSS: background: url('images/background.gif') #000066 no-repeat fixed; What...