Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 9 of 9
Search took 0.02 seconds.
Search: Posts Made By: TwilightRealm
Forum: PHP 01-31-2009, 09:15 PM
Replies: 4
Views: 940
Posted By TwilightRealm
Forgetting the wild card stuff, how would I go...

Forgetting the wild card stuff, how would I go about saying 'find the phrase ("Created by Gareth") in this field, and insert ("Gareth") into another field'?

Nevermind, I remembered an UPDATE...
Forum: PHP 01-31-2009, 08:14 PM
Replies: 4
Views: 940
Posted By TwilightRealm
Can that work in a replace statement? To say find...

Can that work in a replace statement? To say find where like 'width="%"' and insert % into another field?
Forum: PHP 01-31-2009, 08:13 PM
Replies: 0
Views: 399
Posted By TwilightRealm
Question Rid duplicates in list due to 1 < fields & how to get multiple entries on same page

I have a mythology project I've been working on for a few years.

First I have a list of the data displayed from sql onto a php page, that looks something like this:

Abatwa
Bicorn
Faerie,...
Forum: PHP 01-31-2009, 07:31 PM
Replies: 14
Views: 1,476
Posted By TwilightRealm
As mentioned above, most third party forum...

As mentioned above, most third party forum software will let you change the templates. You may have to do a bit of research on their site, but typically you're looking for a header and a footer...
Forum: PHP 01-31-2009, 07:27 PM
Replies: 4
Views: 940
Posted By TwilightRealm
Question Use wildcard find and place segment of field in another field?

I'm wondering if it's possible to take part of a field information and insert it into another field?

I have a column called "idata" and some of the fields contain a segment of html data involving...
Forum: HTML & CSS 08-15-2008, 07:08 AM
Replies: 18
Views: 15,284
Posted By TwilightRealm
In order to comply to W3C standards, you are...

In order to comply to W3C standards, you are correct. However, I don't think he's looking to do a complete coding of his page yet until he has the idea down. Different doctypes can affect CSS, but...
Forum: HTML & CSS 08-15-2008, 07:05 AM
Replies: 7
Views: 884
Posted By TwilightRealm
Think this ought to do the trick for you. ...

Think this ought to do the trick for you.

<style>
#lead {
background-color: #fff;
border-bottom: 1px solid gray;
width: 740px;
height: 290px;
padding-left: 15px;
}
Forum: HTML & CSS 08-15-2008, 06:54 AM
Replies: 4
Views: 620
Posted By TwilightRealm
Can you give us the identical code, or as close...

Can you give us the identical code, or as close to it as you can? If the code above works in FF and IE, I don't see how we can tell you what you have elsewhere is not working.
Forum: HTML & CSS 08-15-2008, 06:50 AM
Replies: 18
Views: 15,284
Posted By TwilightRealm
Is this what you're wanting to do? <html> ...

Is this what you're wanting to do?
<html>
<head>
<title>TEST with 4 columns 20% each</title>
<style type="text/css">
<!--
* {
margin: 0;
padding: 0;
}
Showing results 1 to 9 of 9

 
Forum Jump

All times are GMT +1. The time now is 03:15 PM.