/    Sign up×
Community /Pin to ProfileBookmark

how do i write on my template

what ive done is made a template in adobe an open it in dreamweaver and i want to write some text onit but when i do the bit that im writing on deletes an its white
an when i preview it on the internet it is all over the place n e help will be
apreciated ???

to post a comment
HTML

10 Comments(s)

Copy linkTweet thisAlerts:
@pulze1authorFeb 18.2006 — please some one help ??
Copy linkTweet thisAlerts:
@LJKFeb 19.2006 — Hi -

You might not be getting answers because your question is awfully confusing.

So, a design was made in photoshop & you've saved parts of it - as slices or

as separate images or as .html?

Now you're trying to edit it in DW and ? ...maybe you could post the code you've

used so we can better help you.

El
Copy linkTweet thisAlerts:
@pulze1authorFeb 20.2006 — thanks ill post the code up
Copy linkTweet thisAlerts:
@pulze1authorFeb 20.2006 — heres the code what i would like to do is edit my template in dreamweaver <html>

<head>

<title>my new sick template</title>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

</head>

<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

<!-- ImageReady Slices (my new sick template.psd) -->

<table id="Table_01" width="761" height="645" border="0" cellpadding="0" cellspacing="0">

<tr>

<td colspan="8">

<img src="images/my-new-sick-template_01.gif" width="760" height="75" alt=""></td>

<td>

<img src="images/spacer.gif" width="1" height="75" alt=""></td>

</tr>

<tr>

<td rowspan="2">

<img src="images/my-new-sick-template_02.gif" width="163" height="52" alt=""></td>

<td>

<img src="images/my-new-sick-template_03.gif" width="53" height="32" alt=""></td>

<td>

<img src="images/my-new-sick-template_04.gif" width="54" height="32" alt=""></td>

<td>

<img src="images/my-new-sick-template_05.gif" width="57" height="32" alt=""></td>

<td>

<img src="images/my-new-sick-template_06.gif" width="51" height="32" alt=""></td>

<td>

<img src="images/my-new-sick-template_07.gif" width="91" height="32" alt=""></td>

<td>

<img src="images/my-new-sick-template_08.gif" width="96" height="32" alt=""></td>

<td rowspan="2">

<img src="images/my-new-sick-template_09.gif" width="195" height="52" alt=""></td>

<td>

<img src="images/spacer.gif" width="1" height="32" alt=""></td>

</tr>

<tr>

<td colspan="6" rowspan="2">

<img src="images/my-new-sick-template_10.gif" width="402" height="538" alt=""></td>

<td>

<img src="images/spacer.gif" width="1" height="20" alt=""></td>

</tr>

<tr>

<td>

<img src="images/my-new-sick-template_11.gif" width="163" height="518" alt=""></td>

<td>

<img src="images/my-new-sick-template_12.gif" width="195" height="518" alt=""></td>

<td>

<img src="images/spacer.gif" width="1" height="518" alt=""></td>

</tr>

</table>

<!-- End ImageReady Slices -->

</body>

</html>
Copy linkTweet thisAlerts:
@WebJoelFeb 20.2006 — is okay, except that you are filling the TD's with the image itself, not making the image [I]be the background[/I], leaving you opportunity to then place TEXT in the TD cell. -You can only 'fill' a TD once on the same 'layer', or else something is going to cover something else...

So, a brief rundown. Instead of
[code=html]<td><img src="images/foo.*** />Your text here</td>[/code]

try doing

[code=html]<td style="background-image:url(images/foo.*** /)>Your text here</td>[/code]

The first example won't work the way you expect. The second example places [B]Your text here[/B] [I]over[/I] the background image, which is what I think you are trying to do. Basically what you seem to have is not 'a template', but a 'photoalbum' and when you attempt to add text, it loads AFTER the images (hense, it is all over the page).

Fill you TD's with the background image as shown above, and THEN put your text IN the TD cell... ?

-Does this help any?

-Joel
Copy linkTweet thisAlerts:
@pulze1authorFeb 20.2006 — thanks you for your help its workin now add me an we can chat about web designing an stuff [email][email protected][/email]
Copy linkTweet thisAlerts:
@JPnycFeb 20.2006 — It's not really any of my business but it's a bad idea to post your email on a public forum. Spider bots crawl such sites harvesting emails, and you'll start getting tons of spam.
Copy linkTweet thisAlerts:
@WebJoelFeb 20.2006 — It's not really any of my business but it's a bad idea to post your email on a public forum. Spider bots crawl such sites harvesting emails, and you'll start getting tons of spam.[/QUOTE]

Very true. ?
------------------------------------


As for chat on web developement, I have a 'public profile' and can always be reached that way even though I visit WD.com 3 or 4 times throughout the day. And this forum is quite user-friendly and very active. It's one of the very best that you'll find. It is always easy to find someone on here willing to help or offer quick suggestions. ?
Copy linkTweet thisAlerts:
@pulze1authorFeb 20.2006 — Really im not doing that n e more then Thanks
Copy linkTweet thisAlerts:
@LJKFeb 21.2006 — Hi -

In my experience, it's much easier to learn how to

code web pages with a less 'hand-holding' editor

like HTML-Kit or TSW Web Coder. You need to

know what you're doing to make changes, though.

Try picking-up a book or viewing web resources on

.html and Cascading Style Sheets [css]. Get to know

the basic tags and how they normally display [header / h#,

division / div, paragraph /p, unordered list / ul, etc.

Then use the power of style rules to tweak how they appear

or where they need to be positioned to best suit the content

you've already coded.

P.S. -

Using a layout based the use of a table is a really

bad idea - unless it's just data to be presented.

Good luck & have fun,

El
×

Success!

Help @pulze1 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.16,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...