PDA

View Full Version : [tip] When making page layouts in Dreamweaver...


filburt1
12-22-2002, 10:00 PM
...which I do suggest that you do for complex mods, you don't have to specify absolute paths for images.

Assuming you have a test vB installation at d:\testvb\, put this in the <head> tag of the page you're making:


<base href="d:\testvb\">

Then any relative image srcs will be relative to d:\testvb\ and you don't have to (1) specify image paths and (2) clutter up your vB's folder.

Now if only somebody knew how to make Dreamweaver MX understand <normalfont> and <smallfont> I'd be set :)

Tony G
12-23-2002, 10:02 PM
I guess that why coding by hand seems to be always better.

kitzzy
01-06-2003, 12:29 PM
yeah but not when messing with the crazy tables vb has. I use a combination of both and I share your pain about MX. Actually, cant you define your own tags in MX? I'll have to take a look at that.

Orfejs
01-30-2003, 03:03 PM
When I open the vbulletin.style in MX preview mode - it's redirects me somewhere and I can't work normaly. Is there a way to fix it. How do you do it - all by hand?

It's impossible, so much code. Too much. Of the code.

filburt1
01-30-2003, 03:19 PM
A .style file isn't easily editable in Dreamweaver.

Tony G
01-31-2003, 03:24 AM
Yes Dreanweaver codes HTML etc. files like that not vB files like a .style one.

kitzzy
04-20-2003, 01:55 PM
Now if only somebody knew how to make Dreamweaver MX understand <normalfont> and <smallfont> I'd be set :)

You can, just go to "Edit > Tag Libraries" then select the HTML Tags folder. Click the "+" and select "New Tags" then you can add those in there and when you are in code view it will be part of the code hints and you shouldnt get an error anymore about it not being a real tag.

If you are looking for it to display the right size, you could create a "Design Time Style Sheet" to define the size of those tags that will show up in your Design View but won't add any extra code to your file.