corsasport.co.uk
 

Corsa Sport » Message Board » Off Day » Geek Day » website help


New Topic

New Poll
  Subscribe | Add to Favourites

You are not logged in and may not post or reply to messages. Please log in or create a new account or mail us about fixing an existing one - register@corsasport.co.uk

There are also many more features available when you are logged in such as private messages, buddy list, location services, post search and more.


Author website help
broster
Premium Member

Avatar

Registered: 6th Dec 02
Location: Drives: E39
User status: Offline
25th Feb 08 at 09:33   View Garage View User's Profile U2U Member Reply With Quote

need to know how to make some pics appear like this

[pic]
[pic]
[pic]
[pic]
etc

rather than how it currently is -

[pic][pic][pic][pic]

using frontpage, or editing the html to make it work

cheers
Steve
Premium Member

Avatar

Registered: 30th Mar 02
Location: Worcestershire Drives: Defender
User status: Offline
25th Feb 08 at 09:42   View Garage View User's Profile U2U Member Reply With Quote

<br /> after each one
broster
Premium Member

Avatar

Registered: 6th Dec 02
Location: Drives: E39
User status: Offline
25th Feb 08 at 09:54   View Garage View User's Profile U2U Member Reply With Quote

that just moves them down a little bit, but not below the first image, if that makes sense.

so they're like this

code:
[pic]
[pic][pic][pic]


but not a full picture down, just a slight drop

[Edited on 25-02-2008 by broster]
Steve
Premium Member

Avatar

Registered: 30th Mar 02
Location: Worcestershire Drives: Defender
User status: Offline
25th Feb 08 at 10:23   View Garage View User's Profile U2U Member Reply With Quote

its probably frontpage producing shitty code.

dreamweaver is slightly better.

The code should look like

<img src="blah.jpg"><br />
<img src="blah.jpg"><br />
<img src="blah.jpg"><br />
<img src="blah.jpg"><br />
broster
Premium Member

Avatar

Registered: 6th Dec 02
Location: Drives: E39
User status: Offline
25th Feb 08 at 10:39   View Garage View User's Profile U2U Member Reply With Quote

no difference
Steve
Premium Member

Avatar

Registered: 30th Mar 02
Location: Worcestershire Drives: Defender
User status: Offline
25th Feb 08 at 10:50   View Garage View User's Profile U2U Member Reply With Quote

try it in notepad, or copy and paste your code in here
AndyKent
Member

Registered: 3rd Sep 05
User status: Offline
25th Feb 08 at 13:16   View User's Profile U2U Member Reply With Quote

Steves code should work just fine, no reason for it to be stepped.

Post the code.
ed
Member

Registered: 10th Sep 03
User status: Offline
25th Feb 08 at 13:34   View User's Profile U2U Member Reply With Quote

Unless it's made some silly CSS.
broster
Premium Member

Avatar

Registered: 6th Dec 02
Location: Drives: E39
User status: Offline
25th Feb 08 at 15:55   View Garage View User's Profile U2U Member Reply With Quote

<!--#include file="inc_functions.asp" -->


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Jamie's Escort | JamSport</title>
<script language="JavaScript1.2" src="js/menu.js"></script>
<script language="JavaScript1.2" src="js/common.js"></script>
<style type="text/css">
<!--
@import url("jamsport.css");
-->
</style>
</head>

<body>
<script language="JavaScript1.2">mmLoadMenus();</script>

<!--#include file="inc_header.asp" -->
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" bgcolor="#333333" style="padding:10px;color:#FFFFFF">

<h1>Jamie's Escort </h1>
<table width="100%" border="0" cellpadding="0" cellspacing="1">
<!--DWLayoutTable-->
<tr>
<td valign="top">

<p><img src="images/jamie_escort/jamie1.jpg" width="800" height="600" hspace="5" vspace="5" align="left" />
<p><img src="images/jamie_escort/jamie2.jpg" width="800" height="600" hspace="5" vspace="5" align="left" />
<p><img src="images/jamie_escort/jamie3.jpg" width="800" height="600" hspace="5" vspace="5" align="left" />
<p><img src="images/jamie_escort/jamie4.jpg" width="800" height="600" hspace="5" vspace="5" align="left" />
<p><img src="images/jamie_escort/jamie5.jpg" width="800" height="600" hspace="5" vspace="5" align="left" />
<p><img src="images/jamie_escort/jamie6.jpg" width="800" height="600" hspace="5" vspace="5" align="left" />
<p><img src="images/jamie_escort/jamie7.jpg" width="800" height="600" hspace="5" vspace="5" align="left" />
<p><img src="images/jamie_escort/jamie8.jpg" width="800" height="600" hspace="5" vspace="5" align="left" />
<p><img src="images/jamie_escort/jamie9.jpg" width="800" height="600" hspace="5" vspace="5" align="left" />
<p><img src="images/jamie_escort/jamie10.jpg" width="800" height="600" hspace="5" vspace="5" align="left" />
<p><img src="images/jamie_escort/jamie11.jpg" width="800" height="600" hspace="5" vspace="5" align="left" />
<p><img src="images/jamie_escort/jamie12.jpg" width="800" height="600" hspace="5" vspace="5" align="left" /></td></td>
</tr>
</table>
<p>&nbsp;</p></td>

