Go Back   Free website templates > Web Template Help > HTML - XHTML - CSS
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read


Join now to download all the free website templates or post on the forum. If you have never been on a forum before read the FAQ. It's quick, easy and free to join!
Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-06-2009, 04:32 AM
Junior Member
 
Join Date: Feb 2009
Posts: 3
lindsayharrington is on a distinguished road
Smile Coding and Graphic

Hello,

After coding a webpage for myself and being disappointed with the lack of style I decided to download the Hilary Duff template. I am making an affiliate marketing website, where I would like to show a picture of a product and then explain it etc. I have turned the two sort of text boxes on the front of the homepage as the first two products but I would like to repeat these so I can add a new one each day or so? Is there something I can copy in the index sheet and paste it above it to construct a new one?? Also, I obviously wanted to delete the hilary duff cursive title and picture, to create a new one with my logo and picture do I need photoshop or related software? I've been scouring the web for these answers but thought I would break down and see if someone on here can help me? Sorry for the novel, thanks for your time.

Lindsay
Reply With Quote
  #2 (permalink)  
Old 02-06-2009, 04:35 AM
Junior Member
 
Join Date: Feb 2009
Posts: 3
lindsayharrington is on a distinguished road
Default

I read that and it sounds a bit garbled.

1. I want to duplicate the 'text box' so I can insert a picture and text each day.
2. I would like to insert my own title and possibly a picture.

Hope that clears things up

Lindsay
Reply With Quote
  #3 (permalink)  
Old 02-06-2009, 05:34 AM
CovertPea's Avatar
Moderator
 
Join Date: Dec 2007
Location: Brisbane, Australia
Posts: 1,828
CovertPea is on a distinguished road
Default

In reply to your email:
Sorry I can't help you out with this problem, I only do graphics alterations/enhancements.
Perhaps our in-the-know FWT member, Ishkey could be of help?

Cheers
CP
__________________
OF COURSE YOU HAVE MY UNDIVIDED ATT....OOW, LOOK AT THAT PRETTY PIECE OF STRING!!
Reply With Quote
  #4 (permalink)  
Old 02-06-2009, 03:40 PM
ishkey's Avatar
Moderator
 
Join Date: Aug 2007
Location: North GA USA
Posts: 1,360
ishkey will become famous soon enough
Default

This could be a Duff one. This is a psd file edit - I'm not a graphics person.
Quote:
I would like to insert my own title and possibly a picture
The code part is simple A simple copy - paste.
Code:
<!-- Original Code "textboxtop" -->
<div class="textboxtop">
Hilary duff on the red carpet.
</div>
<div class="textbox">
<span class="photo"><img src="images/photo1.gif" alt="Thumbnail"></span>
<p>If you're having problems editing <a href="http://#/forum/">forum</a>.</p>
<p>If you're looking for beautiful <a href="http://www.templatebeauty.com">Template Beauty</a>.</p>
<p>To find great hosting providers visit <a href="http://www.webhostingzoom.com">Web Hosting Zoom</a></p>
</div>
<div class="textboxbottom">
<a href="http://#">Comment</a> - <a href="http://#">Read comments (2)</a>
</div> <!-- End Original Code "textboxtop" -->
 
<!-- ********** Copy and Insert Code From "textboxtop2  Here ************ -->
<div class="textboxtop2">
Most Wanted new album! Part Two
</div>
<div class="textbox">
<span class="photo"><img src="images/photo2.gif" alt="Thumbnail"></span>
<p>If you're having problems editing the <a href="http://#/forum/">forum</a>.</p>
<p>If you're looking for beautiful and <a href="http://www.templatebeauty.com">Template Beauty</a>.</p>
<p>To find great hosting providers visit <a href="http://www.webhostingzoom.com">Web Hosting Zoom</a></p>
</div>
<div class="textboxbottom">
<a href="http://#">Comment</a> - <a href="http://#">Read comments (2)</a>
</div> <!-- End Inserted Code From "textboxtop2"********************** -->
 
<div class="textboxtop2"> <!-- Copy all this code and insert above -->
Hilary duff Most Wanted new album!
</div>
<div class="textbox">
<span class="photo"><img src="images/photo2.gif" alt="Thumbnail"></span>
<p>If you're having problems editing the <a href="http://#/forum/">forum</a>.</p>
<p>If you're looking for beautiful and <a href="http://www.templatebeauty.com">Template Beauty</a>.</p>
<p>To find great hosting providers visit <a href="http://www.webhostingzoom.com">Web Hosting Zoom</a></p>
</div>
<div class="textboxbottom">
<a href="http://#">Comment</a> - <a href="http://#">Read comments (2)</a>
</div> <!-- End - Copy all this code and insert above -->
It should look like this
Attached Images
 
__________________
RIF= Reading Is Fun - Understanding Funner
cleandeck - lawn mower undercoating and wilmargraphite - graphite lubricants
Reply With Quote
  #5 (permalink)  
Old 02-06-2009, 04:30 PM
Junior Member
 
Join Date: Feb 2009
Posts: 3
lindsayharrington is on a distinguished road
Default Thanks - and another question?

Thanks Ishkey,

I also want to say that this is one of the most useful websites I've ever been to! Thank-you for your help I try to find it myself for hours and just end up getting frustrated!

Now if anyone can help me with two more questions I would be so appreciative

My first question is how do I set up the comment and read comments pages?

My second question may be a silly one... For the menu items that run down the side of my page I want to use the same colour schemes but maybe a bit of a different layout.. Do I need to important something into my CSS sheet, and is it going to get extremely complicated..I like a challenge but if it outweighs the benefits....

Thanks for your time,

Lindsay
Reply With Quote
  #6 (permalink)  
Old 02-06-2009, 05:44 PM
ishkey's Avatar
Moderator
 
Join Date: Aug 2007
Location: North GA USA
Posts: 1,360
ishkey will become famous soon enough
Default

At this stage I think you are getting in way over your abilities for us to explain here.
2.) You are talking a re-write of the style.css file and mods to your html files - complicated yes.
1.) Would require server side programing like "php", a "database or program simular to b2evolution, wordpress, or a cms in structure. There are many open source programs out there if you just google.
I always suggest that you get the basic web setup first, understand how to do it and then add the fluff. A good place to learn is http://www.w3schools.com/ for programming. Another would be your Host company, look to see if they have a Control Panel. There you will find most all open source programs you can install to use and mod.
Not trying to discourage you - just trying to save you weeks of frustration.
__________________
RIF= Reading Is Fun - Understanding Funner
cleandeck - lawn mower undercoating and wilmargraphite - graphite lubricants
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 02:56 AM.



mouseover mouseover mouseover