broster
Premium Member
Registered: 6th Dec 02
Location: Drives: E39
User status: Offline
|
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
Registered: 30th Mar 02
Location: Worcestershire Drives: Defender
User status: Offline
|
<br /> after each one
|
broster
Premium Member
Registered: 6th Dec 02
Location: Drives: E39
User status: Offline
|
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
Registered: 30th Mar 02
Location: Worcestershire Drives: Defender
User status: Offline
|
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
Registered: 6th Dec 02
Location: Drives: E39
User status: Offline
|
no difference
|
Steve
Premium Member
Registered: 30th Mar 02
Location: Worcestershire Drives: Defender
User status: Offline
|
try it in notepad, or copy and paste your code in here
|
AndyKent
Member
Registered: 3rd Sep 05
User status: Offline
|
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
|
Unless it's made some silly CSS.
|
broster
Premium Member
Registered: 6th Dec 02
Location: Drives: E39
User status: Offline
|
<!--#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> </p></td>
<td align="right" valign="top" bgcolor="#333333" style="padding-top:10px;"> </td>
</tr>
</table><!--#include file="inc_footer.asp" -->
</body>
</html>
|
Steve
Premium Member
Registered: 30th Mar 02
Location: Worcestershire Drives: Defender
User status: Offline
|
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> </p></td>
<td align="right" valign="top" bgcolor="#333333" style="padding-top:10px;"> </td>
</tr>
</table><!--#include file="inc_footer.asp" -->
</body>
</html>
|
drax
Member
Registered: 5th Feb 05
Location: Sittingbourne, Kent
User status: Offline
|
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
Registered: 7th Jan 04
Location: Northants Drives: Clio 182 Cup
User status: Offline
|
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
|
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
|
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
|
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
Registered: 30th Mar 02
Location: Worcestershire Drives: Defender
User status: Offline
|
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
|
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
Registered: 30th Mar 02
Location: Worcestershire Drives: Defender
User status: Offline
|
dreamweaver doesnt write php
[Edited on 25-02-2008 by Steve]
|
ed
Member
Registered: 10th Sep 03
User status: Offline
|
Yes it does.
|
Steve
Premium Member
Registered: 30th Mar 02
Location: Worcestershire Drives: Defender
User status: Offline
|
no it doesnt
|
ed
Member
Registered: 10th Sep 03
User status: Offline
|
Yes it does.
|
Steve
Premium Member
Registered: 30th Mar 02
Location: Worcestershire Drives: Defender
User status: Offline
|
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
|
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
|
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.
|