<td align="right" valign="top" bgcolor="#333333" style="padding-top:10px;">&nbsp;</td>
</tr>
</table><!--#include file="inc_footer.asp" -->
</body>
</html>
Steve
Premium Member

Avatar

Registered: 30th Mar 02
Location: Worcestershire Drives: Defender
User status: Offline
25th Feb 08 at 16:22   View Garage View User's Profile U2U Member Reply With Quote

does this not work

<!--#include file="inc_functions.asp" -->


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Jamie's Escort | JamSport</title>
<script language="JavaScript1.2" src="js/menu.js"></script>
<script language="JavaScript1.2" src="js/common.js"></script>
<style type="text/css">
<!--
@import url("jamsport.css");
-->
</style>
</head>

<body>
<script language="JavaScript1.2">mmLoadMenus();</script>

<!--#include file="inc_header.asp" -->
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" bgcolor="#333333" style="padding:10px;color:#FFFFFF">

<h1>Jamie's Escort </h1>
<table width="100%" border="0" cellpadding="0" cellspacing="1">
<!--DWLayoutTable-->
<tr>
<td valign="top">

<img src="images/jamie_escort/jamie1.jpg" width="800" height="600" hspace="5" vspace="5" align="left" /><br />
<img src="images/jamie_escort/jamie2.jpg" width="800" height="600" hspace="5" vspace="5" align="left" /><br />
<img src="images/jamie_escort/jamie3.jpg" width="800" height="600" hspace="5" vspace="5" align="left" /><br />
<img src="images/jamie_escort/jamie4.jpg" width="800" height="600" hspace="5" vspace="5" align="left" /><br />
<img src="images/jamie_escort/jamie5.jpg" width="800" height="600" hspace="5" vspace="5" align="left" /><br />
<img src="images/jamie_escort/jamie6.jpg" width="800" height="600" hspace="5" vspace="5" align="left" /><br />
<img src="images/jamie_escort/jamie7.jpg" width="800" height="600" hspace="5" vspace="5" align="left" /><br />
<img src="images/jamie_escort/jamie8.jpg" width="800" height="600" hspace="5" vspace="5" align="left" /><br />
<img src="images/jamie_escort/jamie9.jpg" width="800" height="600" hspace="5" vspace="5" align="left" /><br />
<img src="images/jamie_escort/jamie10.jpg" width="800" height="600" hspace="5" vspace="5" align="left" /><br />
<img src="images/jamie_escort/jamie11.jpg" width="800" height="600" hspace="5" vspace="5" align="left" /><br />
<img src="images/jamie_escort/jamie12.jpg" width="800" height="600" hspace="5" vspace="5" align="left" /></td></td>
</tr>
</table>
<p>&nbsp;</p></td>

<td align="right" valign="top" bgcolor="#333333" style="padding-top:10px;">&nbsp;</td>
</tr>
</table><!--#include file="inc_footer.asp" -->
</body>
</html>
drax
Member

Registered: 5th Feb 05
Location: Sittingbourne, Kent
User status: Offline
25th Feb 08 at 18:41   View User's Profile U2U Member Reply With Quote

Please dont polute the internet, if you're going to put something on the web, use dream weaver and dont use tables to make layouts
Robin
Premium Member

Avatar

Registered: 7th Jan 04
Location: Northants Drives: Clio 182 Cup
User status: Offline
25th Feb 08 at 19:22   View Garage View User's Profile U2U Member Reply With Quote

We don't have dreamweaver. The site has been made in tables. We are altering it so it works.

Apologies for polluting the internet.
Dom
Member

Registered: 13th Sep 03
User status: Offline
25th Feb 08 at 19:44   View User's Profile U2U Member Reply With Quote

quote:
Originally posted by drax
Please dont polute the internet, if you're going to put something on the web, use dream weaver and dont use tables to make layouts




To be honest, i think Dream weaver is shocking in the code it produces. It generally pads code out with stuff that's not needed and i've yet to meet a web designer in the profession that uses DW day to day on his/her projects - most of the time it either notepad, or a form of notepad (HtmlPad etc) that offer coloured syntaxes.

I agree that tables were never intented for layout designing, but there's plenty of ways to skin a cat. And when browsers render DIVs differently from one and another, you can almost guarentee that tables will 99% render the way you intented throughout. DIVs have there advantages and are a lot more flexible. But unless you running a huge website where there's the potential that using DIVs could save you bandwidth and where accessibility is a must, then for the hassle of spending valuable time getting DIVs to render correctly across the board of browsers, i still believe tables have there part to play in layout design.

And lets be honest, unless you're looking at a site with a braille machine then a vistor won't know the difference betwen using DIVs and Tables.
drax
Member

Registered: 5th Feb 05
Location: Sittingbourne, Kent
User status: Offline
25th Feb 08 at 19:47   View User's Profile U2U Member Reply With Quote

I dont use dream weaver, i just know its better than frontpage...

