Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 2
1
2
>
Showing results 1 to 25 of 39
Search took
0.43
seconds.
Search:
Posts Made By:
meerkat
Forum:
HTML & CSS
07-20-2003, 12:17 AM
Replies:
4
CSS: Align right and left for two things in <TD> tag.
Views:
1,210
Posted By
meerkat
Something like this… <td> <div...
Something like this…
<td>
<div style="float: left;">My text</div>
<div style="float: right;"><img="myimage.gif" /></div>
</td>
meerk…
Forum:
Geek News and Humour
07-13-2003, 08:07 PM
Replies:
6
World's new fastest desktop computer! *cough*
Views:
5,430
Posted By
meerkat
Have just got an eMac, 1Ghz, 60Gb, 640Mb, 17" etc...
Have just got an eMac, 1Ghz, 60Gb, 640Mb, 17" etc … machine with OSX for the house.
After spending 12 years working and loving the older OS, I'm beginning to like OSX.
This is the first Mac I've...
Forum:
HTML & CSS
06-22-2003, 11:04 PM
Replies:
14
background="" in <table> ?
Views:
867
Posted By
meerkat
Could be a lottery winner! Ah jeez never mind. ...
Could be a lottery winner!
Ah jeez never mind.
meerkat
Forum:
HTML & CSS
05-02-2003, 05:05 PM
Replies:
10
showing html code - without it turning into real html using a wysiwyg.
Views:
1,505
Posted By
meerkat
I understand now… this is where the <pre>...
I understand now…
this is where the <pre> tag is used.
Have a look at this link.
Here (http://www.scit.wlv.ac.uk/encyc/pre.html)
Forum:
HTML & CSS
05-02-2003, 04:39 PM
Replies:
10
showing html code - without it turning into real html using a wysiwyg.
Views:
1,505
Posted By
meerkat
vkid… I know that this may be drawing at...
vkid…
I know that this may be drawing at straws… but are you saving the file as a '.html' file, ie are you using the correct suffix?
meerkat
Forum:
HTML & CSS
04-25-2003, 11:40 AM
Replies:
3
Comic Sans MS generic font name??
Views:
1,610
Posted By
meerkat
Deanna… I'm pretty sure it's 'Fantasy' as...
Deanna…
I'm pretty sure it's 'Fantasy' as that what the default setting is in IE. The font is awful anyway…
meerkat
Forum:
HTML & CSS
01-28-2003, 12:27 PM
Replies:
23
Almost perfect ... but not quite !
Views:
1,450
Posted By
meerkat
Bro… Don't look at it on a Mac in IE, it...
Bro…
Don't look at it on a Mac in IE, it totally disregards all your styles.
Looks great in Moz1.2 though.
meerkat
Forum:
HTML & CSS
12-10-2002, 11:50 AM
Replies:
10
Big problem with positioning, sizing, overflow etc. etc.
Views:
1,128
Posted By
meerkat
Ermm… It looks real whacky in IE5.2 on a Mac...
Ermm…
It looks real whacky in IE5.2 on a Mac by the way. Macs are shipped with IE (yuck) and trying to get something right in IE on a Mac is verging on getting it almost right for Mozilla.
...
Forum:
General web building
12-09-2002, 05:18 PM
Replies:
6
Resoultion size
Views:
908
Posted By
meerkat
pooldoc You have indeed produced a far too...
pooldoc
You have indeed produced a far too big a site.
I suggest you start at 800x600, which is probably the smallest these days though some may still be on 640x480, and make it look acceptable...
Forum:
General web building
12-06-2002, 05:23 PM
Replies:
14
Most recent Image
Views:
1,052
Posted By
meerkat
You're obviously going to have to upload the...
You're obviously going to have to upload the 'new' image to the folder and where you to call all these images 'webcam.jpg' then surely when you upload the new 'webcam.jpg' it'll overwrite the...
Forum:
HTML & CSS
12-04-2002, 05:51 PM
Replies:
5
Using a Style Sheet
Views:
1,009
Posted By
meerkat
Tombo… A stylesheet is INDEED a text file...
Tombo…
A stylesheet is INDEED a text file but the correct suffix is .css and not .txt.
CSS stands for Cascading Style Sheets and is good way of setting up styles to be used across a website. Or...
Forum:
HTML & CSS
12-02-2002, 10:21 AM
Replies:
1
CSS and Mac
Views:
857
Posted By
meerkat
8mycsh First off, it's not the Macs...
8mycsh
First off, it's not the Macs themselves, rather its the IE Mac version that produces some bizarre results. IE5.0 for Macs is totally different from the Win version.
Heres a link that...
Forum:
HTML & CSS
11-29-2002, 05:18 PM
Replies:
6
attach a file in a form
Views:
1,302
Posted By
meerkat
Hey don't be sorry for what you consider to be...
Hey don't be sorry for what you consider to be ignorance - we all have to start somewhere and by not asking you won't get anywhere:)
meerkat
Forum:
HTML & CSS
11-29-2002, 03:15 PM
Replies:
6
attach a file in a form
Views:
1,302
Posted By
meerkat
Homer What Bosko was referring to was that...
Homer
What Bosko was referring to was that it requires server side coding (PHP, Perl etc) to work.
Basically your clients need toupload their image/whatever to your website.
meerkat
Forum:
HTML & CSS
11-28-2002, 10:42 AM
Replies:
2
Centering Layers?
Views:
1,140
Posted By
meerkat
imroue I'm assuming you want this layer to...
imroue
I'm assuming you want this layer to appear in the centre of the browser window …
If so you could try this
body {
margin: 20px 0px; padding: 0px; text-align: center;
}
Forum:
HTML & CSS
11-28-2002, 10:29 AM
Replies:
1
css in a <a> tag hover??????
Views:
1,133
Posted By
meerkat
andrew… Try this in the 'head' of the script...
andrew…
Try this in the 'head' of the script
<style="text/css">
<!--
a.nav:link {color: #3333cc; text-decoration: underline;
}
a.nav:hover {color: #000000; text-decoration: none;
Forum:
HTML & CSS
11-27-2002, 02:06 PM
Replies:
10
Movies won't download
Views:
1,409
Posted By
meerkat
fLiP… What krycek was saying is true. Your...
fLiP…
What krycek was saying is true. Your links and fonts are displaying the default mode because you haven't styled them.
In your code you have this
<STYLE>.CoolLinks
.CoolLinks A...
Forum:
General web building
11-26-2002, 12:19 PM
Replies:
9
Really need your help please.
Views:
931
Posted By
meerkat
thickandthin, Your page doesn't render well...
thickandthin,
Your page doesn't render well on a Mac/IE. In fact you miss all the content, which slides ungracefully down below your last link.
Works fine on Mac/Moz1.1
As for layout and...
Forum:
HTML & CSS
11-26-2002, 09:47 AM
Replies:
12
MAC Rendering problems
Views:
1,234
Posted By
meerkat
Here's a good link fpr Mac/IE bugs and fixes… ...
Here's a good link fpr Mac/IE bugs and fixes…
http://www.macedition.com/cb/ie5macbugs/
meerkat
Forum:
HTML & CSS
11-25-2002, 05:48 PM
Replies:
12
MAC Rendering problems
Views:
1,234
Posted By
meerkat
jms… Brothercake and MCookie are right… ...
jms…
Brothercake and MCookie are right…
Have just tested it and if you put in the
//-->
at the end of your JS as suggested it works fine in IE
meerkat
Forum:
HTML & CSS
11-25-2002, 03:52 PM
Replies:
12
MAC Rendering problems
Views:
1,234
Posted By
meerkat
jms… On a Mac here. You're right. it...
jms…
On a Mac here.
You're right. it doesn't work in Mac/IE but it does work in Mac/Moz1.1.
IE5.0+ for Macs is very compliant (not like Win/IE) and I noticed in your code that you hadn't put...
Forum:
General web building
11-15-2002, 03:03 PM
Replies:
16
Opinion on new website
Views:
1,616
Posted By
meerkat
iron… Nice site. Couple of things that'll be...
iron…
Nice site. Couple of things that'll be picked up on, no doubt by other more learned than I…
1. DTD - Document Type Declaration at the beginning…
2. You have no definition for this...
Forum:
General web building
11-15-2002, 01:33 PM
Replies:
11
My Web Site
Views:
1,195
Posted By
meerkat
Len… Just a small point, but the photos take...
Len…
Just a small point, but the photos take a while to load. May I suggest letting the user-browser know what size to expect.
For eample you have
<img src="i/v3.jpg" border=0>
If you put...
Forum:
HTML & CSS
11-14-2002, 02:54 PM
Replies:
5
MOzilla and Netscape
Views:
1,195
Posted By
meerkat
Thanks BrainJar for clarifying that I assume...
Thanks BrainJar for clarifying that
I assume it will be the same on a Mac
meerkat
Forum:
HTML & CSS
11-14-2002, 12:33 PM
Replies:
5
MOzilla and Netscape
Views:
1,195
Posted By
meerkat
jeorg… Had a similar problem myself. I...
jeorg…
Had a similar problem myself. I couldn't have both browsers open at the same time - basically 'crashed' my Mac.
They are basically the same, and I would suggest sticking to Moz1.1 and...
Showing results 1 to 25 of 39
Page 1 of 2
1
2
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
09:10 AM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.