Computer ForumsComputers  

Go Back   Computer Forums > The World Wide Web > Web Graphics, design, digital images

Reply
 
LinkBack Thread Tools Display Modes
Old 06-25-2007, 08:51 AM   #1 (permalink)
Newb Techie
 
Join Date: Jun 2007
Posts: 3
Default Help with some basic coding please?

Hi everyone,

I know next to nothing about html coding so I'm not even sure if this will make sense, but here goes

I am trying to help a friend add some information to her scrapbooking website. She has a page that needs 4 sections of text with pics added as it is biographies of her design team members. It is a basic page with white background and black text! Nothing fancy or special!! Is it possible for someone to please help with just the codes that we put in before and after the text and pictures?

I am so sorry if this is a huge ask, I don't even know if it is or not lol If so, could you maybe please point me in some direction fo where I could get some help?
She cannot get ahold of the person who set up her website for her.

Thank you so much
mils89 is offline   Reply With Quote
Old 06-25-2007, 04:54 PM   #2 (permalink)
Monster Techie
 
Join Date: May 2004
Location: Tucson, AZ, USA
Posts: 1,184
Send a message via AIM to Vormund Send a message via MSN to Vormund Send a message via Yahoo to Vormund
Default Re: Help with some basic coding please?

Gladly - what website?

A simple 2x2 table would look like this:
Code:
<table>
  <tr>
    <td>Top-Left Text Here</td>
    <td>Top-Right Text Here</td>
  </tr>
  <tr>
    <td>Bottom-Left Text Here</td>
    <td>Bottom-Right Text Here</td>
  </tr>
</table>
And to put a picture, just add <img src="picturename"/> wherever you want it. You can also use an online WYSIWYG editor with ease,
This makes it just like using Word, in fact, you could use Word and save the file as a .html. But yeah.
__________________
Vormund is offline   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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Which coding convention do you use? mils89 Programming Discussions 2 06-25-2007 03:50 PM
Visual Basic & FineReader 8.0. Help ! Johnny888 Programming Discussions 1 05-29-2007 06:55 PM
Liberty BASIC web page sir nerdalot Programming Discussions 0 05-04-2007 08:30 AM
some VERY basic HTML help required!! VIII Programming Discussions 3 04-17-2007 11:55 AM


All times are GMT -5. The time now is 09:21 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0