| View previous topic :: View next topic |
| Author |
Message |
C@L 250+ Club

Joined: 13 May 2005 Posts: 448 Location: Lpool, England
|
Posted: Fri Nov 04, 2005 9:09 pm Post subject: just wondering - some basics |
|
|
i still dont know how to insert text over an image and then align it
and also...
is there any good learning site with BASIC html
not lissaexplains  |
|
| Back to top |
|
 |
|
|
ReFredzRate 1000+ Club

Joined: 20 Aug 2004 Posts: 2186 Location: Netherlands
|
Posted: Fri Nov 04, 2005 9:43 pm Post subject: Re: just wondering - some basics |
|
|
| Code: |
| <IMG SRC="file.jpg" ALT="explanation" ALIGN="center/left/right"> |
Is that what you mean? |
|
| Back to top |
|
 |
C@L 250+ Club

Joined: 13 May 2005 Posts: 448 Location: Lpool, England
|
Posted: Fri Nov 04, 2005 9:45 pm Post subject: Re: just wondering - some basics |
|
|
well it helps ...
but i meen making text hover over and image |
|
| Back to top |
|
 |
C@L 250+ Club

Joined: 13 May 2005 Posts: 448 Location: Lpool, England
|
Posted: Fri Nov 04, 2005 9:54 pm Post subject: Re: just wondering - some basics |
|
|
like if i wanted to put text over this...
to create a button |
|
| Back to top |
|
 |
ReFredzRate 1000+ Club

Joined: 20 Aug 2004 Posts: 2186 Location: Netherlands
|
Posted: Fri Nov 04, 2005 10:11 pm Post subject: Re: just wondering - some basics |
|
|
| Code: |
<table background="image.jpg" width="imgwidth" height="imgheight"><tr><td>Text</td></tr></table>
|
I don't think there's a shorter/easier way to do it. Unless you work with CSS. |
|
| Back to top |
|
 |
C@L 250+ Club

Joined: 13 May 2005 Posts: 448 Location: Lpool, England
|
Posted: Fri Nov 04, 2005 10:16 pm Post subject: Re: just wondering - some basics |
|
|
thanx  |
|
| Back to top |
|
 |
ReFredzRate 1000+ Club

Joined: 20 Aug 2004 Posts: 2186 Location: Netherlands
|
Posted: Fri Nov 04, 2005 10:51 pm Post subject: Re: just wondering - some basics |
|
|
No problem. Finally a question I can answer  |
|
| Back to top |
|
 |
|