View Full Version : How do you get this....


Mattice
05-31-2005, 04:57 PM
How do you make it so that when you use a head tag, an image thing comes up instead of just writing???

starlet
05-31-2005, 05:03 PM
Do you have an example?

Mattice
05-31-2005, 06:22 PM
Do you have an example?

yeah, on your site (SMW) when you have a new date and stuff and a header saying Guess what? etc, it's not plain text, it's like an image. sorry i must sound thick :idea:

Chris
05-31-2005, 06:27 PM
it's not plain text, it's like an image.
It is text - its not an image.

Monkey Bizzle
05-31-2005, 06:32 PM
I don't see anything that says "Guess what?" are you just talking about the way her dates are formatted?

Chris
05-31-2005, 06:36 PM
The "Guess what" text that they were talking about was on the "Guess what" page, under "Fun".

Mattice
05-31-2005, 07:29 PM
i no its NOT an image, but you can have them so they look like images

Mattice
06-01-2005, 09:07 AM
I have an example what I want MINE to look like...go on http://totallychillin.co.uk/lemonysplat.htm and on the navigation column i have like little dividers...but there not, it's just text with a long underline...how do i make it so that in my blog column my entries will all come up with one of those and all my page headers???

Please help.

paperxHEART
06-01-2005, 09:48 AM
<p class="head">Word here</p>
(let's call it head)

You can customise it in your CSS.
eg.

.head{color: #CCCC99; font-weight: bold; font-size: 12px; font-family:georgia; align-ment: right; border-bottom: 1px solid #000000;}

Mattice
06-01-2005, 10:19 AM
Yes but how do i get a long underline underneath it all???

MaGiCSuN
06-01-2005, 11:47 AM
&nbsp;

put that allot after your "word" and then close the underline tag AFTER the last space code (above).

Love,
Mirna

Mattice
06-01-2005, 12:01 PM
im still confused..sorry. can u post what i would have to do as in the whole code for it?

Mattice
06-01-2005, 12:09 PM
^and how would i set it up with cutenews???

MaGiCSuN
06-01-2005, 02:10 PM
don't know, it's just HTML that probably is also used by cutenews

just follow my instructions:
Put that piece of coding AFTER the word

like:

<u>navigation[10x that code here]</u>

Love,
Mirna

Mattice
06-01-2005, 02:41 PM
ok thanks!