Another banner old html help needed to translate!

This is a discussion on "Another banner old html help needed to translate!" within the Starting Out section. This forum, and the thread "Another banner old html help needed to translate! are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Starting Out

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jul 29th, 2007, 00:37
Junior Member
Join Date: Mar 2007
Location: Wilts, UK
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
Another banner old html help needed to translate!

Hello lovely helpful people.

I've got another non-validating banner problem.

I want to put one of the search bars from the charity search engine 'Everyclick' on my site (at http://www.northwiltsholidayclub.org.uk/). The search box codes are here, http://www.everyclick.com/uk/myevery...LIDAY%20CLUB#6

I have copied and pasted one below.

I want my pages to validate because I want them to be as accessible as possible (I know that's not the only accessiblilty consideration) but I can't with these search boxes in them (I haven't used them at the moment for that reason). I think I know what at least part of the problem is - they are formatted as tables using HTML for things that should be done with CSS (width,height etc) - but as I am new to HTML and CSS and have taught myself both from web tutorials over the last few months I don't know what the old methods are, so I can't 'translate' them to the new ones.

It seems abit silly to have to learn outdated methods but it looks like I will have to! Can anyone recommend a tutorial (or better still do a translation for me? Sorry I'm being cheeky I know thats not the idea but I am not really cheating here, I want to concentrate on learning the useful stuff!)

Here is the nasty code ....
Code: Select all
<form target="_blank" action="http://www.everyclick.com/uk/northwiltsholidayclub/search" method="post">
<table width="70%" border="0" cellpadding="0" cellspacing="0" style="border: 1px solid #00CCFF;">
<tr>
    <td align="right" valign="middle" style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;font-weight: bold;color: #000000;"> Search&nbsp;</td>
    <td width="45%" valign="middle"><input name="keyword" value="the web and benefit NORTH WILTS HOLIDAY CLUB" type="text" style="font-family: Arial, Helvetica, sans-serif; font-size: 11px;font-weight: normal;color: #000000; border: 1px solid #999999;background-color: #E5E5E5;" size="70"></input></td>
    <td align="left" valign="middle"><input name="refresh" type="image"  title="Search the web" value="Submit" src="http://www.everyclick.com/ext-search/tb-web.gif"/></td><td align="right" valign="middle"><a target="_blank" title="Search the web and benefit NORTH WILTS HOLIDAY CLUB" href="http://www.everyclick.com/uk/northwiltsholidayclub"><img src="http://www.everyclick.com/ext-search/poweredby.gif" alt="Powered by everyclick.com" border="0"/></a></td>
</tr>
</table>
</form>
Thank you
:bighug:

Last edited by karinne; Jul 30th, 2007 at 12:10. Reason: Please use [ code ]...[ /code ] tags when displaying code ! And indent your code!
Reply With Quote

  #2 (permalink)  
Old Jul 29th, 2007, 10:51
Up'n'Coming Member
Join Date: Jul 2007
Location: France
Posts: 97
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Another banner old html help needed to translate!

You could start by selecting and deleting table, tr, td and their closing tags. You'll be left with the form containing the input boxes, and anchors.

Take out the styling and incorporate that into a CSS file as appropriate. Bear in mind that input boxes can have inline width=, cols= etc. Position your form, probably in a DIV, as you would any other element.

Try it out and see how you get on.
Reply With Quote
  #3 (permalink)  
Old Jul 30th, 2007, 12:12
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Another banner old html help needed to translate!

There's a thread in the Beginner's Resources section that will help you

[CSS] Customize your form with CSS
Reply With Quote
Reply

Tags
table, html, form, css

Thread Tools

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
Logo/Banner Needed - £10 Echilon Job Opportunities 3 Mar 20th, 2008 19:13
Translate MetallicWarfare Databases 8 Aug 23rd, 2007 21:17
Incorporating flash banner into fluid html site hhelen Flash & Multimedia Forum 0 Mar 28th, 2007 10:07


All times are GMT. The time now is 12:55.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43