I use edit plus and write the code out, but for people working on their own sites who have no experience id say dream weaver has to be the one just because of the code
Dom
Member

Registered: 13th Sep 03
User status: Offline
25th Feb 08 at 19:56   View User's Profile U2U Member Reply With Quote

quote:
Originally posted by drax
I dont use dream weaver, i just know its better than frontpage...

I use edit plus and write the code out, but for people working on their own sites who have no experience id say dream weaver has to be the one just because of the code


It's stating the obvious saying DW is better than Frontpage, but you produce a page in DW and you can guarantee that it might work in IE but will fail in everything else.

Plus, saying don't polute the internet with using Tables for layout design, makes you sound like a right snobby badger 99% of the time, the end user wouldn't know the difference, and like i say, unless you're running a big site where pages are fairly big in size, then rendering times will be near enough equal on a modern system (don't believe theres been any official research into rendering speeds between DIVS and Tables).
Steve
Premium Member

Avatar

Registered: 30th Mar 02
Location: Worcestershire Drives: Defender
User status: Offline
25th Feb 08 at 20:05   View Garage View User's Profile U2U Member Reply With Quote

quote:
Originally posted by Dom
quote:
Originally posted by drax
Please dont polute the internet, if you're going to put something on the web, use dream weaver and dont use tables to make layouts




To be honest, i think Dream weaver is shocking in the code it produces. It generally pads code out with stuff that's not needed and i've yet to meet a web designer in the profession that uses DW day to day on his/her projects - most of the time it either notepad, or a form of notepad (HtmlPad etc) that offer coloured syntaxes.

I agree that tables were never intented for layout designing, but there's plenty of ways to skin a cat. And when browsers render DIVs differently from one and another, you can almost guarentee that tables will 99% render the way you intented throughout. DIVs have there advantages and are a lot more flexible. But unless you running a huge website where there's the potential that using DIVs could save you bandwidth and where accessibility is a must, then for the hassle of spending valuable time getting DIVs to render correctly across the board of browsers, i still believe tables have there part to play in layout design.

And lets be honest, unless you're looking at a site with a braille machine then a vistor won't know the difference betwen using DIVs and Tables.


dreamweaver is useful for php code
ed
Member

Registered: 10th Sep 03
User status: Offline
25th Feb 08 at 20:18   View User's Profile U2U Member Reply With Quote

Dreamweaver is good for several reasons. It colours in the text making it easier to read and it has a built in file explorer and FTP client. Other than that it's full of shit and writes bad code.
Steve
Premium Member

Avatar

Registered: 30th Mar 02
Location: Worcestershire Drives: Defender
User status: Offline
25th Feb 08 at 20:49   View Garage View User's Profile U2U Member Reply With Quote

dreamweaver doesnt write php

[Edited on 25-02-2008 by Steve]
ed
Member

Registered: 10th Sep 03
User status: Offline
25th Feb 08 at 20:53   View User's Profile U2U Member Reply With Quote

Yes it does.
Steve
Premium Member

Avatar

Registered: 30th Mar 02
Location: Worcestershire Drives: Defender
User status: Offline
25th Feb 08 at 20:54   View Garage View User's Profile U2U Member Reply With Quote

no it doesnt
ed
Member

Registered: 10th Sep 03
User status: Offline
25th Feb 08 at 21:11   View User's Profile U2U Member Reply With Quote

Yes it does.
Steve
Premium Member

Avatar

Registered: 30th Mar 02
Location: Worcestershire Drives: Defender
User status: Offline
25th Feb 08 at 21:18   View Garage View User's Profile U2U Member Reply With Quote

i write the php, dreamweaver has nothing to do with it, i just use it for the colour coding
ed
Member

Registered: 10th Sep 03
User status: Offline
25th Feb 08 at 21:31   View User's Profile U2U Member Reply With Quote

Same here, but if you wanted it to it will write the code to connect to a db, then it will wite the code to add delete and ammend records. But it's shit.
AndyKent
Member

Registered: 3rd Sep 05
User status: Offline
26th Feb 08 at 08:47   View User's Profile U2U Member Reply With Quote

I use DW to hand code with random content, then use the editor to fill in the blanks but could never use it to 'autowrite' php or html code. I really like the way it guesses what you are typing and helps you to code quicker - I'd never use anything but Dreamweaver for hand-coding.

 
New Topic

New Poll

  Related Threads Author Forum Replies Views Last Post
performance websites Mo General Chat 5 928
31st Oct 03 at 14:27
by Cybermonkey24
 
PVD Problems? bubble General Chat 40 2362
24th Feb 04 at 19:46
by kitkat
 
K and K Styling Website kandkstyling General Chat 2 1118
28th Sep 04 at 07:16
by kandkstyling
 
Belgium Tuning Salon Pics 56K WARNING!!!!!!!!! MORE pics 3/11/04 boyracer2002 General Chat 36 4880
3rd Nov 04 at 20:03
by Martin CUK
 
intergration of forum Greg_M Geek Day 0 1173
18th Nov 06 at 16:32
by Greg_M
 

Corsa Sport » Message Board » Off Day » Geek Day » website help 28 database queries in 0.0156801 seconds